I am working on one POC to show text from an Android app in an LED matrix device (BLE device). Till now I have done below steps -
- I can connect with the BLE device.
- I can connect with the GATT server.
- I got characteristics of the BLE device which are READ, WRITE WITHOUT RESPONSE and NOTIFY.
Now how I can send and show a text to the LED matrix device?
While searching I found some folks who have done this POC using MIT App Inventor with Bluetooth Arduino and I don't have any idea about these. So can I achieve this using Android SDK or any android Library?
Please guide me, Thanks in advance.