esp32

Rust on ESP Cheat Sheet

2 minute read

My cheat sheet for Rust on ESP. For Rust in general, see The Rust Programming Language and The Embedded Rust Book.

Rust on ESP for FreeBSD

1 minute read

I have been working on FreeBSD ports of Rust on ESP. In addition to C/C++ tool-chains, trombik/xtensa-esp32-elf includes the following Rust on ESP ports.

Say goodbye to ESP8266

3 minute read

ESP8266 has been quite popular. After years of community efforts, it was the de-facto platform for WiFi-enabled projects. Espressif, the chip vendor of ESP82...

ESP32 and ESP8266 development on FreeBSD

4 minute read

I have been developing applications for ESP32 and ESP8266 devices on FreeBSD for quite some time. Here is a summary of how to develop code for the embedded d...

Review: ESP32-S2-Saola-1 and nanoESP32-S2

6 minute read

I recently bought two ESP32-S2 development boards, ESP32-S2-Saola-1 and nanoESP32-S2. ESP32-S2 is a recent addition to ESP32-family, a scaled-down version of...

Review: LILYGO TTGO T8 ESP32-S2-WOOR

9 minute read

As a maintainer of esp-idf-lib, I would like to test the library on ESP32S2, a single core version of ESP32. At the moment, the only ESP32S2 development boar...