While languages such as Ada and C++ have gained some adoption in certain circles, for the most part embedded software is still dominated by the procedural and dangerous C programming language. A few ...
Microcontrollers are wonderfully useful things, but programming them can be a little daunting if you’re used to the simplicity of compiling for regular PCs. Over time though, this has become easier.
RaspberryPi Pico/Pico WでMicroPythonを使う方法を解説します。 Pico/Pico Wは本体内部に「ファームウェア」というプログラムを動かすための土台となるソフトが必要なのですが、そのファームウェアは使用するプログラミング言語に合わせてた専用のものを用意する ...
ESP-WROOM-32(38pin)を手に入れた! インストールが進んでいく様子 successfullyとか表示されていれば大丈夫のはず 念のため、pip freeze等で確認するとよいかも 1.2 esptoolコマンドが実行できるか確認 正常にインストールできたら、esptoolのPATHが通っているか確認 ...
Developer and engineer Oliver Fabel has developed a port that is designed to run MicroPython on the Flipper Zero. This port allows users to write programs for Flipper Zero in Python, instead of ...
MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in ...
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 ...
The team at Soldered Electronics has been designing Inkplate ESP32-based e-paper displays ever since the first 6-inch model was launched in 2019. The latest Inkplate 5 comes with a recycled 5.2-inch E ...
So far in this series we have examined Arduino hardware and MicroPython software but haven’t actually written any code. In this installment, we are going to write a basic Python script that will serve ...