ESP32 SPP vs BLE
Posted: Tue Aug 20, 2019 11:51 pm
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 and to manipulate and apply color commands accordingly to the led pixels. Moreover i want it to be real time means as i am receiving data, the same time i am applying the color code to the led pixels by using dual core functionality of esp32. ( BUT I HAVE NO IDEA ABOUT THIS HOW CAN I DO THIS)
I am confused what should be used either BT SPP or Bluetooth BLE ??
I am new to ESP32 and esp-idf programming so it is getting difficult for me to choose the best way. Please anybody can help me in this regard. I would be really thankful.
Best regards
Sajeel
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 and to manipulate and apply color commands accordingly to the led pixels. Moreover i want it to be real time means as i am receiving data, the same time i am applying the color code to the led pixels by using dual core functionality of esp32. ( BUT I HAVE NO IDEA ABOUT THIS HOW CAN I DO THIS)
I am confused what should be used either BT SPP or Bluetooth BLE ??
I am new to ESP32 and esp-idf programming so it is getting difficult for me to choose the best way. Please anybody can help me in this regard. I would be really thankful.
Best regards
Sajeel