Meduino Mega2560 Pro Mini

The Arduino board called Mega2560 uses the ATmega2560 microcontroller. The Arduino board costs 35 EURO. The microcontroller is very interesting, it contains a lot of analog(16) inputs and digital inputs/outputs (54, 15 for PWM) and the microcontroller is working on 5V voltage.

Epalsite electronics designed the small board exactly with this microcontroller. You can buy it e.g. on ebay.com for 12.99 USD. The Meduino Mega2560 Pro Mini board.

Do you know the specification of ATmega2560? Short spec:

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

The spec of Meduino ATmega2560 Pro Mini:

Completely compatible with original Arduino Mega2560

Pin pitch: 0.1 inch

Size: 5.42cm*3.68cm

With Atmega16U2 chip as the USB to Serial converter

Working voltage: 5V

Input Voltage: 7-12V

Analog Input Pins: 16

Digital I/O pins: 54

The maximal current from 3.3V regulator: 150 mA

The ebay link https://www.ebay.com/itm/New-Small-Meduino-Mega2560-R3-Pro-Mini-ATMEGA16U2-Arduino-Mega2560-Compatible/162593120251

Homepage of board http://wiki.epalsite.com/index.php?title=Mega2560_Pro_Mini


Share the article:
Tags:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

Linear Technology?s ?Silent Switcher? architecture greatly reduces EM emissions. How Does It Work? The first generation of ?Silent Switcher? architecture used in IC LT8614, LT8640, and LT8641 reduces EM emissions by: 1. IC internal structure design and optimally placed package…

I would like to show you a few development boards with STM32 and the price is lower that $5 (without shipping). You can’t expect the ST-LINK programmer and debugger, but the price is so friendly. The board can be used…

The Augmented Reality (AR) is modern technology which can penetrate a lot of fields of common life but it has not happened yet. InspectAR is coming with this technology for makers, PCB designers, application engineers and others. For free. Each…

Until recently, Ethernet networks have been classified as networks for office applications. They are now becoming more common in industrial process control applications and even in safety systems applications. Ethernet networks have numerous advantages. What are those advantages? Let’s find…

I looked for some minimal operating system for Raspberry Pi. I found Minibian – it is minimal Raspbian. It is very minimal system which supports only terminal (I log in through SSH). SD card 512 MB is enough to running…