See attached pdf file for code. The hex codes were obtain using a nodemcu IRRecDumpV3 sketch in the examples of the Arduino IDE. Then the hex values were converted to decimal values using an online hex to decimal converter.
Category Archives: Arduino
Arduino decoded IR codes for Samsung BN59-01301a remote
Arduino decoded IR codes for the Samsung BN59-01301a remote. The only button I verified is the source button. See attached pdf.
Turn on and circulate a Lasko 5538 Ceramic Heater with Arduino
Download the sketch or copy and paste the below code into the Arduino IDE. // This program allows an Arduino Uno to power on and circulate a Lasko 5538 Ceramic Heater. // // Usage: Attach an IR led (TSAL7400), but i believe any 940nm 5MM irled will work. // Arduino Uno pin 13 -> resistor -> …
Continue reading “Turn on and circulate a Lasko 5538 Ceramic Heater with Arduino”
Infrared decode sketch for Arduino
Download IRdecoder sketch or copy the below text and paste into Arduino IDE Also here’s the documentation and pin layout for the tsop4838 , which was used for this project. TSOP4838 PIN 1 – Goes to Arduino PIN 2 TSOP4838 PIN 2 – Goes to Arduino GND TSOP4838 PIN 3 – Goes to Arduino Vcc (2.5 to 5.5 …
Raw Codes for the Lasko 5538 Ceramic Heater
These are the raw codes used for the Lasko 5538 Ceramic Heater. Use these codes for the play arduino infrared sketch. On Off 130, 34, 130, 34, 130, 36, 46, 122, 130, 36, 130, 36, 46, 122, 46, 124, 46, 122, 44, 126, 46, 122, 48, 122, 130, 688, 128, 36, 130, 34, 48, 122, …
Continue reading “Raw Codes for the Lasko 5538 Ceramic Heater”