Hacker News with Generative AI: ESP32

ESP32 WiFi Superstitions (supakeen.com)
The ESP32 is a popular microcontroller to use for do-it-yourself home automation, sensors, and a variety of other bits and bobs that you might want to take care of around the house.
Espressif's Response to Undocumented Commands in ESP32 Bluetooth by Tarlogic (espressif.com)
Recently, some media have reported on a press release initially calling out ESP32 chips for having a “backdoor”. Espressif would like to take this opportunity to clarify this matter for our users and partners.
ESP32 Undocumented Bluetooth Commands: Clearing the Air (espressif.com)
Espressif has already provided a formal response to the recently published claims about ESP32 Bluetooth controller serving as a potential “backdoor” or having “undocumented features” that can cause security concerns.
The ESP32 "backdoor" that wasn't (darkmentor.com)
This post refutes the claim that researchers found a “backdoor” in ESP32 Bluetooth chips.
Building an open-source Wi-Fi Mac layer for the ESP32 (esp32-open-mac.be)
The ESP32 is a low-cost microcontroller with Wi-Fi connectivity. Currently, the Wi-Fi MAC layer of the ESP32 is closed-source. This project aims to change that: by reverse engineering the hardware registers and software, we can build a networking stack that is open-source up to the hardware, instead of having to use the proprietary MAC layer.
Running Python on ESP32-S3 with NuttX (espressif.com)
Yes, you heard it right: Apache NuttX now supports the Python interpreter on ESP32-S3!
Espargos: ESP32-based WiFi sensing array (espargos.net)
Develop and deploy WiFi sensing applications effortlessly: ESPARGOS is a phase-coherent ESP32 antenna array.
ESP32 Antenna Array Can See WiFi [video] (youtube.com)
ESP32 Antenna Array Can See WiFi [video] (youtube.com)
Tactility: OS for the ESP32 Microcontroller Family (tactility.one)
Loading...
Liberating Wi-Fi on the ESP32 [video] (media.ccc.de)
Reverse engineering the Wi-Fi peripheral of the ESP32 to build an open source Wi-Fi stack.
Reverse Engineering the Duco Connectivity Board (github.com/kokx)
My newly built house came with a promising feature: a DucoBox Energy Comfort D325 ventilation system with heat recovery. While the system efficiently preheats incoming air using outgoing air’s heat, its control options were limited to four basic modes through a simple button interface. I wanted more - specifically, integration with Home Assistant. The official solution? A Duco Connectivity Board. But when I noticed it was just an ESP32 in disguise, I knew there had to be a better way.
We saved battery in our ESP32 WiFi circuits (TCP vs UDP) (khalsalabs.com)
In the early development stages of PetDrifts, we faced significant challenges with our MVP, which included a custom PCB equipped with an ESP32 C3 mini, sensor, and a Li-ion battery. One of the major issues was the rapid draining of the battery, a critical problem in our IoT device design
E-Paper weather display powered by ESP32 microcontroller (github.com/lmarzen)
This is a weather display powered by a wifi-enabled ESP32 microcontroller and a 7.5in E-Paper (aka E-ink) display. Current and forecasted weather data is obtained from the OpenWeatherMap API. A sensor provides the display with accurate indoor temperature and humidity.
CapibaraZero: A cheap alternative to FlipperZero based on ESP32-S3 (capibarazero.com)
Securely sending DHT22 sensor data from an ESP32 board to PostgreSQL (c410-f3r.github.io)
Let's collect data provided by a DHT22 sensor and store it asynchronously in a PostgreSQL database via WiFi using an encrypted connection. We will start with a brief introduction about the principal technologies, proceed to setting-up the necessary environment and then code our project.
Embedded Rust in Production? (lohr.dev)
When I mention that we use Rust on the embedded ESP32 platform the most common reaction is a jaw-dropping "This is possible?!". Yes, it is indeed possible! - And we at STABL Energy have used it successfully for over a year now. And because so many people seem interested in why we use Rust and how it is going for us, I decided to write this blog post.
Working with compressed (ZSTD) binary data on AWS IoT Core (nullonerror.org)
Today we will see how to send compressed CBOR with ZSTD from an ESP32 microcontroller through an MQTT topic, passing through AWS IoT Core, and finally being decoded in a TypeScript-written Lambda function.
EvilAppleJuice-ESP32: Spam Apple Proximity Messages via an ESP32 (github.com/ckcr4lyf)
Reverse engineering ESP32 Wi-Fi driver: the road ahead (esp32-open-mac.be)
ESP32 Drum Synth Machine (github.com/zircothc)
ESP32-S3 has a few SIMD instructions (blogspot.com)
Unveiling secrets of the ESP32 part 2: reverse engineering RX (ugent.be)