Thanks! Shame it seems to be mostly behind a paywall, but if anyone gets this already it'd be probably be fun to check out.
Looks like it's about low level C development - but it might be handy to get an idea of what Espruino's having to do to give you the JavaScript API.
Also, there are some cool nRF52 features that are hard to expose nicely with an API (the peripheral interconnect) - you could use them directly with poke though and get some really interesting high speed stuff going.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks! Shame it seems to be mostly behind a paywall, but if anyone gets this already it'd be probably be fun to check out.
Looks like it's about low level C development - but it might be handy to get an idea of what Espruino's having to do to give you the JavaScript API.
Also, there are some cool nRF52 features that are hard to expose nicely with an API (the peripheral interconnect) - you could use them directly with
poke
though and get some really interesting high speed stuff going.