Skip to content

Arduino Yun project to display the wind direction on a 3D printed device

License

Notifications You must be signed in to change notification settings

hutchris/winduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winduino

Arduino Yun project to display the wind direction on a 3D printed device

Components:

Files:

  • winduino.py - python script that gets the wind direction for your city and passes it to the Arduino sketch. Sits on the SD card of the Arduino Yun
  • conf.txt - Config file, in same directory as python script. Contains an API key for http://openweathermap.org and city id. JSON format.
  • winduino.ino - Sketch file to be uploaded to the Arduino Yun
  • winduinodebug.ino - Alternative sketch file that prints to Serial Monitor to help debug issues

Physical:

Wiring diagram: https://learn.adafruit.com/assets/2495

alt tag

About

Arduino Yun project to display the wind direction on a 3D printed device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages