Switching to the Classic Bluetooth seems to work good so far on those versions, except now I am wanting to use this Bluetooth to send data to a mobile app, but I have no idea what the events are or how to define them. I was using an audio sink to test the connection and functionality out. The idea is to parse the data as a JSON and send it from the app to the device and visa versa.
Another problem I am having is that I can not compile the ArduinoJson library found here despite it saying it supports ESP32 devices.
I am spammed with various errors such as:
Code: Select all
unknown type name 'namespace'
Code: Select all
unknown type name 'class' class
If anyone can help me with any of these problems I would really appreciate it!