Search found 214 matches

by ThomasESP32
Wed Sep 20, 2023 5:43 am
Forum: ESP-IDF
Topic: ESP32S3Wroom 1 : How to use the USB JTAG port in order to send command to the Wroom module ?
Replies: 3
Views: 893

Re: ESP32S3Wroom 1 : How to use the USB JTAG port in order to send command to the Wroom module ?

Good morning, thank you for your answer. I still have a problem please. It seams that I cannot execute the methods : 1 - usb_serial_jtag_driver_install(&usb_serial_jtag_config); 2 - uart_driver_install(UART_PROD_PORT_NUM, UART_PROD_BUFFER_SIZE * 2, 0, 0, NULL, intr_alloc_flags); together in my appli...
by ThomasESP32
Mon Sep 18, 2023 12:13 pm
Forum: ESP-IDF
Topic: ESP32S3Wroom 1 : How to use the USB JTAG port in order to send command to the Wroom module ?
Replies: 3
Views: 893

ESP32S3Wroom 1 : How to use the USB JTAG port in order to send command to the Wroom module ?

Good afternoon, I have a question concerning the USB/JTAG connector which is on the Esp32S3-DevKit-C-1 board. At the moment, I manage to use the UART connector of the board in order to send command to the Wroom module from the outside using an RS232 terminal. For that, the UART port is configured us...
by ThomasESP32
Thu Sep 14, 2023 3:04 pm
Forum: ESP-IDF
Topic: Esp32S3 : Fail to program the Esp32S3 using the USB/JTAG interface
Replies: 1
Views: 2025

Esp32S3 : Fail to program the Esp32S3 using the USB/JTAG interface

Good afternoon, I am using an Esp32S3WROOM 1 chip on an Esp32S3-DevKit-C-1 board. I would like to use the USB connector and the USB/JTAG interface to program the chip instead of the USB/UART connector. I can see the COM port under ESP-IDF but when run the chip programming, the programming process do...
by ThomasESP32
Thu Sep 14, 2023 10:07 am
Forum: ESP-IDF
Topic: ESP32S3 : Possible to have Wifi and BLE connected at the same time ?
Replies: 3
Views: 1817

Re: ESP32S3 : Possible to have Wifi and BLE connected at the same time ?

So, according to what you say, if my Esp32S3 is configured as a Wifi AP and if the BLE is started, external peripharels will have the possibility to connect to the ESP32S3 in BLE and external peripherals will have the possibility to connect to the Wifi AP at the same time ? Do you think I can have 8...
by ThomasESP32
Thu Sep 14, 2023 6:48 am
Forum: ESP-IDF
Topic: ESP32S3 : Possible to have Wifi and BLE connected at the same time ?
Replies: 3
Views: 1817

Re: ESP32S3 : Possible to have Wifi and BLE connected at the same time ?

Sorry I don't know if it is Wifi STA (I am using Wifi as a Wifi Server in order to do OTA update, maybe it is STA mode ??)
by ThomasESP32
Thu Sep 14, 2023 6:46 am
Forum: ESP-IDF
Topic: ESP32S3 : Possible to have Wifi and BLE connected at the same time ?
Replies: 3
Views: 1817

ESP32S3 : Possible to have Wifi and BLE connected at the same time ?

Good morning, I am using an Esp32S3 WROOM 1 module and I would like to know if it is possible to have Wifi (STA Mode) and BLE at the same time ? Moreover, is it possible to have BLE connections and Wifi STA connection at the same time ? Or, is there something like "When a computer connects to the Wi...
by ThomasESP32
Thu Sep 07, 2023 1:49 pm
Forum: ESP-IDF
Topic: Esp32S3 : How to flash the Esp32S3 WROOM 1 module without ESP-IDF
Replies: 2
Views: 1076

Esp32S3 : How to flash the Esp32S3 WROOM 1 module without ESP-IDF

Good afternoon, I have a question concerning the ESP32S3 WROOM 1 module. I have a board where the USB connector has been connected normally to the Esp32S3 Wroom 1 module. Could you explain me how to flash the module using the USB connector without using ESP-IDF ?? Is it possible ? Is there a softwar...
by ThomasESP32
Thu Sep 07, 2023 6:53 am
Forum: ESP-IDF
Topic: Esp32S3 : Is it possible to flash the Esp32S3 on the Dev_Kit-C-1 via the USB connector ?
Replies: 0
Views: 717

Esp32S3 : Is it possible to flash the Esp32S3 on the Dev_Kit-C-1 via the USB connector ?

Good morning, I am working with the Esp32S3 which is plugged on the Dev-Kit-C-1 board. I would like to know if it is possible to flhash the Esp32S3 via the USB connector ? It is really important for my application. At the moment, when I plug the board with the USB connector, I cannot see it under th...
by ThomasESP32
Wed Sep 06, 2023 12:50 pm
Forum: ESP-IDF
Topic: Esp32S3 : Is the Bluedroid stack compatible with stacks from other brands ?
Replies: 1
Views: 810

Re: Esp32S3 : Is the Bluedroid stack compatible with stacks from other brands ?

Sorry,
I have the answer...
The characteristic was configured in Auto Response so the datas sent were not the ones I expected.

Now, everything is OK.

Best regards,

Thomas TRUILHE
by ThomasESP32
Wed Sep 06, 2023 9:49 am
Forum: ESP-IDF
Topic: Esp32S3 : Is the Bluedroid stack compatible with stacks from other brands ?
Replies: 1
Views: 810

Esp32S3 : Is the Bluedroid stack compatible with stacks from other brands ?

Good morning, I am working with an Esp32S3 and I have a question concerning the Bluedroid stack. Could you please help me on this subject ? In my application, a BLE chip from another brand (Silicon Labs), having its BLE stack is Reading one of the characteristic of my Esp32S3 BLE Chip. 1) In the Esp...