Testing Puck.js on the nRF52 Dev Kit #1694
Replies: 1 comment
-
Posted at 2016-08-19 by @gfwilliams Great! Glad you got it working! Yes, the API has changed a bit in recent versions. You should be able to build your own up to date docs by calling https://github.com/espruino/Espruino/blob/master/libs/bluetooth/jswrap_bluetooth.c (The Puck.js specific stuff might not work on nRF52, since it's expecting an IR LED and Magnetometer) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-08-19 by user67077
Very excited to get started with my 2 Puck.js's this December! To keep me busy until then, I've built the latest Espruino and flashed it onto my NRF52832 dev board this evening to try writing a BLE peripheral in Javascript.
However I'm not able to find much documentation on controlling the BLE functionality of the chip, and some
NRF
methods documented on the Espruino site are undefined in my build (for exampleNRF.setName()
)Is there a build which better demonstrates Espruino on the nRF52? And will the BLE api and documentation be available before the Puck.js is delivered this Winter? My apologies if documentation already exists, I'm just anxious to write some async lowpower devices :D
Cheers
Beta Was this translation helpful? Give feedback.
All reactions