Search found 281 matches

by ThomasESP32
Tue Mar 24, 2026 5:16 pm
Forum: ESP-IDF
Topic: Esp32S3 : Memory Loss when using WIFI.
Replies: 0
Views: 34

Esp32S3 : Memory Loss when using WIFI.

Good afternoon,

I am working on a program for Esp32S3 and I can use WIFI in station mode or in AP Mode depending on user need/action.

The problem is that my program is quite big and my SRAM is running low.
When I am starting WIFI in Station mode I have 45Ko of SRAM free (Before WIFI Start).
When I ...
by ThomasESP32
Mon Mar 23, 2026 4:22 pm
Forum: ESP-IDF
Topic: Esp32S3 - WIFI Access Point + Station Mode example => Possible to start/stop AP and start/stop STA separately ?
Replies: 1
Views: 65

Esp32S3 - WIFI Access Point + Station Mode example => Possible to start/stop AP and start/stop STA separately ?

Good afternoon,

I am looking at the WIFI STA_AP example program for Esp32S3.
I am reading the main program and I wonder how to start/stop Wifi as a station and start/stop WIFI as an access point separately ?

My goal would be to write a program working as a Station when the program start.
Then when ...
by ThomasESP32
Thu Mar 05, 2026 8:22 am
Forum: ESP-IDF
Topic: Esp32S3 : Is there a way to increase the flash speed using esptool commande ?
Replies: 6
Views: 277

Re: Esp32S3 : Is there a way to increase the flash speed using esptool commande ?

So, as I understand, because I have no USB to UART chip on my board,
I am using USB-CDC and it is not possible to increase the flash speed is it correct ?

Concerning the solution USB-DFU, because the Esp32S3 on the board has no particular bootloader or USB stack,
I can't use USB-DFU. Is it correct ...
by ThomasESP32
Tue Mar 03, 2026 7:13 am
Forum: ESP-IDF
Topic: Esp32S3 : Is there a way to increase the flash speed using esptool commande ?
Replies: 6
Views: 277

Re: Esp32S3 : Is there a way to increase the flash speed using esptool commande ?

I am not working on a Development Board but on a custom design board.
How can I know I am using the usb cdc or not ? All that I know is that the USB pin (USB_D- and USB_D+) from the Esp32S3
are going to a ESDALD05UD4X WEEN chip, then on a USB-C connector ...

Could you please help me to understand ...
by ThomasESP32
Mon Mar 02, 2026 2:02 pm
Forum: ESP-IDF
Topic: Esp32S3 : Is there a way to increase the flash speed using esptool commande ?
Replies: 6
Views: 277

Esp32S3 : Is there a way to increase the flash speed using esptool commande ?

Good afternoon,


I am working with an Esp32S3 chip. In order to flash a firmware in the chip, I ma using the following commande line (esptool) :

python -m esptool -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 8MB 0x0 FS22Merged.bin ...
by ThomasESP32
Mon Mar 02, 2026 7:46 am
Forum: ESP-IDF
Topic: Esp32S3 : How to use a 5G RedCap Chip or (eRedCap in the future) with the Esp32S3 ?
Replies: 2
Views: 100

Re: Esp32S3 : How to use a 5G RedCap Chip or (eRedCap in the future) with the Esp32S3 ?

Could you tell me more about this library please ?
Best regards
by ThomasESP32
Wed Feb 25, 2026 7:47 am
Forum: ESP-IDF
Topic: Esp32S3 : How to use a 5G RedCap Chip or (eRedCap in the future) with the Esp32S3 ?
Replies: 2
Views: 100

Esp32S3 : How to use a 5G RedCap Chip or (eRedCap in the future) with the Esp32S3 ?

Good morning,

I am working with an Esp32S3 chip.
I am studying the possibility to exchange datas with a backoffice located on a server (Somewhere on the cloud) using a 5G RedCap Chip (eRedCap in the future).
According to the informations that I found, it should be possible to link the 5G RedCap ...
by ThomasESP32
Mon Feb 16, 2026 5:09 pm
Forum: Hardware
Topic: Esp32S3 design : Which protocol I can use in order to send datas on the "Internet" using MQTT?
Replies: 1
Views: 84

Esp32S3 design : Which protocol I can use in order to send datas on the "Internet" using MQTT?

Good afternoon,

Some years ago, I worked on a Renesas RX65N program and with external help, I managed to
send datas from my program to a broker on the Internet using MQTT.
The communication protocol that I used was LTE-M, NB-IOT
=> So in order to do that, a BG96 chip was put on a satelite card and ...
by ThomasESP32
Mon Feb 16, 2026 5:01 pm
Forum: ESP-IDF
Topic: Esp32S3 : How to connect to an external access point using WIFI and how to exchange datas.
Replies: 6
Views: 141

Re: Esp32S3 : How to connect to an external access point using WIFI and how to exchange datas.

Perfect, thank you for your answer.
But because you have more knowledge than me, I will ask you the following question :

Do you have any knowledge about MQTT ?
I used MQTT on a LTE-M, NB-IOT network on another project in order to send datas to a Broker (Using its IP address).

Do you know if it is ...
by ThomasESP32
Mon Feb 16, 2026 4:35 pm
Forum: ESP-IDF
Topic: esp32S3 : Is it possible to change pin configuration when the firmware is running ?
Replies: 1
Views: 79

esp32S3 : Is it possible to change pin configuration when the firmware is running ?

Good afternoon,

I have a question concerning the Esp32S3 chip please.
I am working on a firmware when the pins :
IO45 -> SD-CLK
IO48 -> SD-CMD
IO47 -> SD-DAT0
IO21 -> SD-DAT1
IO14 -> SD-DAT2
IO13 -> SD-DAT3
are used in order to dialog with an external eMMC (If present).

In order to do this, I am ...

Go to advanced search