Skip to content

alex5imon/linkit-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkit-examples

Examples created for the LinkIt duo 7688

Tutorials

New? Learn how to you LinkIt Smart Duo here

Blink WiFi

Make the WiFi LED blink once per second

  1. scp blink_wifi.py [email protected]:~
  2. python blink_wifi.py

Arduino to MIPS

Demonstrates how to send information from Arduino to MIPS

  1. Upload the sketch Arduino_to_MIPS.ino to the board
  2. scp Arduino_to_MIPS.py [email protected]:~
  3. python Arduino_to_MIPS.py

Blink D13

Make LED D13 on the board blink using Python + Arduino sketch

GPIO: D13 (Optional)
[TODO] Upload Board design

  1. Upload the sketch Blink_D13.ino to the board
  2. scp blink_LEDs.py [email protected]:~
  3. python blink_LEDs.py

NOTE: you can also connect a LED to Pin D13 to see it blinking

Blink LEDs

Make LEDs blink using Python + Arduino sketch

GPIO: D12, D11, D10
[TODO] Upload Board design

  1. Upload the sketch Blink_LEDs.ino to the board
  2. scp blink_LEDs.py [email protected]:~
  3. python blink_LEDs.py

Pushbutton

Turn LEDs on/off by pushing a button

GPIO: D12, D11, D10, D9
[TODO] Upload Board design

  1. Upload the sketch Pushbutton.ino to the board
  2. scp pushbutton.py [email protected]:~
  3. python pushbutton.py

Tweet

Tweet a message when pushing a button

GPIO: D9
[TODO] Upload Board design

  1. Configure Twitter app, follow this instructions
  2. Upload the sketch Tweet.ino to the board
  3. Update the Twitter variables in tweet.py
  4. scp tweet.py [email protected]:~
  5. python tweet.py

Useful links

  • Official wiki: here
  • Install LinkIt Smart in your Arduino IDE: here
  • LinkIt with NodeJS: book
  • LinkIt One projects: here
  • Grove Multichannel Gas Sensor: here
  • Portable fire alarm: recipe

About

Examples created for the LinkIt duo 7688

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages