Search found 4 matches

by wbadry
Tue Mar 12, 2024 8:38 pm
Forum: ESP32 Arduino
Topic: Example to use ESP32-S3 as MSC with SDIO SD card
Replies: 2
Views: 489

Re: Example to use ESP32-S3 as MSC with SDIO SD card

Thank you for your response. I already know how to read/write to SD card using SDIO interface. Here is a working Example https://github.com/espressif/arduino-esp32/blob/master/libraries/SD_MMC/examples/SDMMC_Test/SDMMC_Test.ino I am looking at how to make the ESP32S3 connected to an SD card via SDIO...
by wbadry
Thu Mar 07, 2024 5:31 pm
Forum: ESP32 Arduino
Topic: Example to use ESP32-S3 as MSC with SDIO SD card
Replies: 2
Views: 489

Example to use ESP32-S3 as MSC with SDIO SD card

Hello,
Is there any example of a running ESP32-S3 with an SDIO SD card as a mass storage device?

I tried to look for Adafruit TinyUSB https://github.com/adafruit/Adafruit_TinyUSB_Arduino but it seems that it doesn't support SDIO.
by wbadry
Wed Jan 20, 2021 3:28 pm
Forum: ESP32 Arduino
Topic: ESP32 DOIT Dev Kit Built-in bluetooth vs HC-05 time to send packets
Replies: 0
Views: 1618

ESP32 DOIT Dev Kit Built-in bluetooth vs HC-05 time to send packets

Hello, I was conducting a comparison in terms of speed to send Bluetooth packets using both HC-05 and the built-in Bluetooth. I was shocked that the legacy HC-05 is 70% faster than the Built-In Bluetooth on ESP32. // LED to toggle when streaming const int LedLight = LED_BUILTIN; // LED Status (ON-OF...
by wbadry
Mon Dec 14, 2020 8:31 pm
Forum: ESP32 Arduino
Topic: ESP32 Arduino code protection
Replies: 1
Views: 2701

ESP32 Arduino code protection

Hello,
Is there any way to protect the code from being uploaded back?

I have an Arduino sketch with code I wrote for ESP32 Doit Dev Kit v1.

I would appreciate it if someone is experienced and could show me how to do so.

Thanks