MicroPythonは、Pythonの文法を使ってマイコンや組み込み機器のプログラミングができる言語処理系です。ソースコードがテストされた割合を示すコード網羅率はコア部分については98.4%であり、x86、ARM、Xtensaといった命令セットに対応しているとのこと。
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 ...
普通のPythonはけっこう重くて、ESPやArduinoみたいなマイコンではなかなか動かしにくい。そこで登場したのがMicroPython! 名前の通り、Pythonをマイクロコントローラ向けに軽量化したバージョン。 ケーブルは本当にデータ転送に対応してますか? ちゃんと ...
Most of us are familiar with the Python programming language. Python is a very powerful programming language and used to build many applications from the Internet of Things to Artificial Intelligence ...
とは言っても、メインはファームウェア突っ込むということだけです。 「Farmware」の項目から適当なものをダウンロード。 とりあえず、Releaseの一番新しいやつにしておきます。 ファームウェアを書き込む 「esptool.py.exe」というやつで書き込みます。
Scripting languages are for large computers, right? “Real” embedded device work is a hellish, never-ending cycle of code, compile, and re-flash. Well, I used to think so too, but with the ...
The new Pyboard D-series micro-controller is now available for purchase at a rather hefty price of £43 ($56), offering developers a low-powered device for running programs created with MicroPython, a ...
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 ...