Arduinoメモ(2024年6月)
2024-06-06
Arduino Release v3.0.1 based on ESP-IDF v5.1.4
Arduino Release v3.0.1 based on ESP-IDF v5.1.4がリリースされました。
2024-06-02
You can now run Arduino and MicroPython side-by-side on multi-core microcontrollers
MicroPython 1.23から、OpenAMPが利用できるそうです。
Starting with the upcoming release (v1.23), MicroPython will offer support for Asymmetric Multiprocessing (AMP) on multi-core microcontrollers, based on the industry standard OpenAMP framework (see the MicroPython openamp module documentation for more information).
これにより、一部のArduinoボードでは、ArduinoのスケッチとMicroPythonのプログラムを同時に実行でき、それらの間で通信できるようになるとのことです。
This enables Arduino users to run both an Arduino sketch and a MicroPython program simultaneously on multi-core modules and to communicate between the two. Supported boards include the Arduino GIGA R1 WiFi, Portenta H7, and Nicla Vision.