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 ...
Your prompt matters more with MicroPython than most other codes.
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 ...
If you have purchased one of the new Raspberry Pi Pico microcontrollers launched by the Raspberry Pi Foundation earlier this month and are a little stuck on what to do next. You may be interested to ...
The Raspberry Pi Pico is a change from the previous Pis that people are used to. This is because it is not a Linux computer, but it is a microcontroller board just like Arduino. The biggest selling ...
One of the reasons why the Arduino became so popular was the ability to program it with ease. It meant the end of big parallel programmers that would cost an arm and a leg. The latest installment of ...