Search found 37 matches

by FCT_IOT
Wed Jul 21, 2021 11:00 am
Forum: General Discussion
Topic: Connecting External SPI Flash to ESPWROOM32E Module
Replies: 1
Views: 1840

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...
by FCT_IOT
Mon Aug 06, 2018 6:51 am
Forum: General Discussion
Topic: WIFI Direct support for ESP32 in esp-idf
Replies: 9
Views: 29183

Re: WIFI Direct support for ESP32 in esp-idf

ESP_Jack wrote:BTW, in new ESP32 data sheet, software related features are deleted.
Thanks everyone for their inputs.

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,
by FCT_IOT
Mon Aug 06, 2018 6:45 am
Forum: General Discussion
Topic: Maximum Payload size of BLE / BT Classic
Replies: 1
Views: 3581

Re: Maximum Payload size of BLE / BT Classic

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.
Please suggest any links containing the information if available.
by FCT_IOT
Fri Aug 03, 2018 8:44 am
Forum: General Discussion
Topic: WIFI Direct support for ESP32 in esp-idf
Replies: 9
Views: 29183

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.
by FCT_IOT
Thu Aug 02, 2018 5:34 am
Forum: General Discussion
Topic: Maximum Payload size of BLE / BT Classic
Replies: 1
Views: 3581

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.
by FCT_IOT
Sat Jul 21, 2018 10:24 am
Forum: ESP-IDF
Topic: Bluetooth Classic Congestion after few minutes
Replies: 2
Views: 4557

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.
by FCT_IOT
Thu Mar 01, 2018 3:23 am
Forum: General Discussion
Topic: Pin strapping of SDIO Slave flash timing.
Replies: 2
Views: 4141

Re: Pin strapping of SDIO Slave flash timing.

WiFive wrote:SDIO slave means ESP32 is connected to another processor and acts as a slave instead of using flash.
Dear @WiFive,

Thank you for the information.
by FCT_IOT
Thu Mar 01, 2018 3:21 am
Forum: General Discussion
Topic: Over The Air Update feature
Replies: 9
Views: 14711

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 ...
by FCT_IOT
Wed Feb 28, 2018 3:43 pm
Forum: General Discussion
Topic: Over The Air Update feature
Replies: 9
Views: 14711

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...