Arduino Nano 3.0 Atmega328 5V 16 MHz (compatible clone)

X
Arduino Nano 3.0 Atmega328 5V 16 MHz (compatible clone)
Arduino Nano 3.0 Atmega328 5V 16 MHz (compatible clone)
Arduino Nano 3.0 Atmega328 5V 16 MHz (compatible clone)
Arduino Nano 3.0 Atmega328 5V 16 MHz (compatible clone)
Arduino Nano 3.0 Atmega328 5V 16 MHz (compatible clone)
Prijs:
8,95 
incl. BTW, excl. verzending
Aantal:
In stock Direct uit voorraad leverbaar
Snel en voordelig verzonden
Verzendkosten voor kleine artikelen 2,95 €.
Boven 30,00 € gratis.
Veilig betalen
Klanten geven Bits & Parts een 9,1/10 Link naar Kiyoh

Arduino Nano 3.0 Atmega328 5V 16 MHz (compatible clone)

Productinformatie:

Deze Arduino Nano 3.0 ATmega328 (compatible clone) is door zijn kleine afmetingen gemakkelijk weg te werken in een beperkte ruimte.
Daardoor is de Nano uitermate geschikt voor inbouwen in objecten.
Met de reeds gesoldeerde pins is hij gemakkelijk op een breadboard te gebruiken!

Programmeren doe je de hetzelfde software (Arduino IDE) als bijv. de Arduino Uno.
Mini-B USB aansluiting (kabel niet meegeleverd).

Specificaties:

- Microcontroller: ATmega328
- Bedrijfsspanning: 5V
- Voedingsspanning (aangeraden): 7-12 V
- Voedingsspanning (maximaal): 6-20 V
- 14 digitale input/output pins waarvan 6 als PWM gebruikt kunnen worden.
- 8 Analoge inputs A0-A7
- Maximale stroom per I/O pin: 40mA
- Flash geheugen 32 kB
- Flash gehugen voor Bootloader: 2 kB
- SRAM: 2 kB
- EEPROM: 1 kB
- Kloksnelheid: 16 MHz
- Auto-reset support

Pinouts:

- GND: Ground pins.
- Serial: 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data. These pins are connected to the corresponding pins of the USB-to-TTL Serial chip.
- External Interrupts: 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value.
- PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite() function.
- SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication, which, although provided by the underlying hardware, is not currently included in the Arduino language.
- LED: 13. There is a built-in LED connected to digital pin 13. When the pin is HIGH value, the LED is on, when the pin is LOW, it's off.
I2C: A4 (SDA) and A5 (SCL). Support I2C (TWI) communication using the Wire library.
- Reset. Bring this line LOW to reset the microcontroller. Typically used to add a reset button to shields which block the one on the board.
- AREF. Reference voltage for the analog inputs. Used with analogReference().


Arduino introductie:
Arduino is een opensource-computerplatform dat is opgebouwd rond de ATmega328-microcontroller van Atmel en het softwareontwikkelplatform Processing. Dit platform is bedoeld voor hobbyisten, artiesten, kunstenaars en iedereen die geïnteresseerd is in het maken en ontwerpen van slimme en creatieve objecten die kunnen reageren op hun omgeving.

Met Arduino is het mogelijk om apparaten en objecten te creëren die reageren op hun omgeving door middel van digitale en analoge inputsignalen. Op basis van deze input kan een Arduinoschakeling autonome actie initiëren door het afgeven van digitale en analoge outputsignalen. Input kan bijvoorbeeld worden gegenereerd door schakelaars, lichtsensoren, bewegingsmeters, afstandsmeters, temperatuursensoren, of op basis van commando's afkomstig van internet, een radio module of een ander apparaat met een seriële interface. Outputsignalen kunnen bijvoorbeeld motoren, lampjes, pompjes en beeldschermen aansturen, maar ook input genereren voor een andere Arduinomodule.

Documentatie

:
icon_filetype_exe
Drivers (engels):
CH341SER_3.8.exe
icon_filetype_zip
Programmeervoorbeeld (engels):
Drivers_CH340_CH341.zip