I am approaching for the first time the development of an application which should read the data printed by a BLE (espruino based) device. Using this open source android application https://github.com/kai-morich/SimpleBluetoothLeTerminal I am able to see what the device prints on the console. I would like to accomplish the same thing on my RN based application, reading the data it prints and eventually printing on screen the values it reads. I managed (with the polidea library https://polidea.github.io/react-native-ble-plx/#blemanagerreadcharacteristicfordevice) to connect the device and am looking into the characteristics, but I can't figure out how to read this. Anyone has useful documentation regading this issue? Thank you
↧