├── .gitignore ├── 7688&Duo.png ├── 7688spec.png ├── LANGS.md ├── README.md ├── SUMMARY.md ├── book.json ├── en ├── README.md ├── SUMMARY.md ├── basic │ ├── README.md │ ├── cylon.md │ ├── cylon.png │ ├── firmata.md │ ├── firmata_bb.jpg │ ├── gpio.md │ ├── helloworld.md │ ├── linux_auto_start.md │ ├── mraa.md │ ├── npm.md │ ├── open_file.md │ └── video_streaming.md ├── cloud │ ├── FOTA.md │ ├── MCSjs.md │ ├── README.md │ ├── gamepad.md │ ├── gamepad_mcs.png │ ├── gamepad_mcsview.png │ ├── gamepad_pinout.png │ ├── mcs_firmata.md │ ├── tank.jpg │ ├── tank_arch.png │ ├── tank_prototype.png │ ├── uploadHeartRate.md │ ├── 螢幕快照 2015-09-03 下午3.01.14.png │ └── 螢幕快照 2015-09-03 下午3.03.10.png ├── crossbuild │ ├── crossbuild.md │ ├── crossbuild_scp_to_7688.jpg │ ├── crossbuild_serialport.jpg │ └── crossbuild_uncompress.jpg ├── edu │ ├── README.md │ └── httpclient.png ├── emulator │ ├── 7688emulator.png │ └── README.md ├── example │ ├── README.md │ └── touch_sensor.md └── intro │ ├── 7688&Duo.png │ ├── 7688Duoboardspec.png │ ├── 7688boardspec.png │ ├── 7688spec.png │ ├── README.md │ ├── getting_start.md │ ├── login.png │ ├── network.png │ ├── putty1.png │ ├── putty2.png │ ├── putty3.png │ ├── pwr.png │ ├── reset_7688.md │ ├── resetpassword.png │ ├── setting_wifi.md │ ├── spec.md │ ├── ssh_7688.md │ ├── sysinfo.png │ ├── update_firmware.md │ └── updatefirmware.png ├── images └── blink.gif ├── zh-CN ├── README.md ├── SUMMARY.md ├── basic │ ├── cylon.md │ ├── cylon.png │ ├── firmata.md │ ├── firmata_bb.jpg │ ├── gpio.md │ ├── helloworld.md │ ├── linux_auto_start.md │ ├── mraa.md │ ├── npm.md │ ├── open_file.md │ └── video_streaming.md ├── bluetooth │ ├── bluez_ble.md │ ├── bluez_result1.png │ ├── bluez_result2.png │ ├── check_bluez.png │ ├── check_dbus.png │ ├── check_usb.png │ ├── hci_error.png │ ├── hciconfig.png │ ├── hitool_up.png │ ├── lsusb_result.png │ ├── openwrt_admin.png │ ├── opkg_install1.png │ ├── opkg_install2.png │ ├── opkg_install4.png │ ├── scan_result.png │ └── touch_sensor.md ├── cloud │ ├── FOTA.md │ ├── MCSjs.md │ ├── fota01.png │ ├── fota02.png │ ├── fota03.png │ ├── fota04.png │ ├── fota05.png │ ├── fota06.png │ ├── fota_arduino01.png │ ├── fota_arduino02.png │ ├── fota_arduino03.png │ ├── gamepad.md │ ├── gamepad_mcs.png │ ├── gamepad_mcsview.png │ ├── gamepad_pinout.png │ ├── heartrate.png │ ├── imagedisplay.md │ ├── imagedisplay01.png │ ├── imagedisplay02.png │ ├── imagedisplay03.png │ ├── imagedisplay04.png │ ├── imagedisplay05.png │ ├── imagedisplay06.png │ ├── mcs_firmata.md │ ├── tank.jpg │ ├── tank_arch.png │ ├── tank_prototype.png │ ├── uploadHeartRate.md │ ├── videoStream.md │ ├── videostream_prototype01.png │ ├── videostream_prototype02.png │ ├── videostream_prototype03.png │ ├── videostream_prototype04.png │ ├── videostream_prototype05.png │ ├── 螢幕快照 2015-09-03 下午3.01.14.png │ └── 螢幕快照 2015-09-03 下午3.03.10.png ├── edu │ └── httpclient.png ├── emulator │ └── 7688emulator.png ├── example │ └── ibeacon_7688.md └── intro │ ├── 7688&Duo.png │ ├── 7688Duoboardspec.png │ ├── 7688boardspec.png │ ├── 7688spec.png │ ├── getting_start.md │ ├── login.png │ ├── network.png │ ├── putty1.png │ ├── putty2.png │ ├── putty3.png │ ├── pwr.png │ ├── reset_7688.md │ ├── resetpassword.png │ ├── setting_wifi.md │ ├── spec.md │ ├── ssh_7688.md │ ├── sysinfo.png │ ├── update_firmware.md │ └── updatefirmware.png └── zh-TW ├── README.md ├── SUMMARY.md ├── basic ├── README.md ├── cylon.md ├── cylon.png ├── firmata.md ├── firmata_bb.jpg ├── gpio.md ├── helloworld.md ├── linux_auto_start.md ├── mraa.md ├── npm.md ├── open_file.md └── video_streaming.md ├── bluetooth ├── README.md ├── bluez_ble.md ├── bluez_result1.png ├── bluez_result2.png ├── check_bluez.png ├── check_dbus.png ├── check_usb.png ├── hci_error.png ├── hciconfig.png ├── hitool_up.png ├── lsusb_result.png ├── openwrt_admin.png ├── opkg_install1.png ├── opkg_install2.png ├── opkg_install4.png ├── scan_result.png └── touch_sensor.md ├── cloud ├── FOTA.md ├── MCSjs.md ├── README.md ├── bear.png ├── fota01.png ├── fota02.png ├── fota03.png ├── fota04.png ├── fota05.png ├── fota06.png ├── fota_arduino01.png ├── fota_arduino02.png ├── fota_arduino03.png ├── gamepad.md ├── gamepad_mcs.png ├── gamepad_mcsview.png ├── gamepad_pinout.png ├── heartrate.png ├── imagedisplay.md ├── imagedisplay01.png ├── imagedisplay02.png ├── imagedisplay03.png ├── imagedisplay04.png ├── imagedisplay05.png ├── imagedisplay06.png ├── mcs_firmata.md ├── tank.jpg ├── tank_arch.png ├── tank_prototype.png ├── uploadHeartRate.md ├── videoStream.md ├── videostream_prototype01.png ├── videostream_prototype02.png ├── videostream_prototype03.png ├── videostream_prototype04.png ├── videostream_prototype05.png ├── 螢幕快照 2015-09-03 下午3.01.14.png └── 螢幕快照 2015-09-03 下午3.03.10.png ├── crossbuild ├── crossbuild.md ├── crossbuild_scp_to_7688.jpg ├── crossbuild_serialport.jpg └── crossbuild_uncompress.jpg ├── edu ├── README.md └── httpclient.png ├── emulator ├── 7688emulator.png └── README.md ├── example └── ibeacon_7688.md └── intro ├── 7688&Duo.png ├── 7688Duoboardspec.png ├── 7688boardspec.png ├── 7688spec.png ├── README.md ├── getting_start.md ├── login.png ├── network.png ├── putty1.png ├── putty2.png ├── putty3.png ├── pwr.png ├── reset_7688.md ├── resetpassword.png ├── setting_wifi.md ├── spec.md ├── ssh_7688.md ├── sysinfo.png ├── update_firmware.md └── updatefirmware.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/.gitignore -------------------------------------------------------------------------------- /7688&Duo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/7688&Duo.png -------------------------------------------------------------------------------- /7688spec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/7688spec.png -------------------------------------------------------------------------------- /LANGS.md: -------------------------------------------------------------------------------- 1 | * [English](en/) 2 | * [繁體中文](zh-TW/) -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/book.json -------------------------------------------------------------------------------- /en/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/README.md -------------------------------------------------------------------------------- /en/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/SUMMARY.md -------------------------------------------------------------------------------- /en/basic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/README.md -------------------------------------------------------------------------------- /en/basic/cylon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/cylon.md -------------------------------------------------------------------------------- /en/basic/cylon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/cylon.png -------------------------------------------------------------------------------- /en/basic/firmata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/firmata.md -------------------------------------------------------------------------------- /en/basic/firmata_bb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/firmata_bb.jpg -------------------------------------------------------------------------------- /en/basic/gpio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/gpio.md -------------------------------------------------------------------------------- /en/basic/helloworld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/helloworld.md -------------------------------------------------------------------------------- /en/basic/linux_auto_start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/linux_auto_start.md -------------------------------------------------------------------------------- /en/basic/mraa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/mraa.md -------------------------------------------------------------------------------- /en/basic/npm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/npm.md -------------------------------------------------------------------------------- /en/basic/open_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/open_file.md -------------------------------------------------------------------------------- /en/basic/video_streaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/basic/video_streaming.md -------------------------------------------------------------------------------- /en/cloud/FOTA.md: -------------------------------------------------------------------------------- 1 | ## FOTA -------------------------------------------------------------------------------- /en/cloud/MCSjs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/MCSjs.md -------------------------------------------------------------------------------- /en/cloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/README.md -------------------------------------------------------------------------------- /en/cloud/gamepad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/gamepad.md -------------------------------------------------------------------------------- /en/cloud/gamepad_mcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/gamepad_mcs.png -------------------------------------------------------------------------------- /en/cloud/gamepad_mcsview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/gamepad_mcsview.png -------------------------------------------------------------------------------- /en/cloud/gamepad_pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/gamepad_pinout.png -------------------------------------------------------------------------------- /en/cloud/mcs_firmata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/mcs_firmata.md -------------------------------------------------------------------------------- /en/cloud/tank.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/tank.jpg -------------------------------------------------------------------------------- /en/cloud/tank_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/tank_arch.png -------------------------------------------------------------------------------- /en/cloud/tank_prototype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/tank_prototype.png -------------------------------------------------------------------------------- /en/cloud/uploadHeartRate.md: -------------------------------------------------------------------------------- 1 | ## 上傳資料到 MCS (以指律心跳傳感器為例) 2 | 3 | 4 | -------------------------------------------------------------------------------- /en/cloud/螢幕快照 2015-09-03 下午3.01.14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/螢幕快照 2015-09-03 下午3.01.14.png -------------------------------------------------------------------------------- /en/cloud/螢幕快照 2015-09-03 下午3.03.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/cloud/螢幕快照 2015-09-03 下午3.03.10.png -------------------------------------------------------------------------------- /en/crossbuild/crossbuild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/crossbuild/crossbuild.md -------------------------------------------------------------------------------- /en/crossbuild/crossbuild_scp_to_7688.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/crossbuild/crossbuild_scp_to_7688.jpg -------------------------------------------------------------------------------- /en/crossbuild/crossbuild_serialport.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/crossbuild/crossbuild_serialport.jpg -------------------------------------------------------------------------------- /en/crossbuild/crossbuild_uncompress.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/crossbuild/crossbuild_uncompress.jpg -------------------------------------------------------------------------------- /en/edu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/edu/README.md -------------------------------------------------------------------------------- /en/edu/httpclient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/edu/httpclient.png -------------------------------------------------------------------------------- /en/emulator/7688emulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/emulator/7688emulator.png -------------------------------------------------------------------------------- /en/emulator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/emulator/README.md -------------------------------------------------------------------------------- /en/example/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /en/example/touch_sensor.md: -------------------------------------------------------------------------------- 1 | ## 使用 Touch sensor 觸發 LED 2 | 3 | 本章節待補中,敬請期待。 -------------------------------------------------------------------------------- /en/intro/7688&Duo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/7688&Duo.png -------------------------------------------------------------------------------- /en/intro/7688Duoboardspec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/7688Duoboardspec.png -------------------------------------------------------------------------------- /en/intro/7688boardspec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/7688boardspec.png -------------------------------------------------------------------------------- /en/intro/7688spec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/7688spec.png -------------------------------------------------------------------------------- /en/intro/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/README.md -------------------------------------------------------------------------------- /en/intro/getting_start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/getting_start.md -------------------------------------------------------------------------------- /en/intro/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/login.png -------------------------------------------------------------------------------- /en/intro/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/network.png -------------------------------------------------------------------------------- /en/intro/putty1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/putty1.png -------------------------------------------------------------------------------- /en/intro/putty2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/putty2.png -------------------------------------------------------------------------------- /en/intro/putty3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/putty3.png -------------------------------------------------------------------------------- /en/intro/pwr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/pwr.png -------------------------------------------------------------------------------- /en/intro/reset_7688.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/reset_7688.md -------------------------------------------------------------------------------- /en/intro/resetpassword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/resetpassword.png -------------------------------------------------------------------------------- /en/intro/setting_wifi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/setting_wifi.md -------------------------------------------------------------------------------- /en/intro/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/spec.md -------------------------------------------------------------------------------- /en/intro/ssh_7688.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/ssh_7688.md -------------------------------------------------------------------------------- /en/intro/sysinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/sysinfo.png -------------------------------------------------------------------------------- /en/intro/update_firmware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/update_firmware.md -------------------------------------------------------------------------------- /en/intro/updatefirmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/en/intro/updatefirmware.png -------------------------------------------------------------------------------- /images/blink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/images/blink.gif -------------------------------------------------------------------------------- /zh-CN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/README.md -------------------------------------------------------------------------------- /zh-CN/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/SUMMARY.md -------------------------------------------------------------------------------- /zh-CN/basic/cylon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/cylon.md -------------------------------------------------------------------------------- /zh-CN/basic/cylon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/cylon.png -------------------------------------------------------------------------------- /zh-CN/basic/firmata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/firmata.md -------------------------------------------------------------------------------- /zh-CN/basic/firmata_bb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/firmata_bb.jpg -------------------------------------------------------------------------------- /zh-CN/basic/gpio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/gpio.md -------------------------------------------------------------------------------- /zh-CN/basic/helloworld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/helloworld.md -------------------------------------------------------------------------------- /zh-CN/basic/linux_auto_start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/linux_auto_start.md -------------------------------------------------------------------------------- /zh-CN/basic/mraa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/mraa.md -------------------------------------------------------------------------------- /zh-CN/basic/npm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/npm.md -------------------------------------------------------------------------------- /zh-CN/basic/open_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/open_file.md -------------------------------------------------------------------------------- /zh-CN/basic/video_streaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/basic/video_streaming.md -------------------------------------------------------------------------------- /zh-CN/bluetooth/bluez_ble.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/bluez_ble.md -------------------------------------------------------------------------------- /zh-CN/bluetooth/bluez_result1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/bluez_result1.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/bluez_result2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/bluez_result2.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/check_bluez.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/check_bluez.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/check_dbus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/check_dbus.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/check_usb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/check_usb.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/hci_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/hci_error.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/hciconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/hciconfig.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/hitool_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/hitool_up.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/lsusb_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/lsusb_result.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/openwrt_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/openwrt_admin.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/opkg_install1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/opkg_install1.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/opkg_install2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/opkg_install2.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/opkg_install4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/opkg_install4.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/scan_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/bluetooth/scan_result.png -------------------------------------------------------------------------------- /zh-CN/bluetooth/touch_sensor.md: -------------------------------------------------------------------------------- 1 | ## 使用 Touch sensor 觸發 LED 2 | 3 | 本章節待補中,敬請期待。 -------------------------------------------------------------------------------- /zh-CN/cloud/FOTA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/FOTA.md -------------------------------------------------------------------------------- /zh-CN/cloud/MCSjs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/MCSjs.md -------------------------------------------------------------------------------- /zh-CN/cloud/fota01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/fota01.png -------------------------------------------------------------------------------- /zh-CN/cloud/fota02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/fota02.png -------------------------------------------------------------------------------- /zh-CN/cloud/fota03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/fota03.png -------------------------------------------------------------------------------- /zh-CN/cloud/fota04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/fota04.png -------------------------------------------------------------------------------- /zh-CN/cloud/fota05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/fota05.png -------------------------------------------------------------------------------- /zh-CN/cloud/fota06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/fota06.png -------------------------------------------------------------------------------- /zh-CN/cloud/fota_arduino01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/fota_arduino01.png -------------------------------------------------------------------------------- /zh-CN/cloud/fota_arduino02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/fota_arduino02.png -------------------------------------------------------------------------------- /zh-CN/cloud/fota_arduino03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/fota_arduino03.png -------------------------------------------------------------------------------- /zh-CN/cloud/gamepad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/gamepad.md -------------------------------------------------------------------------------- /zh-CN/cloud/gamepad_mcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/gamepad_mcs.png -------------------------------------------------------------------------------- /zh-CN/cloud/gamepad_mcsview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/gamepad_mcsview.png -------------------------------------------------------------------------------- /zh-CN/cloud/gamepad_pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/gamepad_pinout.png -------------------------------------------------------------------------------- /zh-CN/cloud/heartrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/heartrate.png -------------------------------------------------------------------------------- /zh-CN/cloud/imagedisplay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/imagedisplay.md -------------------------------------------------------------------------------- /zh-CN/cloud/imagedisplay01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/imagedisplay01.png -------------------------------------------------------------------------------- /zh-CN/cloud/imagedisplay02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/imagedisplay02.png -------------------------------------------------------------------------------- /zh-CN/cloud/imagedisplay03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/imagedisplay03.png -------------------------------------------------------------------------------- /zh-CN/cloud/imagedisplay04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/imagedisplay04.png -------------------------------------------------------------------------------- /zh-CN/cloud/imagedisplay05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/imagedisplay05.png -------------------------------------------------------------------------------- /zh-CN/cloud/imagedisplay06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/imagedisplay06.png -------------------------------------------------------------------------------- /zh-CN/cloud/mcs_firmata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/mcs_firmata.md -------------------------------------------------------------------------------- /zh-CN/cloud/tank.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/tank.jpg -------------------------------------------------------------------------------- /zh-CN/cloud/tank_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/tank_arch.png -------------------------------------------------------------------------------- /zh-CN/cloud/tank_prototype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/tank_prototype.png -------------------------------------------------------------------------------- /zh-CN/cloud/uploadHeartRate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/uploadHeartRate.md -------------------------------------------------------------------------------- /zh-CN/cloud/videoStream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/videoStream.md -------------------------------------------------------------------------------- /zh-CN/cloud/videostream_prototype01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/videostream_prototype01.png -------------------------------------------------------------------------------- /zh-CN/cloud/videostream_prototype02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/videostream_prototype02.png -------------------------------------------------------------------------------- /zh-CN/cloud/videostream_prototype03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/videostream_prototype03.png -------------------------------------------------------------------------------- /zh-CN/cloud/videostream_prototype04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/videostream_prototype04.png -------------------------------------------------------------------------------- /zh-CN/cloud/videostream_prototype05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/videostream_prototype05.png -------------------------------------------------------------------------------- /zh-CN/cloud/螢幕快照 2015-09-03 下午3.01.14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/螢幕快照 2015-09-03 下午3.01.14.png -------------------------------------------------------------------------------- /zh-CN/cloud/螢幕快照 2015-09-03 下午3.03.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/cloud/螢幕快照 2015-09-03 下午3.03.10.png -------------------------------------------------------------------------------- /zh-CN/edu/httpclient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/edu/httpclient.png -------------------------------------------------------------------------------- /zh-CN/emulator/7688emulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/emulator/7688emulator.png -------------------------------------------------------------------------------- /zh-CN/example/ibeacon_7688.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/example/ibeacon_7688.md -------------------------------------------------------------------------------- /zh-CN/intro/7688&Duo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/7688&Duo.png -------------------------------------------------------------------------------- /zh-CN/intro/7688Duoboardspec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/7688Duoboardspec.png -------------------------------------------------------------------------------- /zh-CN/intro/7688boardspec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/7688boardspec.png -------------------------------------------------------------------------------- /zh-CN/intro/7688spec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/7688spec.png -------------------------------------------------------------------------------- /zh-CN/intro/getting_start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/getting_start.md -------------------------------------------------------------------------------- /zh-CN/intro/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/login.png -------------------------------------------------------------------------------- /zh-CN/intro/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/network.png -------------------------------------------------------------------------------- /zh-CN/intro/putty1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/putty1.png -------------------------------------------------------------------------------- /zh-CN/intro/putty2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/putty2.png -------------------------------------------------------------------------------- /zh-CN/intro/putty3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/putty3.png -------------------------------------------------------------------------------- /zh-CN/intro/pwr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/pwr.png -------------------------------------------------------------------------------- /zh-CN/intro/reset_7688.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/reset_7688.md -------------------------------------------------------------------------------- /zh-CN/intro/resetpassword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/resetpassword.png -------------------------------------------------------------------------------- /zh-CN/intro/setting_wifi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/setting_wifi.md -------------------------------------------------------------------------------- /zh-CN/intro/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/spec.md -------------------------------------------------------------------------------- /zh-CN/intro/ssh_7688.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/ssh_7688.md -------------------------------------------------------------------------------- /zh-CN/intro/sysinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/sysinfo.png -------------------------------------------------------------------------------- /zh-CN/intro/update_firmware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/update_firmware.md -------------------------------------------------------------------------------- /zh-CN/intro/updatefirmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-CN/intro/updatefirmware.png -------------------------------------------------------------------------------- /zh-TW/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/README.md -------------------------------------------------------------------------------- /zh-TW/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/SUMMARY.md -------------------------------------------------------------------------------- /zh-TW/basic/README.md: -------------------------------------------------------------------------------- 1 | ## 基礎 2 | 3 | 本大系列章節為如何在 LinkIt smart 7688 版子上跑 Nodejs app 。 4 | 5 | 6 | -------------------------------------------------------------------------------- /zh-TW/basic/cylon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/cylon.md -------------------------------------------------------------------------------- /zh-TW/basic/cylon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/cylon.png -------------------------------------------------------------------------------- /zh-TW/basic/firmata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/firmata.md -------------------------------------------------------------------------------- /zh-TW/basic/firmata_bb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/firmata_bb.jpg -------------------------------------------------------------------------------- /zh-TW/basic/gpio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/gpio.md -------------------------------------------------------------------------------- /zh-TW/basic/helloworld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/helloworld.md -------------------------------------------------------------------------------- /zh-TW/basic/linux_auto_start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/linux_auto_start.md -------------------------------------------------------------------------------- /zh-TW/basic/mraa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/mraa.md -------------------------------------------------------------------------------- /zh-TW/basic/npm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/npm.md -------------------------------------------------------------------------------- /zh-TW/basic/open_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/open_file.md -------------------------------------------------------------------------------- /zh-TW/basic/video_streaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/basic/video_streaming.md -------------------------------------------------------------------------------- /zh-TW/bluetooth/README.md: -------------------------------------------------------------------------------- 1 | ## 藍牙 2 | 3 | 本章節教導大家如何在 LinkIt smart 7688 上使用藍牙 -------------------------------------------------------------------------------- /zh-TW/bluetooth/bluez_ble.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/bluez_ble.md -------------------------------------------------------------------------------- /zh-TW/bluetooth/bluez_result1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/bluez_result1.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/bluez_result2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/bluez_result2.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/check_bluez.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/check_bluez.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/check_dbus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/check_dbus.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/check_usb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/check_usb.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/hci_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/hci_error.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/hciconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/hciconfig.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/hitool_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/hitool_up.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/lsusb_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/lsusb_result.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/openwrt_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/openwrt_admin.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/opkg_install1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/opkg_install1.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/opkg_install2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/opkg_install2.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/opkg_install4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/opkg_install4.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/scan_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/bluetooth/scan_result.png -------------------------------------------------------------------------------- /zh-TW/bluetooth/touch_sensor.md: -------------------------------------------------------------------------------- 1 | ## 使用 Touch sensor 觸發 LED 2 | 3 | 本章節待補中,敬請期待。 -------------------------------------------------------------------------------- /zh-TW/cloud/FOTA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/FOTA.md -------------------------------------------------------------------------------- /zh-TW/cloud/MCSjs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/MCSjs.md -------------------------------------------------------------------------------- /zh-TW/cloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/README.md -------------------------------------------------------------------------------- /zh-TW/cloud/bear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/bear.png -------------------------------------------------------------------------------- /zh-TW/cloud/fota01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/fota01.png -------------------------------------------------------------------------------- /zh-TW/cloud/fota02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/fota02.png -------------------------------------------------------------------------------- /zh-TW/cloud/fota03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/fota03.png -------------------------------------------------------------------------------- /zh-TW/cloud/fota04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/fota04.png -------------------------------------------------------------------------------- /zh-TW/cloud/fota05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/fota05.png -------------------------------------------------------------------------------- /zh-TW/cloud/fota06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/fota06.png -------------------------------------------------------------------------------- /zh-TW/cloud/fota_arduino01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/fota_arduino01.png -------------------------------------------------------------------------------- /zh-TW/cloud/fota_arduino02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/fota_arduino02.png -------------------------------------------------------------------------------- /zh-TW/cloud/fota_arduino03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/fota_arduino03.png -------------------------------------------------------------------------------- /zh-TW/cloud/gamepad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/gamepad.md -------------------------------------------------------------------------------- /zh-TW/cloud/gamepad_mcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/gamepad_mcs.png -------------------------------------------------------------------------------- /zh-TW/cloud/gamepad_mcsview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/gamepad_mcsview.png -------------------------------------------------------------------------------- /zh-TW/cloud/gamepad_pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/gamepad_pinout.png -------------------------------------------------------------------------------- /zh-TW/cloud/heartrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/heartrate.png -------------------------------------------------------------------------------- /zh-TW/cloud/imagedisplay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/imagedisplay.md -------------------------------------------------------------------------------- /zh-TW/cloud/imagedisplay01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/imagedisplay01.png -------------------------------------------------------------------------------- /zh-TW/cloud/imagedisplay02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/imagedisplay02.png -------------------------------------------------------------------------------- /zh-TW/cloud/imagedisplay03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/imagedisplay03.png -------------------------------------------------------------------------------- /zh-TW/cloud/imagedisplay04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/imagedisplay04.png -------------------------------------------------------------------------------- /zh-TW/cloud/imagedisplay05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/imagedisplay05.png -------------------------------------------------------------------------------- /zh-TW/cloud/imagedisplay06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/imagedisplay06.png -------------------------------------------------------------------------------- /zh-TW/cloud/mcs_firmata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/mcs_firmata.md -------------------------------------------------------------------------------- /zh-TW/cloud/tank.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/tank.jpg -------------------------------------------------------------------------------- /zh-TW/cloud/tank_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/tank_arch.png -------------------------------------------------------------------------------- /zh-TW/cloud/tank_prototype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/tank_prototype.png -------------------------------------------------------------------------------- /zh-TW/cloud/uploadHeartRate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/uploadHeartRate.md -------------------------------------------------------------------------------- /zh-TW/cloud/videoStream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/videoStream.md -------------------------------------------------------------------------------- /zh-TW/cloud/videostream_prototype01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/videostream_prototype01.png -------------------------------------------------------------------------------- /zh-TW/cloud/videostream_prototype02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/videostream_prototype02.png -------------------------------------------------------------------------------- /zh-TW/cloud/videostream_prototype03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/videostream_prototype03.png -------------------------------------------------------------------------------- /zh-TW/cloud/videostream_prototype04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/videostream_prototype04.png -------------------------------------------------------------------------------- /zh-TW/cloud/videostream_prototype05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/videostream_prototype05.png -------------------------------------------------------------------------------- /zh-TW/cloud/螢幕快照 2015-09-03 下午3.01.14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/螢幕快照 2015-09-03 下午3.01.14.png -------------------------------------------------------------------------------- /zh-TW/cloud/螢幕快照 2015-09-03 下午3.03.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/cloud/螢幕快照 2015-09-03 下午3.03.10.png -------------------------------------------------------------------------------- /zh-TW/crossbuild/crossbuild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/crossbuild/crossbuild.md -------------------------------------------------------------------------------- /zh-TW/crossbuild/crossbuild_scp_to_7688.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/crossbuild/crossbuild_scp_to_7688.jpg -------------------------------------------------------------------------------- /zh-TW/crossbuild/crossbuild_serialport.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/crossbuild/crossbuild_serialport.jpg -------------------------------------------------------------------------------- /zh-TW/crossbuild/crossbuild_uncompress.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/crossbuild/crossbuild_uncompress.jpg -------------------------------------------------------------------------------- /zh-TW/edu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/edu/README.md -------------------------------------------------------------------------------- /zh-TW/edu/httpclient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/edu/httpclient.png -------------------------------------------------------------------------------- /zh-TW/emulator/7688emulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/emulator/7688emulator.png -------------------------------------------------------------------------------- /zh-TW/emulator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/emulator/README.md -------------------------------------------------------------------------------- /zh-TW/example/ibeacon_7688.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/example/ibeacon_7688.md -------------------------------------------------------------------------------- /zh-TW/intro/7688&Duo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/7688&Duo.png -------------------------------------------------------------------------------- /zh-TW/intro/7688Duoboardspec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/7688Duoboardspec.png -------------------------------------------------------------------------------- /zh-TW/intro/7688boardspec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/7688boardspec.png -------------------------------------------------------------------------------- /zh-TW/intro/7688spec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/7688spec.png -------------------------------------------------------------------------------- /zh-TW/intro/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/README.md -------------------------------------------------------------------------------- /zh-TW/intro/getting_start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/getting_start.md -------------------------------------------------------------------------------- /zh-TW/intro/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/login.png -------------------------------------------------------------------------------- /zh-TW/intro/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/network.png -------------------------------------------------------------------------------- /zh-TW/intro/putty1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/putty1.png -------------------------------------------------------------------------------- /zh-TW/intro/putty2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/putty2.png -------------------------------------------------------------------------------- /zh-TW/intro/putty3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/putty3.png -------------------------------------------------------------------------------- /zh-TW/intro/pwr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/pwr.png -------------------------------------------------------------------------------- /zh-TW/intro/reset_7688.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/reset_7688.md -------------------------------------------------------------------------------- /zh-TW/intro/resetpassword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/resetpassword.png -------------------------------------------------------------------------------- /zh-TW/intro/setting_wifi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/setting_wifi.md -------------------------------------------------------------------------------- /zh-TW/intro/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/spec.md -------------------------------------------------------------------------------- /zh-TW/intro/ssh_7688.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/ssh_7688.md -------------------------------------------------------------------------------- /zh-TW/intro/sysinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/sysinfo.png -------------------------------------------------------------------------------- /zh-TW/intro/update_firmware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/update_firmware.md -------------------------------------------------------------------------------- /zh-TW/intro/updatefirmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamblue/linkit-smart-nodejs/HEAD/zh-TW/intro/updatefirmware.png --------------------------------------------------------------------------------