Connecting application to Puck.js #3370
Replies: 9 comments
-
|
Posted at 2020-03-17 by @gfwilliams Hi - I don't have any specific tutorials on doing stuff with custom apps, but especially for Android a good starting point would be: https://github.com/NordicPlayground/Android-nRF-UART This implements the 'UART service' that Espruino implements by default, so you can basically use that and just send raw JS commands to the Puck.js if you want. But otherwise Espruino is just a standard Bluetooth LE device, which you can easily configure custom characteristics on - so if you can find an example of using Bluetooth LE on whatever platform you want, you can easily make it work with Espruino |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2020-03-17 by Robin Tue 2020.03.17 Tutorials: Puck Forum: Launch a new Google page instance and type a concise request using the 'site:' keyword qualifier. Google search something like:
At least 200 results a few of which:
|
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2020-03-18 by user100421 The link below is for Flutter which you can use Android Studio for development. https://blog.kuzzle.io/communicate-through-ble-using-flutter my examples in youtube |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2020-03-18 by user110586 ok, thank you! I'll check it out, first time I've come across UART service. |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2020-03-18 by user110586 Thank you for the advice! |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2020-03-18 by user110586 Are there more videos on how you implemented the code from the second video you've posted? Is there a android studio version instead of flutter... |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2020-03-20 by user100421 Flutter is a framework, you can create a flutter project in Android Studio, see this link https://flutter.dev/docs/get-started/editor?tab=androidstudio and edit the code, run an emulator or the actual device in Android Studio. The source code link is in the description of the video. |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2020-05-20 by user110586 @user100421 the source code link in the description doesn't work. Please could you sort this out. Thanks |
Beta Was this translation helpful? Give feedback.
-
|
Posted at 2020-05-20 by user110586 @user100421 Please reply as soon as possible as this is required for a project. Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-03-17 by user110586
I wanted to ask a question... I have a puck.js and I'm doing a project where I control the puck.js from my phone. I was looking online and can't find anything to help me understand how to connect a customised mobile app (made by xcode or android studio) to the puck.js. Any help will be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions