LinkIt Smart 7688 Duo

最後編輯:2016-04-09 建立:2016-03-20 歷史紀錄

 

陳幸延第一次使用教學

LinkIt Smart 7688 / 7688 Duo 基礎教學

 

2016/3,LinkIt Smart 7688 Duo 使用之 Arduino IDE 目前編譯能過爲 1.6.7,燒錄確定沒問題爲 1.6.5

 

燒錄 Arduino 需使用 USB to TTL 轉接線,抑或使用 LinkIt Smart 7688 Duo 支援之網路燒錄功能 (燒錄時輸入 root 的密碼)。

 

Arduino 內與 7688 溝通爲 Serial1,7688 與 Arduino 溝通爲 ttyS0

  • Serial1.begin(57600); // open internal serial connection to MT7688

 

更改 Time Zone

進入管理網頁,進入 OpenWrt 管理頁面 -> System -> Timezone

 

 

安裝 supervisord

  • # pip install supervisor
  • # echo_supervisord_conf > /etc/supervisord.conf
  • # vi /etc/rc.local
    • /usr/bin/python /usr/bin/supervisord -c /etc/supervisord.conf