Content for ESP32

Project  Pedalino

Pedalino

“Smart wireless MIDI foot controller for guitarists and more. I know. You are thinking: “yet another MIDI controller with Arduino”. Pedalino is something new from any previous DIY projects and even better of commercial alternatives at a fraction of the …

Raspberry Pi Audio Spectrum Display

“Use the DFRobot 64x64 RGB matrix panel with a Raspberry Pi 3 B+ to bring a dance party with you wherever you go! Story DFRobot reached out to me to do a sponsored project for their 64x64 RGB LED matrix …

Room Temperature & Humidity Monitoring With the ESP32 and AskSensors Cloud

“In this tutorial you will learn how to monitor the temperature and humidity of your room or desk using the DHT11 and the ESP32 connected to the cloud. Our tutorials updates can be found here. DHT11 Specs:The DHT11 sensor …

AM Radio Transmitter

“AM Radio transmissions are based on a carrier signal which is modulated by the audio signal. It’s a very basic principle but prone to noise from the environment. Using the ESP32 it is really simple to generate an analog …

Improved Personal Compass

“I found the personal compass project at Instructables.com quite interesting. Basically, a personal compass works like a regular compass, but instead of pointing to magnetic north, it points to a particular location of personal interest. Maybe it is pointing …

3.3V Mod for Ultrasonic Sensors (prepare HC-SR04 for 3.3V Logic on ESP32/ESP8266, Particle Photon, Etc.)

“TL;DR: On the sensor, cut the trace to the Echo pin, then re-connect it using a voltage divider (Echo trace -> 2.7k -> Echo pin -> 4.7k -> GND).If you are anything like me, you have come to know and …

Hidden Hall Sensor in ESP32

“Did you know that there is a sensor inside ESP32? This is the HALL SENSOR. It is located inside the metal part of the board in the Tensilica microcontroller chip. In todays video, Ill introduce the Hall sensor, and create …

MicroPython Programming Tutorial: Getting Started with the ESP32 Thing

“Introduction In this guide, we will walk through the process of setting up MicroPython on the ESP32 Thing and writing some example programs. Each “experiment” will show you how to wire up an example circuit and then control it using …

ESP32 Bluetooth Low Energy

“To fulfill the requests of several followers who have experience with small models of Arduino Bluetooth, today well discuss ESP32 Bluetooth Low Energy. This is highly recommended for the Internet of Things. The Arduino TX RX model works as a …

How to Load MicroPython on a Microcontroller Board

“MicroPython is a subset of the Python 3 language that has been pared down to run efficiently on several microcontrollers. If you are familiar with Python or looking for a quick way to write code for a microcontroller (that isn …