例えば、MicroPython用マイコン「pyboard」で以下のコードを実行すると、pyboardのLEDをオンにして「Hello MicroPython!」と シリアルコンソール に出力することができます。 また、ブラウザ上でpyboardを操作できる ウェブアプリ も公開されています。
BMPの表示が遅かったため、JPGならどうかと思い、MicroPythonでST7789にJPGを表示する実験を行いました。結果としてはArduinoとほぼ同じ速度で、若干Arduinoのほうが速いように感じましたが、大きな差はありませんでした。 速度の要因として、SPIの通信速度やJPG ...
プログラミング言語のPython や MicroPython でコードを書くときの 基本ルール や 日本語対応 について、わかりやすくまとめます。 Picoのプログラミング言語は、WindowsでMicroPythonで記述していきます。 MicroPythonはPythonの軽量版になります。 他にも、Picoで使用 ...
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 ...
There are currently around 600 programming languages to choose from, so picking the one that’s right for you can be pretty difficult. But if you’re looking for a language that’s incredibly popular, ...
Rather than duplicating the BP5 firmware functionality, I decided to ignore it completely and go with existing MicroPython capabilities. I planned to just make a simple set of board definition files — ...
This project aims to support various cameras (e.g. OV2640, OV5640) on different MicroPython ports, starting with the ESP32 port. The project implements a general API, has precompiled firmware images ...