Components and supplies
Arduino UNO
IR Reciever (VS1838)
Jumper wires (generic)
Apps and platforms
Arduino IDE
Project description
Code
First Part
arduino
After uploading this to the arduino, you should open the serial monitor (Tools), and press any button in the remote, (this should give you something like this "FD08F7"). After doing this with every button, we can get to the next part.
Second Part
arduino
Here, You will be able to replace my remote values with yours to make it easier to see wich button you are pressing, and more organized for future projects. Note: Before adding your HEX code, you will have to add a "0x" just as it is done in row 20, 23, etc After doing this and uploading this code, instead of getting HEX values in your serial monitor, you should get what button you pressed
First Part
arduino
After uploading this to the arduino, you should open the serial monitor (Tools), and press any button in the remote, (this should give you something like this "FD08F7"). After doing this with every button, we can get to the next part.
Downloadable files
Setup .fzz file
If you want to change it or something, i'll leave the .fzz file here
Setup .fzz file
Schematics
Even though the IR reciever in the diagram is not the one I'm using, it's the only one I found in Fritzing, i'm using a VS1838
Schematics
Setup .fzz file
If you want to change it or something, i'll leave the .fzz file here
Setup .fzz file
Schematics
Even though the IR reciever in the diagram is not the one I'm using, it's the only one I found in Fritzing, i'm using a VS1838
Schematics
Comments
Only logged in users can leave comments
bit_biginner
2 years ago
Mine doesn't work....Can you check back your code please?