Elecrow
Crowduino Mega2560
Elecrow Crowduino Mega2560 board, almost the same usage and performance with the Arduino Mega2560 but with some difference on the power circuit to ensure the...
Get notified when back in stock
Elecrow Crowduino Mega2560 board, almost the same usage and performance with the Arduino Mega2560 but with some difference on the power circuit to ensure the power. Based on the ATmega2560 (datasheet). The Elecrow Mega2560 has 54 digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button.
With more IOs and larger flash than the Crowduino Uno_SD or Crowduino 328, the Crowduino Mega2560 would be helpful in applications that needs more IOs or larger flash such as in 3D printer projects. It also comes with a type-B USB wire to enable you start the project once you get it in hand.
Features
- 100% compatible with Arduino Mega
- 54 Digital IO
- 16 Analog inputs
- 14 PWM outputs
- 4 Hardware serial ports (UART)
- Compatible with most Arduino Duemilanove and Diecimila Shields
- ICSP Header
- Can be powered through a battery or through a AC to DC adaptor
Specification
- Microcontroller: ATmega2560
- Operating Voltage: 5V
- Input Voltage (recommended): 7-12V
- Input Voltage (limits): 6-20V
- DC Current per I/O Pin: 40 mA
- DC Current for 3.3V Pin: 50 mA
- Flash Memory: 256 KB of which 8 KB used by bootloader
- SRAM: 8 KB
- EEPROM: 4 KB
- Clock Speed: 16 MHz
Usage
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.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- 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
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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.
- 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.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
Find this product in
Brands
Related Tutorials
Free guides on learn.littlebird.com.au