puck.js with micropython possible?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
hotcore
Posts: 6
Joined: Wed Jun 15, 2016 9:43 am

puck.js with micropython possible?

Post by hotcore » Thu Dec 08, 2016 10:38 am

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 ...

User avatar
platforma
Posts: 258
Joined: Thu May 28, 2015 5:08 pm
Location: Japan

Re: puck.js with micropython possible?

Post by platforma » Fri Dec 09, 2016 9:37 am

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.

User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

Re: puck.js with micropython possible?

Post by mcauser » Thu Aug 17, 2017 12:47 am

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

Post Reply