This project is a barebones example of using Nim with PlatformIO and the Arduino framework to build a simple example app to flash an ESP32. The purpose of it is to just get some documentation out ...
The two SCD41 sensors we want to connect have an I2C address of 0x62, which cannot be changed. Therefore, to communicate with both sensors from the micro controller, we will use a separate I2C bus for ...
Chen Liang (陳亮) has found an interesting use case for the Espressif ESP32-C5: a dual-band Wi-Fi analyzer showing the signal ...
The $10 ESP32 board has been a complete game-changer. It has helped transform my approach to building a reliable, ...
Potentially, one of the great things about having a device connected to the network is that you can update it remotely. However, how do you make that happen? If you use the Arduino setup for the ...