News

Arduino microcontrollers have added Python to the range of compatible programming languages. Others can be used, and not just Arduino's own IDE app.
The Python standard library comes with "multiprocessing", a module that gives the feeling of working with threads, but that actually works with processes. So in this article, I look at the ...
It is now possible to run Arduino and MicroPython side-by-side on multi-core microcontrollers. Opening up a wealth of new applications across ...