SUSTAINA-OP / IMU-Measurement-and-Transmission-Module

Module to send IMU sensor values through Arduino with USB and RS-485 I/F
Other
3 stars 0 forks source link

USB通信とIMU処理をマルチスレッドにする #5

Open MasatoKubotera opened 1 year ago

MasatoKubotera commented 1 year ago

https://smtengkapi.com/engineer-seeeduino-xiao-freertos

https://qiita.com/MergeCells/items/73273dac1d1327cfa3f2

MasatoKubotera commented 1 year ago
  1. FreeRTOSライブラリを使用する方法 https://www.arduino.cc/reference/en/libraries/freertos/
  2. マルチコアのマイコンボードを使用する方法 Seeed XIAO RP2040 Dual-core ARM Cortex M0+ processor, flexible clock running up to 133 MHz ➤FlashStorageライブラリがATSAMD21 and ATSAMD51しか対応していない. ➤XIAO ESP32S3は,Preferences.h Libraryがある. ➤RP2040は,EEPROM Libraryがある? Board定義できるらしい https://minkara.carview.co.jp/userid/2778551/blog/45904741/
MasatoKubotera commented 11 months ago

https://ameblo.jp/pta55/entry-12798012318.html