Search found 477 matches

by username
Sun Mar 24, 2024 4:04 am
Forum: ESP-IDF
Topic: Using GPIO43 and GPIO44 on ESP32-S3
Replies: 7
Views: 463

Re: Using GPIO43 and GPIO44 on ESP32-S3

Did you go into menuconfig and change it ?
by username
Tue Feb 20, 2024 12:27 pm
Forum: General Discussion
Topic: ESP32-S3-WROOM factory USB state before Firmware is loaded
Replies: 4
Views: 1891

Re: ESP32-S3-WROOM factory USB state before Firmware is loaded

@markg85, Thank you very much. It's good to know that.
by username
Sun Jan 28, 2024 8:19 am
Forum: ESP-IDF
Topic: Problem with watchdog !
Replies: 4
Views: 741

Re: Problem with watchdog !

If you go into menuconfig you can disable WDT.
by username
Sat Jan 27, 2024 7:23 am
Forum: ESP-IDF
Topic: Problem with watchdog !
Replies: 4
Views: 741

Re: Problem with watchdog !

You have to remember your running in a RTOS. So if your going to have a while(1) loop that takes to long to do something it will not be able to reset the watchdog in time. Hence you should always use vTaskDelay(x / portTICK_PERIOD_MS); Secondly, you should look into: GPIO.out_w1ts //set a pin GPIO.o...
by username
Thu Dec 14, 2023 6:50 pm
Forum: General Discussion
Topic: TinyUSB Mass Storage Device Example very slow
Replies: 1
Views: 49182

TinyUSB Mass Storage Device Example very slow

Tried the TinyUSB Mass Storage Device Example on a ESP32-S3 with IDF v5.1.2. Configured to use internal flash as storage. Though it works fine, its super slow copying files to it. When I copy a 756k file it took a minute to do it. I know the flash is not that slow because when I copy that same file ...
by username
Fri Nov 17, 2023 9:44 am
Forum: ESP-IDF
Topic: Esp32S3 : Virtual FileSystem Max FileName
Replies: 5
Views: 2983

Re: Esp32S3 : Virtual FileSystem Max FileName

do you have " Long filename support " enabled ?
by username
Thu Nov 16, 2023 3:40 am
Forum: ESP32 Arduino
Topic: Unwanted delay before and after SPI transaction
Replies: 5
Views: 3166

Re: Unwanted delay before and after SPI transaction

Yes, you can specify the CS pin so it does it automatically. I just noticed that you posted in the Arduino section, I only use ESP32-IDF. In IDF you can specify the CS pin so it does it for you. Did a little googling and found this. #include <SPI.h> #define HSPI_MISO 12 #define HSPI_MOSI 13 #define ...
by username
Thu Nov 16, 2023 3:17 am
Forum: ESP32 Arduino
Topic: Unwanted delay before and after SPI transaction
Replies: 5
Views: 3166

Re: Unwanted delay before and after SPI transaction

Is there a specific reason your manually toggling CS ?
by username
Sat Nov 11, 2023 3:37 pm
Forum: ESP-IDF
Topic: Esp32S3 : Virtual FileSystem Max FileName
Replies: 5
Views: 2983

Re: Esp32S3 : Virtual FileSystem Max FileName

There is a setting in menuconfig where you can adjust the filename length.
by username
Thu Nov 09, 2023 3:19 am
Forum: ESP-IDF
Topic: [Solved, this code works!] ESP32-S3 + W5500 Ethernet no link up
Replies: 2
Views: 1687

Re: ESP32-S3 + W5500 Ethernet no link up

Did you first try any of the W5500 SPI boards out there first ?
https://www.amazon.com/s?k=w5500+ethern ... ef=sr_pg_1