原廠連結:http://www.seeedstudio.com/wiki/Arduino_Breakout_for_LinkIt_Smart_7688_Duo
Arduino Breakout for LinkIt Smart 7688 Duo is an Arduino Yún compatible (share the same MCU model) and a Grove port feature expansion board for LinkItTM Smart 7688 Duo [1] [2]development platform. This breakout board allows you to use different features from Arduino Yún and LinkIt Smart 7688 Duo which will help you build rich applications based on various, robust and compiled Arduino sketches. This breakout board will save a lot of work and makes prototyping easier through simplified wiring. So it helps a beginner get a quick start. It supports serial buses like I2C, UART and provides access to reserved original pins of LinkItTM Smart 7688 Duo. It also comes with USB, Ethernet and 3.5mm Audio ports.
[1] LinkItTM Smart 7688 Duo is an open development board based on the OpenWrt Linux distribution, MT7688 and ATmega32u4. The board is designed especially to enable the prototyping of Rich Application IoT devices for Smart-Home.
[2]Only one controller board can be main controller board at the same time.
Input voltage | 5.0V (With USB Power port) |
Operating voltage | 3.3V |
Debug pins connect with MT7688, Other pins connect with ATmega32U4. |
Note: As you need to plug LinkIt Smart 7688 Duo on this breakout, align the side with USB micro type-B of LinkIt Smart 7688 Duo to the side with UART2 of Arduino Breakout for LinkIt Smart 7688 Duo.
Parts name | Quantity |
---|---|
Arduino Breakout for LinkIt Smart 7688 Duo | 1PC |
Note 1: You can find Pin 8, Pin 9 and Pin GND close to the port to be connected LinkIt Smart 7688.
Note 2: You can plug jumper wires into MT7688 UART2 port instead of soldering them to Pin 8, Pin 9 and Pin GND.
Note: Plug Grove - Buzzer into port D4.
Note: Following steps are carried out on embedded OS(OpenWRT).
from pyfirmata import Arduino, util from time import sleep board = Arduino('/dev/ttyS0') print "Start blinking D4" while True: board.digital[4].write(1) sleep(0.5) board.digital[4].write(0) sleep(0.5)
資料來源:https://www.seeedstudio.com/Arduino-Breakout-for-LinkIt-Smart-7688-Duo-p-2576.html
Arduino Breakout for LinkIt Smart 7688 Duo is an Arduino Yún compatible (share the same MCU model) and a Grove port feature expansion board for LinkItTM Smart 7688 Duo development platform. This breakout board allows you to use different features from Arduino Yún and LinkIt Smart 7688 Duo which will help you build rich applications based on various, robust and compiled Arduino sketches. This breakout board will save a lot of work and makes prototyping easier through simplified wiring. So it helps a beginner get a quick start. It supports serial buses like I2C, UART and provides access to reserved original pins of LinkItTM Smart 7688 Duo. It also comes with USB and Ethernet ports.
In addition, it also integrates several frequently used peripheral ports such as USB port, Ethernet port. LinkIt Smart 7688 Duo(a compact controller board) is an open development board, based on the OpenWrt Linux distribution, MT7688 and ATmega32u4. The board is designed especially to enable the prototyping of Rich Application IoT devices for smart house.
Features
Arduino Shield Compatible,
1 x Ethernet to connect to internet
1 x USB 2.0 for more peripherals
Grove interfaces: I2C × 2, Analog × 3, Digital× 6, UART × 1
4-pin debug port × 1, ICSP × 1
Application Ideas
IoT/Gateway Device.
Robotics
Smart multimedia devices
Teaching and learning
Dimensions | 111mm x 53mm x 18mm |
Weight | G.W 83g |
Battery | Exclude |
Input voltage | 5.0V(With USB Power port) |
Operating voltage | 3.3V |
Debug port | 4-pin debug port × 1 |
Grove interfaces | I2C × 2, Analog × 3, Digital× 6, UART × 1 |
Ethernet Port | Yes |
USB Port | USB Type-A |
ICSP Port | Yes |
Arduino Breakout for LinkIt Smart 7688 Duo | 1 |
Wiki of Arduino Breakout for LinkIt Smart 7688 Duo
This is the demo for Grove - Starter kit Smart LinkIt 7688. Here we share this project control your desk lamp. You can get light value of surrounding, and display on OLED.You lamp via 3 ways as well. ...
A device to get how many likes at your Facebook page
Smart router with WiFi Connection Visualization
For 2015 HITCON CTF(http://ctf.hitcon.org/) contest we decided to present something special for the hacker teams - a Star Wars-themed lightsaber score board! The CTF involves each team attacking other"capture flag"through system ...