MicroPython is a wonderful Python interpreter that runs on many higher-end microcontrollers, from ESP8266 to STM32 to the RP2040. MicroPython lets you build devices quickly, and its latest release, ...
例えば、MicroPython用マイコン「pyboard」で以下のコードを実行すると、pyboardのLEDをオンにして「Hello MicroPython!」と シリアルコンソール に出力することができます。 また、ブラウザ上でpyboardを操作できる ウェブアプリ も公開されています。
BMPの表示が遅かったため、JPGならどうかと思い、MicroPythonでST7789にJPGを表示する実験を行いました。結果としてはArduinoとほぼ同じ速度で、若干Arduinoのほうが速いように感じましたが、大きな差はありませんでした。 速度の要因として、SPIの通信速度やJPG ...
Managing libraries for Arduino boards has traditionally been a time-consuming and error-prone process. Developers often had to manually search for, download, and configure libraries, which could be ...
#DESCRIPTION Complete API reference for the DIYables MicroPython TM1637 4-digit 7-segment display library. Includes constructor, methods, constants, supported characters, wiring tables, and segment ...
Both Arduino and MicroPython are giants when it comes to the electronics education area, and each one of them represents something you can’t pass up on as an educator. Arduino offers you a broad ...