Search found 3 matches

by sajeel34
Wed Aug 21, 2019 8:56 am
Forum: General Discussion
Topic: ESP32 SPP vs BLE
Replies: 2
Views: 3432

Re: ESP32 SPP vs BLE

Thank you Chegewara for the reply.

I think BT SPP would be good option. Thank you for your time and consideration. Best regards' Sajeel
by sajeel34
Tue Aug 20, 2019 11:51 pm
Forum: General Discussion
Topic: ESP32 SPP vs BLE
Replies: 2
Views: 3432

ESP32 SPP vs BLE

Hi, I want to send Neopixel led data(i.e color commands) from mobile application to the esp32 controller over Bluetooth. The data is of 6 Kilo Bytes and it has to be sent after every 3 or 4 seconds. (every time the new color data will be sent) The role of the esp32 is to just read this burst data an...
by sajeel34
Sat Jun 01, 2019 5:15 pm
Forum: General Discussion
Topic: ESP32 BLE or Bluetooth Classic ?
Replies: 1
Views: 2794

ESP32 BLE or Bluetooth Classic ?

Hello, I am making a project in which I have to use ESP32 module. I am sending color string from a mobile application at specific rate. Such that the mobile appln is sending "#34AB00$45;" after every 25 mseconds. This is a short burst of data which my ESP32 will receive and then interpret and apply ...