In case you haven’t heard, about a month ago MicroPython has celebrated its 11th birthday. I was lucky that I was able to start hacking with it soon after pyboards have shipped – the first tech talk I ...
For a complete table of contents of all the lessons please click below as it will give you a brief of each lesson in addition to the topics it will cover. https ...
Raspberry Pi Pico、無事日本でも入手できるようになったようです♬ ↑RaspberryPi Zero(上)との大きさ比較、けっこう小さいかわいい奴です☆ これ。最新のRapberryPi400!を、ズバリパソコンとして使い、母艦にしてみます。 もちろん、このRapberryPi400さんは ...
In a previous blog, Using MicroPython for real-time software development, I examined the idea behind using MicroPython for real-time embedded software. Now, let’s examine some of the core pieces that ...
Can I use standard Python libraries with MicroPython? MicroPython has a subset of the Python Standard Library implemented, so not all standard libraries are available. However, MicroPython provides ...
I’ve worked with hardware before, so the electronics themselves were never the problem. What consistently slowed me down was the software side. C, C++, and the ...
This is the MicroPython project, which aims to put an implementation of Python 3.x on microcontrollers and small embedded systems. You can find the official website at micropython.org. WARNING: this ...
Scripting languages are for large computers, right? “Real” embedded device work is a hellish, never-ending cycle of code, compile, and re-flash. Well, I used to think so too, but with the ...