Content for ESP32

The Incredible ESP32 Wrover From Espressif

“Today, I’m going to introduce you to the ESP32 Wrover Kit, which is model that is different than the ESP32 I usually use (the Wroom). Wrover is a development board that has many features and is quite peripheral. I …

Project  CRT BOY

CRT BOY

“Intro The CRT BOY is a simple project that tries to build a Game Boy clone using a small CRT screen. The end result will look like a even more retro Game Boy from the 80ies. The micro controller based …

ESP32 / 8266 WiFi instant Camera

“The FS2 is a digital Polaroid that uploads the photo instantly to the cloud This WiFi instant camera is powered by a 2000mA/hr LiOn battery and Espressif state of the art WiFi “System of a Chip” allowing to be …

Grbl (CNC Controller) For ESP32

“This is a port of Grbl for the ESP32. The ESP32 is potentially a great target for Grbl for the following reasons - Faster - At least 4x the step rates over Grbl - Lower Cost - - Small footprint - - More Flash and RAM - A …

1024 LED Matrix WiFi Message Board with Menu

“ESP32 powered 16x8x8 LED matrix displaying real-time news, weather, stock data, date, time and barometer information, menu controllable. The idea After my previous project (Arduino 32x8 LED Matrix Info Display displaying date, time, temperature, humidity) I thought it would be …

Introduction to MQTT

“In this tutorial, you’ll learn everything you need to know about the MQTT messaging protocol, why you would want to use it, and how it’s implemented. In a nutshell, MQTT uses your existing Internet home network to send …

ESP32 BLE Presence Detector

“Hi there, In this instructable I will show how I made a really simple Bluetooth Low Energy presence detector, using my smart wristband and a relay I was able to control the ligths of my room; Everytime I go in …

ESP32 Xiaomi Hack - Get Data Wirelessly

“Dear friends welcome to another Instructable! Today we are going to learn how to get the data that this Xiaomi Temperature and Humidity monitor transmits using the Bluetooth functionality of the ESP32 board. As you can see, I am using …

SerialDebug: Improving Debug to Arduino

“Improved serial debugging, with debug levels and simple software debugger, to see/change global variables, add watch, or call a function. Improving debugging for the Arduino Modern development platforms, such as Android and iOS, has debug output with levels (verbose …

HTTPS for Makers

“Most of our IOT devices are insecure and vulnerable. It’s high time to learn how to make them more secure, also because unsecured devices will no more be able to use valuable services without using the HTTPS protocol. Already …