Category Archives: Electronics
Fixing download speeds on DD-WRT for Netgear R6700v3
Koda Motion Activated LED Security Floodlight Manual – LM030412
https://prioritynetworksolutions.com/wp-content/uploads/2024/02/Koda-Motion-Activated-LED-Security-Floodlight-LM030412.pdf
WOS / WOSS Occupancy Sensor Switch manual
Samsung Remote Codes- BN59-01301A
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.
GE Washer Fix – Random beeps, Power button wont work. Start button sometimes works.
GE Washer model: GTW680BSJ6WS3 Problem: Power button won’t work. Start button intermittently works. If washer does operate, will get random beeps. Solution: Replace control board. Download GE 27_Top Load Washer.pdf for Instruction on how to find the Personality Id of your washer. When I purchased the control board online it was pre -configured. Download Instructions …
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.
Android: Google Maps GPS signal lost
When “Battery Saver” is turn on and when the screen goes black the “GPS signal lost”. Solution: Turn off “Battery Saver”
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 …