FiPy-Android Bluetooth Communication
-
I'd like to create an application where a FiPy and an Android communicate via Bluetooth (or BLE).
My understanding is that Pycom does not support Bluetooth yet, only BLE. Is this correct?
Can anyone provide a concrete example of Python code for BLE communication via BLE?
What I want is for the Android application to initiate a connection/pairing, and then for the FiPy to detect that, and be able to send/receive messages.