Search found 5 matches

by Sundar
Thu Jul 19, 2018 9:28 am
Forum: General Discussion
Topic: Connection status pin
Replies: 1
Views: 2969

Connection status pin

hi,
Is there any Status indication pin(GPIO) for Classic bluetooth in ESP32? ,Like the polarity changes in the pin if the Bluetooth is paired and not paired.
by Sundar
Thu May 24, 2018 11:27 am
Forum: General Discussion
Topic: OTA over Bluetooth
Replies: 4
Views: 10250

OTA over Bluetooth

Hi,
I started working on ESP wroom32 using Arduino IDE,I just want to know is it possible to do Over the Air programming through Bluetooth.
If so how to perform it?.
by Sundar
Wed May 23, 2018 8:33 am
Forum: General Discussion
Topic: Customizing partition table
Replies: 1
Views: 5107

Customizing partition table

How can i customize my partition table for wroom32 ,i need to perform OTA through Wifi and to enable Bluetooth at the same time so my sketch size is some what big, for that i have to reduce the size of OTA slots in partition table because they are using 1MB each. I am using Arduino IDE for programmi...
by Sundar
Wed May 23, 2018 6:39 am
Forum: General Discussion
Topic: Esp Wroom32 Size Partition
Replies: 1
Views: 3179

Esp Wroom32 Size Partition

Hi,
Currently I am working Esp wroom32 ,right now i want to know whether i can modify Ota slots size in partition table,if so what is the minimum size i can provide to perform OTA. In the Programming guide they mentioned 1MB for each OTA slots.
by Sundar
Tue May 15, 2018 2:30 pm
Forum: General Discussion
Topic: BLE and Wifi together in ESP32
Replies: 3
Views: 6961

BLE and Wifi together in ESP32

Hi,
Currently i am working in ESP wroom32,i need to know that whether BLE and Wifi can be enabled together and processed at the same time.I need wifi connection and BLE pairing happening simultaneously.