Page 1 of 1

ESP32 BT send data

Posted: Sun Oct 27, 2019 5:27 pm
by tmccaffr
I am trying to send data to a Megunolink Panel using ESP32 BT. USB works fine but adding Blutoothserial to the sketch and pairing doesn't seem to establish a connection. Any ideas?

Re: ESP32 BT send data

Posted: Sun Oct 27, 2019 8:50 pm
by tmccaffr
Sorry, Just figured it out. I just needed to provide the proper destination for the data stream.
It works when data is directed to BT rather than the default Serial.

Re: ESP32 BT send data

Posted: Sun Oct 27, 2019 11:00 pm
by philr
Nice work!