An Arduino PRO mini makes all the painful work of entering email and password for Netflix login on an LG Smart TV.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
IRnetflixLogIn.inoThis is how the log in sequence is sent.ino - 3.08 kB - 08/26/2017 at 17:32 |
|
|
schem.PNGThat's all! I use the reset button as trigger.Portable Network Graphics (PNG) - 47.90 kB - 08/26/2017 at 17:41 |
|
|
1.jpgArduino PRO mini with the IR LEDJPEG Image - 3.85 MB - 08/26/2017 at 16:17 |
|
|
2.jpgBack of the board and the CR2032 battery.JPEG Image - 4.10 MB - 08/26/2017 at 16:18 |
|
|
IRnetflixLogIn_LowPower.inoino - 6.18 kB - 08/27/2017 at 16:46 |
|
Use the IRrecord example of this library.
https://github.com/z3t0/Arduino-IRremote
Start decoding some buttons. If I pressed CH+ the result was 20DF00FF with NEC code type.
Here is a tuturial: http://www.righto.com/2009/09/arduino-universal-remote-record-and.html
Once you decode the necessary buttons, arrows and OK button in my case, you can program how to "navigate" the keyboard.
The keyboard starts at "g", it is as simple as 3 times right button and OK for pressing a "k". With this logic you can enter your complete email address and then the password.
The code is really simple, there are several ways to improve it, but I wanted this quick solution for a daily problem and can't wait a long to have it working.
To minimise external components I use the reset button to initialize the sequence.
Create an account to leave a comment. Already have an account? Log In.
Wena wacho, my remote controller keyb is una mierda too, i'll try this
Become a member to follow this project and never miss any updates
It would be nice if this had more automatic record/playback functionality, such that you don't have to mess with code each time you change your password, or if you want to use it for some other device.