If you are searching for a quick yet fantastic little project to keep you busy you might be interested in this fantastic Arduino Nano ESP32 based color handheld console created by the Volos Projects ...
Arduino has introduced a Nano shaped board with a Wi-Fi and Bluetooth LE capable Espressif’s ESP32-S3 microcontroller, supporting it with the Arduino IDE and MicroPython. “Beginners can explore in an ...
Soldered Electronics has made ESP32-based e-paper displays for years, starting with the launch of the Inkplate 6 in 2019. The ...
In case you missed it, the big news is that a minimal Arduino core is up and working on the ESP32. There’s still lots left to do, but the core functionality — GPIO, UART, SPI, I2C, and WiFi — are all ...
The source code is coming soon.
A new Arduino compatible audio development board will soon be launching via the Crowd Supply website offering an open source design for audio and digital signal processing (DSP) applications. The ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Cory Benfield discusses the evolution of ...
My first foray into the IoT utilized the Espressif ESP8266, an SoC with 32-bit MCU and 2.4-GHz Wi-Fi built in. Since then, I have used many different module variants based on the microcontroller. So ...
Open-hardware platforms enable rapid prototyping and faster time-to-market of new IoT applications. The objective of this post is to give a brief introduction to another open-hardware IoT playground — ...
Using hardware I2C on an ESP32? Do you need to connect multiple I2C devices with the same address? Normally, you wouldn’t be able to do that without extra parts, but on the ESP32, [BastelBaus] has ...