Posts Tagged ‘microPython’
Everything about Raspberry Pi Zero 2 W
Raspberry Pi Zero 2 W in a nutshell Almost 4 million Pi Zeros have been sold up to date – it’s time for a refresh of the series! The new Raspberry Pi Zero 2 W is a significant upgrade to the previous Pi Zero generation. The most important change is the powerful CPU upgrade. The…
Read MoreC extension for MicroPython on Raspberry Pi Pico
This is a guide on how to write and run a basic C extension for MicroPython on the Raspberry Pi Pico. I will cover reasons for extending MicroPython, how to write the extension module, how to compile it and how to install it on the Pico. If you want to read more about this topic,…
Read MoreRaspberry Pi Pico and MicroPython on Windows
This article answers the question: How do I use the Raspberry Pi Pico with MicroPython on Windows? We also show how to install the right driver for “Board CDC” (which the Pico will show up as once MicroPython is installed) on Windows 8.1. (We will also discuss the differences between MicroPython and CircuitPython where applicable…
Read More