Search found 37 matches
- Wed Jul 21, 2021 11:00 am
- Forum: General Discussion
- Topic: Connecting External SPI Flash to ESPWROOM32E Module
- Replies: 1
- Views: 2221
Connecting External SPI Flash to ESPWROOM32E Module
Hi, I am integrating ESPWROOM32E module with MCU through UART0. I am using U0 TX,RX,CTS, RTS. Since, I am using U0RTS, I will not be able to use the VSPI Interface lines. If I want to use the HSPI interface lines, some of the pins are interfering with Boot strapping. For example: MTDO has an interna...
- Mon Aug 06, 2018 6:51 am
- Forum: General Discussion
- Topic: WIFI Direct support for ESP32 in esp-idf
- Replies: 9
- Views: 32247
Re: WIFI Direct support for ESP32 in esp-idf
Thanks everyone for their inputs.ESP_Jack wrote:BTW, in new ESP32 data sheet, software related features are deleted.
Dear @ESP_Jack,
I would like to know if there is any plan to release WIFI Direct feature in future esp-idf release. We need this feature for a project we are working on.
Thanks and Regards,
- Mon Aug 06, 2018 6:45 am
- Forum: General Discussion
- Topic: Maximum Payload size of BLE / BT Classic
- Replies: 1
- Views: 3981
Re: Maximum Payload size of BLE / BT Classic
Please suggest any links containing the information if available.FCT_IOT wrote:Dear All,
I would like to know the maximum payload size of BLE/ BT Classic and also WIFI and minimum connection interval.
Thanks in advance.
- Sat Aug 04, 2018 2:04 am
- Forum: General Discussion
- Topic: WIFI Direct support for ESP32 in esp-idf
- Replies: 9
- Views: 32247
- Fri Aug 03, 2018 8:44 am
- Forum: General Discussion
- Topic: WIFI Direct support for ESP32 in esp-idf
- Replies: 9
- Views: 32247
WIFI Direct support for ESP32 in esp-idf
Dear all,
I would like to know if WIFI Direct is supported in esp-idf. ESPWROOM 32D datasheet mentions WIFI Direct/ P2P is supported. However, ESP-IDF doesnt contain any resource related to WIFI Direct.
Kindly provide a link of the files related to wifi direct if available.
Thanks in advance.
I would like to know if WIFI Direct is supported in esp-idf. ESPWROOM 32D datasheet mentions WIFI Direct/ P2P is supported. However, ESP-IDF doesnt contain any resource related to WIFI Direct.
Kindly provide a link of the files related to wifi direct if available.
Thanks in advance.
- Thu Aug 02, 2018 5:34 am
- Forum: General Discussion
- Topic: Maximum Payload size of BLE / BT Classic
- Replies: 1
- Views: 3981
Maximum Payload size of BLE / BT Classic
Dear All,
I would like to know the maximum payload size of BLE/ BT Classic and also WIFI and minimum connection interval.
Thanks in advance.
I would like to know the maximum payload size of BLE/ BT Classic and also WIFI and minimum connection interval.
Thanks in advance.
- Sat Jul 21, 2018 10:24 am
- Forum: ESP-IDF
- Topic: Bluetooth Classic Congestion after few minutes
- Replies: 2
- Views: 5079
Re: Bluetooth Classic Congestion after few minutes
Dear @Jonathan,
I could not find the AT commands for classic bluetooth communication. Request you to let me know how you have gone about implementing the Classic Bluetooth communication.
Thanks in advance.
I could not find the AT commands for classic bluetooth communication. Request you to let me know how you have gone about implementing the Classic Bluetooth communication.
Thanks in advance.
- Thu Mar 01, 2018 3:23 am
- Forum: General Discussion
- Topic: Pin strapping of SDIO Slave flash timing.
- Replies: 2
- Views: 4606
Re: Pin strapping of SDIO Slave flash timing.
Dear @WiFive,WiFive wrote:SDIO slave means ESP32 is connected to another processor and acts as a slave instead of using flash.
Thank you for the information.
- Thu Mar 01, 2018 3:21 am
- Forum: General Discussion
- Topic: Over The Air Update feature
- Replies: 9
- Views: 16114
Re: Over The Air Update feature
Dear Vader Mester, Thank you for your time in replying to my query. So does it mean the factory image in esp32 doesnt have an OTA Upgrade capability and does the default image (factory image) have only factory image and no OTA Partition, Due to which we have to initially program the flash with OTA ...
- Wed Feb 28, 2018 3:43 pm
- Forum: General Discussion
- Topic: Over The Air Update feature
- Replies: 9
- Views: 16114
Re: Over The Air Update feature
I just read through the readme, and yes you need serial, but only to load the OTA example software on the ESP32. As it mentions, you need to erase the flash using the "make erase_flash flash" command before typing "make flash", to flash the OTA example to the ESP. After serial flashing, the OTA exa...