ニュース

The MicroPython Package Installer for Arduino simplifies library management by automating the process of searching, installing, and managing MicroPython libraries, reducing manual effort and errors.
The Arduino team has also created a new Arduino Lab for MicroPython, offering coders and makes a simple, cross-platform IDE ...
A module to simplify and help writing MicroPython programs using the setup()/loop() paradigm. This module also wraps machine functions in easy-to-use methods. Using the Arduino Runtime for MicroPython ...
Just to flag this one, though you may have noticed it already: Arduino support for MicroPython - an optimised version of the language that runs on MCUs - is now available as a downloadable editor.
Arduino Lab for MicroPython is a lightweight editor for MicroPython programs, supporting connection with a board, code upload, file transfer, interactive REPL shell. This project is sponsored by ...
The Arduino ecosystem is an amazing learning tool, but even those of us who love it admit that even the simplified C Arduino ...
はじめに RaspberryPi Pico/Pico WでMicroPythonを使う方法を解説します。 Pico/Pico Wは本体内部に「ファームウェア」というプログラムを動かすための土台となるソフトが必要なのですが、そのファームウェアは使用するプログラミング言語に合わせてた専用のものを用意する必要があります。 そこで今回 ...
1.概要 Raspberry Pi PicoのGPIOピンを操作するためのライブラリである「MicroPython」を紹介します。 1-1.Raspberry Pi Picoとは 詳細は下記記事に記載の通りです。ポイントとして複数のGPIOピンを持ち制御などが出来ますが、Pythonのようにメモリを多く消費するものは適しておりません。 そこでメモリの ...