Lower relay power consumption by histeresis and PWM
Learn how to lower relay power consumption by harnessing its coil’s histeresis via PWM with Arduino
Learn how to lower relay power consumption by harnessing its coil’s histeresis via PWM with Arduino
Learn how to use the Franzininho Wi-Fi, an educational board based on the ESP-S2, programmed in micropython
An educational development board featuring a SMT32C0, programmed via STM32Cube IDE
Learn how to implement a 10 key keypad using only one analog pin as their interface, with Arduino
A weather station reading temperature and humidity using a DHT11 sensor and a LCD display
A binary (with LEDs) thermometer with LM35 and Arduino UNO
Let’s learn how to implement a substitute for the delay() function in Arduino, using the function micros() and some clever coding