Micropython on Raspberry Pi2?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Micropython on Raspberry Pi2?

Post by pythoncoder » Fri Apr 15, 2016 6:44 am

@Jim.S @marfis has developed a PCB to enable Pi HAT modules to be used with a Pyboard http://forum.micropython.org/viewtopic.php?f=5&t=1268. I wonder if it would be possible to write a MicroPython compatibility layer so that Raspberry Pi Python could run on the Pyboard with HAT modules?

Clearly there would be limitations - we don't have the full standard library - but it would fix the problem of migrating device drivers. It would make the life of @Abhinay_1 much easier...
Peter Hinch
Index to my micropython libraries.

Post Reply