Arduino: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
Řádek 102: | Řádek 102: | ||
Soubor:R8X_Digital.jpg|[http://goo.gl/LxJdXJ 8-Bit Double Color LED TM1638 Arduino] | Soubor:R8X_Digital.jpg|[http://goo.gl/LxJdXJ 8-Bit Double Color LED TM1638 Arduino] | ||
Soubor:lcd-keypad-shield-for-arduino.jpg|[http://goo.gl/dTfeHv LCD Keypad Shield] | Soubor:lcd-keypad-shield-for-arduino.jpg|[http://goo.gl/dTfeHv LCD Keypad Shield] | ||
Soubor:Arduino-Clock-Shield.jpg|[http://www.seeedstudio.com/wiki/Tick_Tock_Shield_Kit Clock Shield Wire Digital Module - Blue + Black] | Soubor:Arduino-Clock-Shield.jpg|[[RTC TM1636 DS1307|http://goo.gl/YGz6ZT]] [http://www.seeedstudio.com/wiki/Tick_Tock_Shield_Kit Clock Shield Wire Digital Module - Blue + Black] | ||
Soubor:Arduino-Stepper-Motor-ULN2003.jpg|2X DC 5V Stepper Motor + ULN2003 Driver Test Module Board 28BYJ-48 for Arduino | Soubor:Arduino-Stepper-Motor-ULN2003.jpg|2X DC 5V Stepper Motor + ULN2003 Driver Test Module Board 28BYJ-48 for Arduino | ||
Soubor:Arduino-L293D-Module-4-DC.jpg|L293D Module 4 DC Motor Drive Module 4WD Car | Soubor:Arduino-L293D-Module-4-DC.jpg|L293D Module 4 DC Motor Drive Module 4WD Car |
Verze z 9. 2. 2014, 16:09
Arduino | |
|
Vývoj MIT aplikace s Arduino:
What we needs:
Sestavy:
-
FR4 Funduino UNO Board for Arduino - Red]
Examples
/* Blink * http://www.arduino.cc/en/Tutorial/Blink
*/
int ledPin = 13; // LED je připojena na pin 13
void setup(){ // tato část proběhne jednou po startu
pinMode(ledPin, OUTPUT); // nastaví pin jako výstupní
}
void loop(){ // procedura
digitalWrite(ledPin, HIGH); // rozsvícení LED
delay(1000); // pauza 1s
digitalWrite(ledPin, LOW); // zhasnutí LED
delay(1000); // pauza 1s
}
ArdBlock
(ArduBlock is a block programming language for Arduino)
SimulIDE
- .hex you can find in c:\Users\*\Local Settings\Temp\build*.tmp\*.hex
http://123d.circuits.io/
Tutorials:
Shield
LoL Shield věnovaný sponzorem školy: jitenkaa, (zde je možné stavebnici objednat)
-
M-M M-F F-F
-
2X DC 5V Stepper Motor + ULN2003 Driver Test Module Board 28BYJ-48 for Arduino
-
L293D Module 4 DC Motor Drive Module 4WD Car
Aplikace s Arduino
-
ARD07 LED Cube
-
ARD05 B4short s L293 + ping [1]
Videa
Experimenty
www
Arduino a PICAXE na Windows 8 64-bit
advance
Arduino IDE for programming Atmega Microcontrollers
How to program Arduino by using USBasp without bootloader
Building an Arduino on a Breadboard
Serial connection for your Arduino / Atmega
Basic Minimal Arduino Without Crystal
Burning the Bootloader on ATMega328 using Arduino UNO as ISP