Search found 229 matches
- Thu Nov 07, 2024 4:46 pm
- Forum: ESP-IDF
- Topic: Esp32S3 : TinyUSB with MSC storage functionnality. Is it possible to detect USB unplug ?
- Replies: 0
- Views: 521
Esp32S3 : TinyUSB with MSC storage functionnality. Is it possible to detect USB unplug ?
Good afternoon, using the example tinyusb MSC storage, I managed to turn an Esp32S3 into a kind of USB Key. I mean I have defined a partition on the internal flash called "IntFlash" and when the device starts, this partition is mounted like an USB Key and is normally detected by Windows. I have the ...
- Thu Nov 07, 2024 4:37 pm
- Forum: ESP-IDF
- Topic: Esp32S3 : Is there any input capture function/module in the Esp32S3 please ?
- Replies: 3
- Views: 803
Re: Esp32S3 : Is there any input capture function/module in the Esp32S3 please ?
Thank you, using the pulse counter module, I managed to implement the functionnality.
Best regards,
Thomas TRUILHE
Best regards,
Thomas TRUILHE
- Tue Nov 05, 2024 8:36 am
- Forum: ESP-IDF
- Topic: Esp32S3 : Is there any input capture function/module in the Esp32S3 please ?
- Replies: 3
- Views: 803
Esp32S3 : Is there any input capture function/module in the Esp32S3 please ?
Good morning, I am working with an Esp32S3 in a project and I need to determine the frequency of an external clock running normally at 32768 Hz (which can drift). Do you think the esp32S3 has an input capture module that I can use to count the number of rising edge of that clock per second please ? ...
- Wed Oct 23, 2024 10:17 am
- Forum: ESP-IDF
- Topic: Esp32S3 : SDMMC card init problem with PSRAM Initialisation
- Replies: 1
- Views: 387
Esp32S3 : SDMMC card init problem with PSRAM Initialisation
Good morning, I am working with an Esp32S3 for a project. I am using the example code from sdmmc card in order to initialise an external SDCard in 4 pins mode. When I am starting the program, I can see that the SDCard is initialized correctly, but it is formated each time !!!! It seams that the prob...
- Mon Oct 21, 2024 7:15 am
- Forum: ESP-IDF
- Topic: Esp32S3 : Questions concerning SD Cards and MMC Cards
- Replies: 9
- Views: 1508
Re: Esp32S3 : Questions concerning SD Cards and MMC Cards
Good morning, using the example sdmmc,
I manage to mount my 2Go card and my 16Go card.
This is perfect. Thank you.
I manage to mount my 2Go card and my 16Go card.
This is perfect. Thank you.
- Mon Oct 21, 2024 7:13 am
- Forum: ESP-IDF
- Topic: Esp32S3 : SD Spi driver with 16Gb SD Card does not work
- Replies: 9
- Views: 1446
Re: Esp32S3 : SD Spi driver with 16Gb SD Card does not work
Using the second example sdmmc, it seams that I can mount the 2Go and the 16Go card.
It is perfect thank you.
It is perfect thank you.
- Mon Oct 21, 2024 6:44 am
- Forum: ESP-IDF
- Topic: Esp32S3 : SD Spi driver with 16Gb SD Card does not work
- Replies: 9
- Views: 1446
Re: Esp32S3 : SD Spi driver with 16Gb SD Card does not work
Good morning,
I have tried with a 1MHz frequency and things are the same.
I get exactly the same message and the card is not mounted.
So I will follow your recommandation and try with a card from another brand.
Thank you for your help,
best regards,
Thomas TRUILHE
I have tried with a 1MHz frequency and things are the same.
I get exactly the same message and the card is not mounted.
So I will follow your recommandation and try with a card from another brand.
Thank you for your help,
best regards,
Thomas TRUILHE
- Fri Oct 18, 2024 6:26 am
- Forum: ESP-IDF
- Topic: Esp32S3 : SD Spi driver with 16Gb SD Card does not work
- Replies: 9
- Views: 1446
Re: Esp32S3 : SD Spi driver with 16Gb SD Card does not work
Now, I have tried to connect my micro SDcard in quad spi mode (Using the sdspi example) but I don't understand how to connect it... I think in quad Spi mode, my card should have the following signals : -CLK -DATA0 -DATA1 -DATA2 -DATA3 -CS Could you confirm ? I have defined these pins in the firmware...
- Fri Oct 18, 2024 5:42 am
- Forum: ESP-IDF
- Topic: Esp32S3 : SD Spi driver with 16Gb SD Card does not work
- Replies: 9
- Views: 1446
Re: Esp32S3 : SD Spi driver with 16Gb SD Card does not work
Thank you for your answer. Here is what I get with the SDHC SD Card : I (311) main_task: Started on CPU0 I (321) main_task: Calling app_main() I (321) example: Initializing SD card I (321) example: Using SPI peripheral I (331) example: Mounting filesystem I (331) gpio: GPIO[48]| InputEn: 0| OutputEn...
- Fri Oct 18, 2024 4:20 am
- Forum: ESP-IDF
- Topic: Esp32S3 : SD Spi driver with 16Gb SD Card does not work
- Replies: 9
- Views: 1446
Re: Esp32S3 : SD Spi driver with 16Gb SD Card does not work
Perfect, so you managed to mount your SDHC card with the sdspi standard example
using the SPI mode ?
Without any change in the code ?
Could you please confirm ? I will try with another card or check if the option format_if_mount_fail is set to false or true.
Best regards,
using the SPI mode ?
Without any change in the code ?
Could you please confirm ? I will try with another card or check if the option format_if_mount_fail is set to false or true.
Best regards,