diff --git a/src/content/sprints/micropython-emlearn.md b/src/content/sprints/micropython-emlearn.md new file mode 100644 index 000000000..54ae51d74 --- /dev/null +++ b/src/content/sprints/micropython-emlearn.md @@ -0,0 +1,34 @@ +--- +title: "MicroPython & emlearn" +numberOfPeople: "10" # How many people you expect to be able to accommodate. +pythonLevel: "Any" # Any, Beginner, Intermediate, or Advanced. +contactPerson: # The main person to reach out to regarding the sprint. + name: "Jon Nordby" + email: "jononor@gmail.com" + github: "jonnor" +links: # Add as many links as relevant. + - title: "MicroPython - a tiny Python for microcontrollers" + url: "https://micropython.org/" + - title: + "emlearn-micropython: Machine Learning and Digital Signal processing for + MicroPython" + url: "https://github.com/emlearn/emlearn-micropython/" + - title: "IoT sensors with MicroPython (course materials)" + url: "https://github.com/jonnor/micropython-iot-sensors-course" +--- + +Interesting in using your Python skills to make physical devices, such as +sensors, control systems, robots or similar? MicroPython is an implementation of +Python 3 that runs on low-cost microcontrollers and has a mature ecosystem that +makes programming hardware fun and productive. + +In this sprint we will work on MicroPython related things, such as: + +- Making demos/examples for/using existing libraries +- Creating new libraries for MicroPython + +Open for people who have no prior experience with MicroPython! We have 5 +hardware units running MicroPython that people can borrow for the sprint +(Raspberry Pi Pico W RP2040). + +You can also run MicroPython on your PC, as well as in the browser.