Communication between an Android app and Bangle.js 2 #5758
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2023-02-27 by @thyttan One way to do it: https://www.espruino.com/%22/Gadgetbridge#intents Look at "Android -> Bangle" Posted at 2023-03-06 by user148837 How to receive the data on Bangle.js 2 end from an bangle.js 2 application? Posted at 2023-03-06 by @gfwilliams The data you're sending goes straight to Bangle.js's REPL - so it's executed as if you'd typed it in the IDE. For example sending |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-02-26 by user148837
I have developed an android application and want to send data from that Android app to an app of my Bangle.js 2. Is there any function or example for Bangle.js 2 regarding receiving data from an android app?
Beta Was this translation helpful? Give feedback.
All reactions