Douglas6 wrote: ↑Tue May 28, 2019 10:48 am
Node.js has excellent BLE libraries bleno and noble. I've used bluepy with Python. The BlueZ github has examples in Python and C. Gatttool and bluetoothctl are good CLI interfaces for exploring BLE devices.
Hi Douglas6, Thanks for your recommendation. Now I was able to read the characteristic value by using the bluepy. Now I'm looking for notify in the bluepy, is it the notification means I will get the notification once my bluetooth device has get the data?