ESP32 BT send data

Support forum for MegunoLink
Post Reply
tmccaffr
Posts: 3
Joined: Fri Oct 25, 2019 4:39 pm

Sun Oct 27, 2019 5:27 pm

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?
tmccaffr
Posts: 3
Joined: Fri Oct 25, 2019 4:39 pm

Sun Oct 27, 2019 8:50 pm

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.
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Sun Oct 27, 2019 11:00 pm

Nice work!
Post Reply