系統設定
sudo raspi-config
or
GUI Desktop, Menu/Preferences/Raspberry Pi Configuration
注意Localisation頁面的Local與Timezone設定
Timezone選Asia / Taipei
Summary
- fdisk SD card
- format SD card
- unzip NOOBS to SD card
- Install NOOBS to Raspberry from SD card
- Enable I2C/Serial, Set Timezone from Raspberry Pi Configuration window
- Update software from apt-get
- Install Vim
Install pyside and update pyserial module for python
For WiFi operation, change file permission: /etc/wpasupplicant/wpa_supplicant.conf
For ethernet static configuration DNS server, manual write to /etc/resolv.con
For 4G network dongle, not implement
About Bluetooth enviroment (refer to AKing's note)
remove nodered, nodejs, nodejs-legacy
reinstall nodejs 6.x
install bleno
rebuild npm (for NodeJS)
install python-pexpect (for Python)
install libbluetooth-dev (for C)
modify /etc/systemd/system/dbus-org.bluez.service ExecStart setting.Autostart program after boot, ~/.config/autostart/*.desktop
Write cron for Autoupdate and Reboot.