Lesson 9--Microduino Infrared Transcoding
Language: | English • 中文 |
---|
ObjectiveThis lesson will use the TV remote control electric water heater, to achieve infrared transcoding functions. EquipmentMicroduino-Core is a 8-bit microcontroller development board using Atmel ATmega328P, ATmega168PA as core, which is an opened and Arduino UNO compatible controller module. Download program module, connects with Microduino-Core or Microduino-Core+ directly, and communicates with PC. It uses MicroUSB, so Microduino is very small, just like one yuan coin. The download cable is the same with mobile USB cable, easy to use.
DebugDownload program: https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Advanced/Microduino_Infrared_transcoding Prepare WorkStep 1: Set up infrared receive and send board
Download example program: You can use serial port the check the decoding value for example program. Or run the IRecvDemo program in IRremote library and use serial to observe. You need change the infrared receive pin "RECV_PIN+11" to your own pin. In our example program, A3 is used, so need change to "RECV_PIN = A3".
Player can change program according to actual condition.
Resultuse the TV remote control to control electric water heater, fully realize the function of infrared transcoding. Players can design according to yourself circumstance. Note
Video |