Created
June 5, 2012 19:11
-
-
Save wallymathieu/2877079 to your computer and use it in GitHub Desktop.
arduino web
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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