PINE64
MicroPython pyboard peripheral micro-controller STM32F405RG - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32)
+---- Forum: Accessories (https://forum.pine64.org/forumdisplay.php?fid=15)
+---- Thread: MicroPython pyboard peripheral micro-controller STM32F405RG (/showthread.php?tid=1722)



MicroPython pyboard peripheral micro-controller STM32F405RG - MarkHaysHarris777 - 07-11-2016

   

The micropython (PYBv1.0  STM32F405RG pictured above) is an excellent peripheral plug-in for your PineA64 board. This little jewel has Python3 running on the bare-metal; has built-in accelerometer, ADC, DAC, i2c, SPI, pwm GPIO and even with all the header pins I've installed on mine, weighs in at a whopping 10g.  It is being powered by the usb here, and can be programmed in three ways (onboard, on PineA64, on serial console !).

   

I have the pyboard powered up here via the 5v rail on the PineA64 ! I plan to use this board as the low lever controller (will have three of them) for my quad drone.  But this little board makes an excellent low level controller for the PineA64 too, freeing up the PineA64 for analytics; while the MicroPython micro-controller handles the real-time critical low level stuff...  

marcus


RE: MicroPython pyboard peripheral micro-controller STM32F405RG - JasperBrown - 07-12-2016

Nice one
But I think I stay at my ATTINY85 ^^


RE: MicroPython pyboard peripheral micro-controller STM32F405RG - Luke - 07-12-2016

So cool Marcus ! Smile


RE: MicroPython pyboard peripheral micro-controller STM32F405RG - tllim - 07-12-2016

Awesome Marcus!