ESP32 »
ESP32, the new Wemos Lolin32 LITE
On my blog I’ve already posted about the development board Wemos designed for the esp32 chip and that, on many webstores, you can find boards that “copy” the Lolin32 name but are instead clones of
Read More »ESP32 (27) – GPS
In today’s post I’ll show you how to interface the esp32 chip to a GPS receiver to receive the actual position, speed and more… GPS receiver On the Internet and in electronic stores you can
Read More »ESP32 (25) – Oled display with U8G2
If you read my post ESP32, Wemos or not to Wemos you know that I brought a development board, that happened to be a D-duino-32 clone, with an ESP-WROOM-32 module and a 0.96″ oled display. This display, available also as a
Read More »ESP32 (24) – I2C a pratical example with HTU21D sensor
In my previous tutorial I explained how to use the I2C driver included in the esp-idf framework to communicate with I2C devices. Today I’ll show you a pratical example: the use of a temperature/humidity
Read More »ESP32 (23) – I2C basic
In today’s tutorial I’ll explain you how to interface the esp32 chip to external devices (sensors, displays…) using a very widespread bus: the I2C bus. I2C I2C (pronounced i-squared-c) is a serial communication bus –
Read More »ESP32 (22) – SPIFFS
In some of the previous tutorials, I explained how to include “external” items (images, SSL certificates…) in your program thanks to the embedding binary data feature of the esp framework. Today I’ll show you how to use part
Read More »ESP32 (21) – Mutual authentication
After having published my post about how to implement a webserver on the esp32 chip, some readers correctly warned me that everyone, once connected to the wifi network, could control the relay and asked me how
Read More »ESP32, Wemos or not to Wemos
Wemos is a chinese manufacturer of IoT products, well known for its D1 Mini family, that includes boards based on the ESP-8266EX chip and expansion shields. Some weeks ago, Wemos announced a board based on the new ESP32 chip,
Read More »ESP32 (20) – Webserver
One of the most popular projects among the ones included in my tutorial about the enc28j60 chip is fore sure WebRelay. This project allows to control an output pin of Arduino using a simple web page, designed
Read More »