Arduino
Arduino - Home
IDE
Install the Arduino Software (IDE) on Linux
とりあえず、install, 起動, Lチカ までは確認した。
device側への書き込み? uploadで permission errorになるので、
sudo chmod a+rw /dev/ttyACM0
実行? 書き込む プログラムを sketch?という?
https://gyazo.com/8cbafc590486445044e14ef85fab3b96
なんか、RaspberryPiより楽に感じる...本当のstart段階だけど。
いろいろ解説がある
Arduino で扱う基本的なパーツについてです。
Bluetooth
Arduino Bluetooth Basic Tutorial - Arduino Project Hub
hc-05というモジュールを使えばよさそう。
Studuino (Arduino互換) を Raspberry Pi とBluetooth (SPP: Serial Port Profile)でつなぐ - Qiita
RaspberryPiとの接続
データのやりとりの仕方は、まだわかってない。
#IoT #コンデン