|
| 1 | +--- |
| 2 | +title: "MicroPython & emlearn" |
| 3 | +numberOfPeople: "10" # How many people you expect to be able to accommodate. |
| 4 | +pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced. |
| 5 | +contactPerson: # The main person to reach out to regarding the sprint. |
| 6 | + name: "Jon Nordby" |
| 7 | + email: "jononor@gmail.com" |
| 8 | + github: "jonnor" |
| 9 | +links: # Add as many links as relevant. |
| 10 | + - title: "MicroPython - a tiny Python for microcontrollers" |
| 11 | + url: "https://micropython.org/" |
| 12 | + - title: |
| 13 | + "emlearn-micropython: Machine Learning and Digital Signal processing for |
| 14 | + MicroPython" |
| 15 | + url: "https://github.com/emlearn/emlearn-micropython/" |
| 16 | + - title: "IoT sensors with MicroPython (course materials)" |
| 17 | + url: "https://github.com/jonnor/micropython-iot-sensors-course" |
| 18 | +--- |
| 19 | + |
| 20 | +Interesting in using your Python skills to make physical devices, such as |
| 21 | +sensors, control systems, robots or similar? MicroPython is an implementation of |
| 22 | +Python 3 that runs on low-cost microcontrollers and has a mature ecosystem that |
| 23 | +makes programming hardware fun and productive. |
| 24 | + |
| 25 | +In this sprint we will work on MicroPython related things, such as: |
| 26 | + |
| 27 | +- Making demos/examples for/using existing libraries |
| 28 | +- Creating new libraries for MicroPython |
| 29 | + |
| 30 | +Open for people who have no prior experience with MicroPython! We have 5 |
| 31 | +hardware units running MicroPython that people can borrow for the sprint |
| 32 | +(Raspberry Pi Pico W RP2040). |
| 33 | + |
| 34 | +You can also run MicroPython on your PC, as well as in the browser. |
0 commit comments