The ESP32 family of chips never ceases to impress; with just a few lines of code, you can turn an ESP32-S3 board into a WiFi dongle, connecting a host computer to WiFi via USB. Or you can run a script to infiltrate a target computer. Additionally, you can turn it into a memory stick with a WiFi interface.
Continue reading Spicy Prototypes: ESP32-S3 PendriveTag: esp32-s3
USB Settings for Logging with the ESP32-S3 in PlatformIO
The ESP32-S3 is endowed with two noteworthy USB features that its predecessor, the original ESP32, lacked: USB OTG and USB CDC/JTAG. This blog post delves into the platformio.ini settings that govern the USB behavior of the ESP32-S3, with a particular focus on logging in CDC/JTAG mode.
Continue reading USB Settings for Logging with the ESP32-S3 in PlatformIO