組み込み用途向けのPython「MicroPython」開発チームは、このほど新バージョン「MicroPython v1.23」のリリースをGitHubの公式サイトで発表した。 開発/エンジニア システムやソフトウェアの開発に携わるエンジニアに向けた最新情報など仕事に役立つ話題などを提供 ...
PycoClaw is a MicroPython-based platform for running AI agents on ESP32 and other microcontrollers that brings OpenClaw ...
Raspberry Pi Pico、無事日本でも入手できるようになったようです♬ ↑RaspberryPi Zero(上)との大きさ比較、けっこう小さいかわいい奴です☆ これ。最新のRapberryPi400!を、ズバリパソコンとして使い、母艦にしてみます。 もちろん、このRapberryPi400さんは ...
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 ...
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 ...
普通のPythonはけっこう重くて、ESPやArduinoみたいなマイコンではなかなか動かしにくい。そこで登場したのがMicroPython! 名前の通り、Pythonをマイクロコントローラ向けに軽量化したバージョン。 ケーブルは本当にデータ転送に対応してますか? ちゃんと ...
Raspberry Pi Pico MicroPython用の漢字フォントドライバーライブラリです。 7種類の漢字フォント(8ドットから24ドット)が利用可能です。 異なるサイズのフォントを逐次切り替えて利用することが出来ます。 通常のPython環境も動作します(Windows 10/11にて確認)。
Send a CAN 2.0 frame Receive a CAN 2.0 frame Get data from OBD-II Set the masks and filters, there're 32 masks and filters. This MCP2515 library could be used for any MCU or platform supported by ...
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 ...