Examples created for the LinkIt duo 7688
New? Learn how to you LinkIt Smart Duo here
Make the WiFi LED blink once per second
scp blink_wifi.py [email protected]:~
python blink_wifi.py
Demonstrates how to send information from Arduino to MIPS
- Upload the sketch
Arduino_to_MIPS.ino
to the board scp Arduino_to_MIPS.py [email protected]:~
python Arduino_to_MIPS.py
Make LED D13 on the board blink using Python + Arduino sketch
GPIO: D13 (Optional)
[TODO] Upload Board design
- Upload the sketch
Blink_D13.ino
to the board scp blink_LEDs.py [email protected]:~
python blink_LEDs.py
NOTE: you can also connect a LED to Pin D13 to see it blinking
Make LEDs blink using Python + Arduino sketch
GPIO: D12, D11, D10
[TODO] Upload Board design
- Upload the sketch
Blink_LEDs.ino
to the board scp blink_LEDs.py [email protected]:~
python blink_LEDs.py
Turn LEDs on/off by pushing a button
GPIO: D12, D11, D10, D9
[TODO] Upload Board design
- Upload the sketch
Pushbutton.ino
to the board scp pushbutton.py [email protected]:~
python pushbutton.py
Tweet a message when pushing a button
GPIO: D9
[TODO] Upload Board design
- Configure Twitter app, follow this instructions
- Upload the sketch
Tweet.ino
to the board - Update the Twitter variables in
tweet.py
scp tweet.py [email protected]:~
python tweet.py