Page 1 of 1

puck.js with micropython possible?

Posted: Thu Dec 08, 2016 10:38 am
by hotcore
Hi, I just read about the puck.js here http://www.puck-js.com/ and I am wondering if there is already a port for micropython for that device or if that is already in the works ...

Re: puck.js with micropython possible?

Posted: Fri Dec 09, 2016 9:37 am
by platforma
Haven't seen anyone porting this yet. But it runs on nRF52832: http://forum.micropython.org/viewtopic. ... 832#p16116

As it seems, there's no ready option for this yet.

Re: puck.js with micropython possible?

Posted: Thu Aug 17, 2017 12:47 am
by mcauser
The puck.js runs a nRF52832 - a 64Mhz ARM Cortex M4 with 64kB RAM and 512kB Flash

There's a thread on porting to the Nordic nRF52* SoCs:
viewtopic.php?f=12&t=859

An an initial code release:
https://github.com/micropython/micropython/pull/3137