• 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:

    1. It doesn't send the notifications that come from my app
    2. 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.

    Any advice is greatly appreciated!

  • 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/Andr­oid-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.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Can I connect Bangle.js to my Android Studio app?

Posted by Avatar for user142412 @user142412

Actions