Arduino: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
Řádek 93: | Řádek 93: | ||
Soubor:Arduino_4WD_robot-smart.jpg|[http://goo.gl/YOGRFI 4WD Robot Smart Car Chassis Kits] | Soubor:Arduino_4WD_robot-smart.jpg|[http://goo.gl/YOGRFI 4WD Robot Smart Car Chassis Kits] | ||
Soubor:Arduino_deal.jpg|[http://goo.gl/bzhxD9 Arduino Robot Car Kits] | Soubor:Arduino_deal.jpg|[http://goo.gl/bzhxD9 Arduino Robot Car Kits] | ||
Soubor:CP2104.jpg|[http://goo.gl/U4ajVi|USB CP2104 TTL] | |||
Soubor:Arduino-Power-Supply.jpg|[http://goo.gl/bHMnT2 Breadboard Power Supply Module Arduino] | |||
Soubor:propoj_kabel.jpg|[http://goo.gl/TDgqj8 M-M] M-F F-F | Soubor:propoj_kabel.jpg|[http://goo.gl/TDgqj8 M-M] M-F F-F | ||
Soubor:6bit-Chartreuse-LED-Arduino.jpg|[http://goo.gl/yE4oyM 6bit Chartreuse LED for Arduino] | Soubor:6bit-Chartreuse-LED-Arduino.jpg|[http://goo.gl/yE4oyM 6bit Chartreuse LED for Arduino] | ||
Soubor:8-LED.jpg|[http://goo.gl/cnKXhz 8 Channels Flowing Water Light LED] | Soubor:8-LED.jpg|[http://goo.gl/cnKXhz 8 Channels Flowing Water Light LED] | ||
Soubor:Arduino-Full-Color-RGB.jpg|[http://goo.gl/VBRXSX Full Color RGB 8-SMD 5050 LED Module] | |||
Soubor:dot-matrix-display.jpg|[http://goo.gl/MdVGl6 MAX7219 Dot matrix Arduino] | |||
Soubor:MAX7219-Dot-Led-Matrix-Module-Arduino.jpg|[http://goo.gl/Pm2lNo MAX7219 Dot Led Matrix Module Arduino] | |||
Soubor:8-Segment_LED.jpg|[http://goo.gl/Vejtxk MAX7219 Red Module 8-Digit 7 Segment] | Soubor:8-Segment_LED.jpg|[http://goo.gl/Vejtxk MAX7219 Red Module 8-Digit 7 Segment] | ||
Soubor: | Soubor:R8X_Digital.jpg|[http://goo.gl/LxJdXJ 8-Bit Double Color LED TM1638 Arduino] | ||
Soubor:ht1632c.jpg|[http://dx.com/p/jy-mcu-3208-lattice-clock-ht1632c-driver-with-mcu-support-secondary-development-104306 Clock HT1632C CZ 236] | Soubor:ht1632c.jpg|[http://dx.com/p/jy-mcu-3208-lattice-clock-ht1632c-driver-with-mcu-support-secondary-development-104306 Clock HT1632C CZ 236] | ||
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|[ | Soubor:Arduino-Clock-Shield.jpg|[http://goo.gl/YGz6ZT RTC TM1636 DS1307] [http://www.seeedstudio.com/wiki/Tick_Tock_Shield_Kit Clock Shield Wire Digital Module] | ||
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|[http://goo.gl/YtQEAv 2X DC 5V Stepper Motor + ULN2003 Driver Test Module Board 28BYJ-48 for Arduino] | ||
Soubor:Motor-drive-L293D.jpg|[http://goo.gl/blES3Y Motor Drive Shield Expansion Board L293D] | Soubor:Motor-drive-L293D.jpg|[http://goo.gl/blES3Y Motor Drive Shield Expansion Board L293D] | ||
Soubor:IIC-Serial-Interface-LCD.jpg|[http://goo.gl/OZYx1x IIC/I2C/TWI/SPI Serial Interface Arduino 1602LCD] | Soubor:IIC-Serial-Interface-LCD.jpg|[http://goo.gl/OZYx1x IIC/I2C/TWI/SPI Serial Interface Arduino 1602LCD] | ||
Řádek 112: | Řádek 114: | ||
Soubor:Bluetooth-Arduino.jpg|[http://goo.gl/aWFkIi Bluetooth Transceiver Module] [http://www.buildcircuit.com/decimal-to-binary-converter-using-cd4094-android-phone-and-bluesmirf/ aplikace] | Soubor:Bluetooth-Arduino.jpg|[http://goo.gl/aWFkIi Bluetooth Transceiver Module] [http://www.buildcircuit.com/decimal-to-binary-converter-using-cd4094-android-phone-and-bluesmirf/ aplikace] | ||
Soubor:Arduino-Ethernet.jpg|[http://goo.gl/KIHK4H Arduino Ethernet Shield W5100 + microSD] | Soubor:Arduino-Ethernet.jpg|[http://goo.gl/KIHK4H Arduino Ethernet Shield W5100 + microSD] | ||
</gallery> | </gallery> | ||
Verze z 9. 2. 2014, 16:23
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
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