RaspberryPi
#SingleBoardComputer RaspberryPI App Store
まずはここを読むべし?
Configuration - Raspberry Pi Documentation
MAC Addressは、b8:27...になる
#iot とりあえず光るまでやった。
https://gyazo.com/6a15f389613e87530e5deb2e5e7ee69f
HardWare
3+だと、Raspberry Pi - Wikipedia を参考
diskは、SDカード
Raspberry PiのSDカード/マイクロSDカードの寿命を延ばす | ものづくりエクスペリメント
memory: 1G
cpu:
The Raspberry Pi 3+ uses a Broadcom BCM2837B0 SoC with a 1.4 GHz 64-bit quad-core ARM Cortex-A53 processor, with 512 KB shared L2 cache.
GPU
Raspberry PiのGPUで行列乗算(その1) - Qiita
OSは、FrontPage - Raspbian
32 bit OS
基本、ubuntuみたいなものと考えればよい?
SDカードに書き込むのは、Etcherを使う balenaEtcher - Home
SDカードに、予め, ssh, wifi情報を書き込んでおく
sudo touch /media/xxxx/boot/ssh
sudo vi /media/xxxx/boot/wpa_supplicant.conf
code:wpa_supplicant.conf
country=JP
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="----Your-WiFi-SSID----"
psk="----PLAIN-PASSPHRASE----"
}
これで、sshで作業できるので、keyboard, mouse, monitor(ノートPCのremote前提)が要らない。
Bluetoothは、version4.2
$ hciconfig -a
Arduinoとの違い
Arduino vs. Raspberry Pi:あなたにぴったりのDIYプラットフォームはどっち? | readwrite.jp
GPIO(general purpose)を使って、入出力管理
sensor
RaspberryPi CO2
motor
Raspberry PIを使用したRC戦車の製作 - Qiita
RaspberryPi network
RaspberryPi market