(1) LinkIt Smart 7688 資源[官方網站]連接
(2) 開始使用 7688 Duo Board
(3) 如何設定WIFI
Reset 後利用手機連線至Duo 板子,然後在手機chrome 輸入192.168.100.1,再輸入route 資訊切換至Station mode
(3) 執行第一支程式(Python program)
(4) LinkIt Smart 7688 FAQ
(5) 如何 Reset linkit smart 7688 Duo
(5) 開機及Wi-Fi LED states
(6) LinkIt Smart 7688 Developer’s Guide(Advanced user)
(7) OpenWrt Project[官方網站]
Quick Start Guide, User Guide , Developer Guide
(8) 如何在 MT7688 開機時自動啟動服務?
至/etc/rc.local 內新增 python /root/app/xx.py &
(9) 7688 關機
當你想要將 LinkIt Smart 7688 關機時,不建議直接拔除 USB 線或是使用其他直接斷電的操作,否則將會有檔案系統損毀進而無法開機的現象發生。標準做法為:想要將系統關機時,先至命令列 (透過 SSH 或是 UART) 中輸入 reboot 或是 poweroff 的指令*,讓系統將所有尚未完成的 I/O 操作完成。等到這一步驟完成後,你會看到板上的橘色 LED 閃爍並亮起準備進行開機程序時,就可以 安全地將系統斷電。
* OpenWrt 並無提供 shutdown 這個指令,而且 poweroff 指令與 reboot 指令都是相同的行為 (亦即重開機)。
(9.1) 555 timer delay cicruit
(9.2) 555 Monostable Circuit Calculator
(10) 7688 模擬器
(11) File storage
(12) Network
- Reset Wi-Fi configuration
- Switch to Station mode
- Switch to AP mode
- Switch to Repeater mode
- Setup a wireless router
- Change the Wi-Fi AP SSID with a USB drive
- iwpriv Commands
- MAC address rules for MBSSID
- Query IP / MAC with the Wi-Fi button.
(13)讓 LinkIt Smart 7688 的 Wi-Fi AP 與 station 同時運作
(14)Peripheral support on LinkIt Smart 7688 development board
- Switch the PinMux
- MRAA
- Using MRAA in Python
- Using UPM in Python
- Using MRAA in Node.js
- Controlling PWM with MRAA on LinkIt Smart 7688
- MRAA Supporting Status for Seeed GROVE modules
(14) Using USB Webcam
(14.1)用Python寫CGI傳輸即時影像並控制GPIO
(14.2) mjpg_streamer -i "input_uvc.so -d /dev/video0 -r 640x480 -f 25" -o "output_http.so -p 8080 -w /www/webcam" &
http://192.168.X.105:8080/
(14.3)
(!4.4) http://mylinkit.local:8080?action=stream
(15) mediatek Forums
(16) Make Python code run much faster by pre-compiling python py modules into pyc
(17) LinkIt Smart 7688 Duo-Wi-Fi 掛點急救篇
(18) Switch the PinMux ]
(19-0) Firmata 設定: Prototyping Arduino Projects using Python
(19) 玩IOT(8) -利用 Firmata PyFirmata函式庫讓7688 MPU和 Arduino MCU 溝通
(20) Update the firmware with a USB drive, Enabling SFTP, Mounting the root FS on an SD card
(21) GPIO IN, OUT, gpio input using interrupt
(22) 7688 Duo Python Server
(23) 使用Firmata_tets 程式測試pinout接腳,使用Firmata讀取analog 值,使用PWM 範例
(24) How to read and write to Arduino using Python
(25) Servomotor – moving the motor to certain angle (read & Write),範例1-Hello World,
範例2:Hello World-Python可以這樣玩(19):電位計實驗
直接設定腳位物件:
A2 = board.get_pin('a:2:i') # a 代表類比, i 代表 input
D3 = board.get_pin('d:10:o') # d 代表數位, o 代表 output
D5 = board.get_pin('d:11:p') # d 代表數位, p 代表PWM
D10 = board.get_pin('d:12:s') # d 代表數位, s 代表SERVO
a:0:i for analog 0 as input or d:11:p for digital pin 11 as pwm
>>> analog_0 = board.get_pin('a:0:i') >>> analog_0.read() 0.661440304938 >>> pin3 = board.get_pin('d:3:p') >>> pin3.write(0.6)
(26) Firmata Library
(27) OpenWrt boot
(28) Python x Arduino物聯網整合開發實戰-第3-4章使用python & firmata
(29)[ Linkit Smart 7688 ] 傳送檔案與登入到開發板 (putty ftp)
(30) MediaTek ] 擴充 LinkIt Smart 7688 容量教學
(31)Mounting the root FS on an SD card
(32)IOT(19) 加按鍵試7688 DUO input port
留言列表