Bluetooth and serial connection at the same time
-
This post is deleted!
-
Hi...I haven't found anything short of implementing a significant chunk of the bluetooth protocol stack (which I have no desire to take on).All of the bluetooth modules I've been able to find are similar to the one used by the arduino BT in that they only support one serial connection.
-
@jmarcelino thank you for your answer. Could you tell me how to connnect lopy at the same time via serial and Bluetooth?
Should I just execute one script including connecting via 2 different ways?
-
@monersss
That's possible but the LoPy currently only supports Bluetooth Low Energy, so you'll only be able to send small amounts of data over Bluetooth.The examples might give you an idea of what's possible:
https://docs.pycom.io/chapter/tutorials/all/ble.html
Also your other device must support Bluetooth Low Energy