From 946264d5c4064344e23f3772baee99ae44402a44 Mon Sep 17 00:00:00 2001 From: Jon Nordby Date: Thu, 16 Jul 2026 13:46:36 +0200 Subject: [PATCH 1/2] sprints: Add MicroPython & emlearn --- src/content/sprints/micropython-emlearn.md | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/content/sprints/micropython-emlearn.md diff --git a/src/content/sprints/micropython-emlearn.md b/src/content/sprints/micropython-emlearn.md new file mode 100644 index 000000000..17d698644 --- /dev/null +++ b/src/content/sprints/micropython-emlearn.md @@ -0,0 +1,32 @@ +--- +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. From fe1b514dd11be3f6286350bc5559cc24ccb548d8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:51:54 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/sprints/micropython-emlearn.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/content/sprints/micropython-emlearn.md b/src/content/sprints/micropython-emlearn.md index 17d698644..54ae51d74 100644 --- a/src/content/sprints/micropython-emlearn.md +++ b/src/content/sprints/micropython-emlearn.md @@ -9,24 +9,26 @@ contactPerson: # The main person to reach out to regarding the sprint. 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" + - 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. +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). +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.