ESP32 PWM Fan Controller

ESP32 PWM Fan Controller

Table of Contents1 Introduction2 PWM Fan Control2.1 Pulse Width Modulation (PWM)2.2 Common DC Fans2.2.1 2-Wire Fans2.2.2 3-Wire Fans2.2.3 4-Wire Fans3 Simple Fan Control3.1 ESP32 Fan Hookup3.2 Fan Speed Control Code4 Tachometer4.1 Tachometer Code4.2 Temperature Controlled Fan4.3 Temperature Controlled Fan Hookup4.4

Using Digital Potentiometers to build Unique Projects

Using Digital Potentiometers to build Unique Projects

Digital Potentiometers, or “DigiPots”, are exactly what you think they are – potentiometers whose wiper position is set using a digital signal instead of a mechanical shaft or slider.

Today we will see how to use Digital Potentiometers and we’ll build a couple of projects. We’ll build a remote-controlled audio volume system and a variable power supply whose output voltage can be set with a web-based interface.

LoRa – Getting Started with Arduino, ESP32 & Pico

LoRa – Getting Started with Arduino, ESP32 & Pico

LoRa is a Long Range radio system that is inexpensive and free to use. You can achieve great distances with a simple wire antenna, and LoRa is very easy to use.

Today we will see how LoRa works and how we can use LoRa modules to communicate between Arduino, ESP32 and Raspberry Pi Pico boards.

We’ll also build a data-gathering system that you can easily expand upon.