pumbaa
Python on Simba.
C★ 62⑂ 11 forksMITupdated 5 years ago
git clone https://github.com/eerimoq/pumbaa.giteerimoq/pumbaaREADME.mdfork it — it’s yours
About
Pumbaa is Python on top of Simba. See http://pumbaa.readthedocs.org for further details.
The implementation is a port of MicroPython, designed for embedded devices with limited amount of RAM and code memory.
Try it out!
Download the Arduino IDE and install Pumbaa using the Boards Manager.
https://raw.githubusercontent.com/eerimoq/pumbaa-releases/master/arduino/sam/package_pumbaa_sam_index.json https://raw.githubusercontent.com/eerimoq/pumbaa-releases/master/arduino/esp32/package_pumbaa_esp32_index.json
Select a Pumbaa board.
Open the interactive example.
Upload!
See the Pumbaa documentation for detailed step-by-step instructions.
more like this
ML-MCU
Code for IoT Journal paper 'ML-MCU: A Framework to Train ML Classifiers on MCU-based IoT Edge Devices'
C★ 51