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:
It doesn't send the notifications that come from my app
The notifications are really small and I need them to take over the whole screen
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.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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!