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 root@mylinkit.local:~python blink_wifi.py
Demonstrates how to send information from Arduino to MIPS
- Upload the sketch
Arduino_to_MIPS.inoto the board scp Arduino_to_MIPS.py root@mylinkit.local:~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.inoto the board scp blink_LEDs.py root@mylinkit.local:~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.inoto the board scp blink_LEDs.py root@mylinkit.local:~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.inoto the board scp pushbutton.py root@mylinkit.local:~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.inoto the board - Update the Twitter variables in
tweet.py scp tweet.py root@mylinkit.local:~python tweet.py