Send Data on Puck button click to android device. #1972
Replies: 7 comments
-
Posted at 2017-01-04 by @gfwilliams To do that, you could potentially use Eddystone: http://www.espruino.com/Puck.js+Eddystone Or if not, you would need to make an app for your phone. If you haven't done anything like that before then you could look at DroidScript - it might be a good way to get started |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-01-10 by user71304 Hi Gordon, I have gone through the links.
Thanks |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-01-10 by @gfwilliams You don't need an app to get eddystone working - any Android device from the last few years with Chrome on it should work (it's possible you have to change one setting in Android, but i'm not sure) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-01-10 by Fabio978 There is a free plugin for DroidScript and Puck.js |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-01-11 by user71304 If we can print from Puck button on espruino ide screen then definitely there will be some way to print on android app screen |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-01-11 by @gfwilliams |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-02-01 by Dave_Smart Just use this code on DroidScript (make sure you install the Puck.js plugin on DroidScript first)
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-01-04 by user71304
Hi, I want to send text "Hello World" when user click Puck button and want to display "Hello World" message on my android phone screen.
Beta Was this translation helpful? Give feedback.
All reactions