-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict with SerialBluetooth.h? #34
Comments
Yes. BluetoothSerial is disabled. this is because it doesn't use Bluedroid. Instead it uses the BTstack stack (different one). I would add Arduino APIs for BTstack, but you will need to implement the "serial" part yourself. |
Thank you for the fast reply! I think I understand now. Do you think it would make it easier if used to wifi to connect with the phone? Any conflicts with the wifi functionality? |
not sure... just try with regular ESP32 Arduino core.... create a very simple example that uses BT and WiFi... if that works, then it should work with ESP32-Bluepad32 Arduino core |
This may not be of any help but i created an example using BTStack (the Bluetooth lib BluePad32 uses) to fire up a ATT Server and communicate with a web app. This was for me to build a web app that could perform OTA Updates on the EPS32 whilst using BluePad32. It is possible to communicate with the ATT server via a mobile app or dekstop app if cofigured for BLE. Obviously depends on what your are wanting to do but thought i would share as it may provide you an option. |
Hello. Great work, this is amazing! I am trying to add the use of SerialBluetooth to my sketch but it won't work. I'm new to this but after hours of looking, my best guess is that it might be because Bluedroid mode is needed?
My end goal is to be able to connect my controller with Bluepad32 but also be able to connect to an Android phone to use something like the MIT App Inventor.
THANK YOU!
Blake
The text was updated successfully, but these errors were encountered: