-
• #2
Hi - if you want that really low level control then I think it might be an idea to look at connecting directly to Bangle.js from your app - Nordic have some example code (https://github.com/NordicPlayground/Android-nRF-UART) and I think even possibly a library now which should make it nice and easy.
Otherwise I'm working on a 'Gadgetbridge for Bangle.js' app which should provide extra functionality and it'd be nice to provide a way for other apps to send/receive data to a connected Bangle.js - I'm open for ideas on how to do that nicely - I'm not a very experienced Android dev so you may have some thoughts on what would work well.
Hi,
I'm currently coding an application on Android Studio and I would like it to send notifications to my Bangle.js.
I considered using Gadgetbridge but:
Should I code an application on Espruino for my Bangle.js? How do I connect the two?
All I need is basically scheduled notifications, but I would also like to expand it to the level that I can take the information collected from my watch (heart rate, and steps) and use it within my Android Studio application.
Any advice is greatly appreciated!