Search found 2 matches

by hookahhead
Fri Aug 18, 2023 1:19 pm
Forum: ESP32 Arduino
Topic: read/write to usb flash drive using ESP32-S3 DevkitC
Replies: 2
Views: 4344

Re: read/write to usb flash drive using ESP32-S3 DevkitC

Unfortunately that isn't Arduino IDE compatible code, which is what I was looking for. All I would like to do is read/write sensor data to a log file. Adding a SD means buying and mounting the breakout board, tying up more GPIO, and having to find a SD card reader if I ever want to check/change the ...
by hookahhead
Thu Aug 17, 2023 7:14 pm
Forum: ESP32 Arduino
Topic: read/write to usb flash drive using ESP32-S3 DevkitC
Replies: 2
Views: 4344

read/write to usb flash drive using ESP32-S3 DevkitC

Hi All, I am kind of perplexed why I can't find example code for reading/writing data (.csv) to a usb flash drive. There are plenty examples on how to do this with a SD card, but nothing for a simple usb flash drive. I have also found examples on how to make the ESP32 appear as a mass storage device...