Elecrow
Crowduino With ATMega 328 V1.1
The Crowduino is Arduino compatible board. Based on Arduino Duemilanove Schematic, 100% compatible to its existing program, shield and IDEs.This Crowduino is...
The Crowduino is Arduino compatible board. Based on Arduino Duemilanove Schematic, 100% compatible to its existing program, shield and IDEs.
This Crowduino is a microcontroller board based on the ATmega328 (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, a reset button, and a XBee socket. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.
The difference between Crowduino and other arduino compatible is the Crowduino contains a XBee socket . This feature make Crowduino not only adapts to all the shield that compatible with arduino Uno, but also adapts to the Xbee modules from Digi, and any module with the same footprint.
Features
- Wireless programming
- With a Xbee socket so that you don’t need to buy other Xbee extend shield
- Flat DC Jack
- Inherits all of Arduino Duemilanuve's features, 100% compatible to its existing program, shield and IDEs.
- Compatible to Uno's pin layout, screw hole and dimensions.
- Evolved with SMD components.
Specification
Microcontroller ATmega328Operating Voltage
5V
Input Voltage (recommended) 7-12V Input Voltage (limits) 6-20V Digital I/O Pins 14 PWM Channels
6 Analog Input Pins
8
DC Current per I/O Pin
40 mA DC Current for 3.3V Pin
50 mA
Flash Memory
32 KB (ATmega328) of which
0.5 KB used by bootloader SRAM 2 KB (ATmega328)
EEPROM 1 KB (ATmega328) Clock Speed
16 MHz
Wiki & External links
Jargon buster
Plain-language definitions for the technical terms used above.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
Find this product in
Related Tutorials
Free guides on learn.littlebird.com.au