Search found 214 matches

by ThomasESP32
Fri Nov 17, 2023 9:13 am
Forum: ESP-IDF
Topic: Esp32S3 : Virtual FileSystem Max FileName
Replies: 5
Views: 6013

Re: Esp32S3 : Virtual FileSystem Max FileName

Thank you for your answer, yes I have seen this configuration.

However, the name length in menu config is 255 caracters at the moment.

So I do not understand what happen.

Best regards,
by ThomasESP32
Fri Nov 17, 2023 9:12 am
Forum: ESP-IDF
Topic: Esp32S3 : Interrupt Handling
Replies: 1
Views: 1739

Esp32S3 : Interrupt Handling

Good morning, I have a question concerning interrupt handling on Esp32S3 chip. I am working on a firmware where is use drivers in order to start different peripherals. I did not worry on interrupt allocation so far, but I have just added the UART driver and I get an I2C interrupt allocation error wh...
by ThomasESP32
Mon Nov 13, 2023 10:33 am
Forum: ESP-IDF
Topic: Esp32S3 Wroom 1 - Temperature measurement
Replies: 1
Views: 1218

Esp32S3 Wroom 1 - Temperature measurement

Good morning,


I would like to know if something can measure the local temperature on the Esp32S3 Wroom 1 module
please ? And if the answer is yes, how to use it ? (Methods that have to be called and so on...)

Best regards,

Thomas TRUILHE
by ThomasESP32
Fri Nov 10, 2023 9:14 am
Forum: ESP-IDF
Topic: Esp32S3 : Virtual FileSystem Max FileName
Replies: 5
Views: 6013

Esp32S3 : Virtual FileSystem Max FileName

Good morning, I am working on an Esp32S3. I have defined a flash partition named Audio, where I put mp3 files automatically at compilation. Using Virtual FileSystem, I am mounting a partition in order to access the mp3 files and I manage to play them. Here everything is OK. However, it seems that wh...
by ThomasESP32
Fri Oct 27, 2023 9:53 am
Forum: ESP-IDF
Topic: Esp32S3 : How to update a partition which is not a "program" partition ?
Replies: 2
Views: 1119

Esp32S3 : How to update a partition which is not a "program" partition ?

Good morning, I am working on an Esp32S3 which is on a "personnal" electronic board and I have a question for you. My program contains the following partitions : (Extracted from the partitions.csv file) nvs, data, nvs, 0x9000, 0x4000, otadata, data, ota, 0xd000, 0x2000, phy_init, data, phy, 0xf000, ...
by ThomasESP32
Fri Oct 06, 2023 6:24 am
Forum: ESP-IDF
Topic: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
Replies: 5
Views: 2928

Re: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?

Good morning, thank you for your help, looking at the Esp32S3 site, I have found informations about esptool. I managed to install it on a computer and using the same command which appears on the console of Esp-Idf, I managed to flash the chip. I have just another question please. In my project, I ha...
by ThomasESP32
Thu Oct 05, 2023 12:52 pm
Forum: ESP-IDF
Topic: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
Replies: 5
Views: 2928

Re: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?

Thank you for your answer. However, the goal is to have the possibility to flash the device with a project containing many .bin files (Each one located at a particular address) without the use of ESP-IDF. We would like to have the possibility to flash the project in production on a computer which wo...
by ThomasESP32
Fri Sep 29, 2023 9:52 am
Forum: ESP-IDF
Topic: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
Replies: 5
Views: 2928

ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?

Good morning, I am working with an Esp32S3 Wroom 1 module and I would like to know if it is possible to flash/program the Esp32S3 without using the Eclipse workspace ? My goal would be to program/flash the Esp32S3 chip via command lines (With an USB cable connected to the USB connector of the chip)....
by ThomasESP32
Fri Sep 29, 2023 6:16 am
Forum: ESP-IDF
Topic: ESP32S3 : Get the bootloader version and the Bluedroid stack version ??
Replies: 0
Views: 775

ESP32S3 : Get the bootloader version and the Bluedroid stack version ??

Good morning,

I am working on an Esp32S3 and I would like to know if it is possible to get the bootloader version
and the bluedroid stack/SDK version using special functions/methods ???

Thank you for your answer,

best regards,

Thomas TRUILHE
by ThomasESP32
Thu Sep 21, 2023 6:17 am
Forum: ESP-IDF
Topic: ESP32S3 : BLUEDROID : Why characteristic write is 20 chars by default ?
Replies: 0
Views: 714

ESP32S3 : BLUEDROID : Why characteristic write is 20 chars by default ?

Good morning, I am working on Esp32S3 using the Bluedroid BLE stack. I defined my characteristics with size 255 bytes long and I use a BLE Terminal on a tablet in order to write things on the characteristics. The BLE Terminal does not have to functionnality to negociate MTU. It seems that I do not h...