預設為AP Mode: 連接後它LinkIt_Smart_7688_1B2934
1B2934為MAC Address, 每個機器不同
PC連接上後, 可以連線到http://192.168.100.1 進入控制頁面
進行Firmware Upgrade 到V0.93 (此為當下最新版)
預設帳密為root/arduino
也可以用SSH登入LinkIt_Smart_7688
root/arduino
Get Started with the 7688 Duo Board
· Install Arduino IDE 1.6.4 or later.
· For Arduino IDE to recognize the LinkIt Smart 7688 Duo development board, you need to install a board support package
http://download.labs.mediatek.com/package_mtk_linkit_smart_7688_index.json
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(13, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(13, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for a second
digitalWrite(13, LOW); // turn the LED off by making the voltage LOW
delay(200); // wait for a second
}
- https://labs.mediatek.com/site/global/developer_tools/mediatek_linkit_smart_7688/get_started/7688_duo/arduino/
References
https://labs.mediatek.com/site/global/developer_tools/mediatek_linkit_smart_7688/get_started/7688_duo/arduino/
參考資料
參考資料
沒有留言 :
張貼留言