Skip to content

Instantly share code, notes, and snippets.

@wallymathieu
Created June 5, 2012 19:11
Show Gist options
  • Save wallymathieu/2877079 to your computer and use it in GitHub Desktop.
Save wallymathieu/2877079 to your computer and use it in GitHub Desktop.
arduino web
0) Installera i windows
http://arduino.cc/it/Guide/Windows
Notera install the drivers sektionen
1) Bekanta sig med miljön
File -> Examples
samma hittas under:
http://arduino.cc/en/Tutorial/HomePage
2) Led
File -> Examples -> Basic -> Blink
och se på sidan ovan för hur man kopplar
3) Button
File -> Examples -> Digital -> Button
Referens:
http://arduino.cc/en/Reference/HomePage
4) Ethernet
A)
how to query a web server using dns
http://arduino.cc/en/Tutorial/DnsWebClient
B) Väldigt enkel web server:
http://smooth-winter-3874.heroku.com/
den svarar enbart med 1
Källkoden för ovanstående:
https://github.com/wallymathieu/smooth-winter
C) deploying:
gettings started using heroku:
https://devcenter.heroku.com/articles/quickstart
https://devcenter.heroku.com/articles/rack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment