News

arduino_leaf_ac.h and arduino_leaf_ac.cpp files should be placed in the Arduino project folder. arduino_leaf_ac.h should be included in the .ino file of your build #include "arduino_leaf_ac.h" I have ...
The control algorithm is simple enough – accept a setpoint from an encoder, read the temperature sensor, and turn the AC on or off accordingly. Setpoint and current temperature are displayed on ...
fujitsu-ac-arduino.ino is the main file containaing the main loop for the Arduino. It listens RF433 code and generate IR sequence to be sent to the AC. commands.h contains the simple IR commands (Turn ...
Now it’s the time to connect the circuit to an Arduino board and control the AC load. I selected an Arduino Nano which introduces enough resources for this project, but you can use other boards as ...
Components to Make a Temperature Controlled Fan Arduino Usb cable LM35 temperature sensor 5V single channel Relay Jumper wires Breadboard An AC Fan LM35 Temperature Sensor Pinout The LM35 is a ...
Coding First install the u8g2 library for OLED and sensors using the library manager in Arduino IDE. While the u8g2lib enables data display on the OLED, the emonLib facilitates in obtaining the ...
AC Phase Angle Control Circuit – Working This circuit is made up of very carefully designed components, I will go through each one and explain each block. Zero-Crossing Detection Circuit: First, in ...