Search found 1 match
- Thu Oct 24, 2019 4:45 am
- Forum: ESP32 Arduino
- Topic: Bluetooth serial bridge
- Replies: 3
- Views: 8866
Re: Bluetooth serial bridge
I am looking into the same sort of thing. I need to get a serial data stream from a HC-06 that is sending a GPS data stream. From looking at your test code, there is no call to SerialBT with a connect call. You have to tell the library what bluetooth device you want the ESP32 to connect to. I also b...