Arduino Mega CH340 Microcontroller Development Board

1,073.80 Inc. GST

Note : CH340 Driver Required, Installation link is in below

https://www.makestore.in/ch340-driver-for-arduino-uno-smd-nodemcu-usb-to-ttl/

Features of Arduino Mega 2560

  • Microcontroller : ATmega2560 [SMD package]
  • Clock Speed : 16 MHz
  • Input Voltage  : 7- 12 V
  • Output Voltage  : 5/3.3 V [extra power pin ]
  • Digital I/O Pins : 54 (with 14 PWM pins)
  • Analog I/O Pins : 16
  • Support Communication  Protocols :  UART [4 pairs], I2C ,SPI ,etc.
  • 40mA DC current per I/O pin
  • 256KB flash memory of which 8KB used by bootloader
  • 8KB SRAM
  • 4KB EEPROM
  • For more Details – Go to our Tutorials page.

3 in stock

SKU: R33B06 Categories: , ,

Description

Features of MEGA 2560 GPIO’s :

Each of the 54 digital pins on the Mega can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions. They operate at 5 volts. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of 20-50 kOhms. In addition, some pins have specialized functions:

Serial 0 : (RX) and 1 (TX); Serial 1 : 19 (RX) and 18 (TX); Serial 2 : 17 (RX) and 16 (TX); Serial 3: 15 (RX) and
14 (TX). Used to receive (RX) and transmit (TX) TTL serial data. Pins 0 and 1 are also connected to the
corresponding pins of the ATmega8U2 USB-to-TTL Serial chip .

External Interrupts: 2 (interrupt 0), 3 (interrupt 1), 18 (interrupt 5), 19 (interrupt 4), 20 (interrupt 3), and      21 (interrupt 2). These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function .
PWM pins : 0 to 13. Provide 8-bit PWM output with the analogWrite() function.
SPI (Serial Peripheral Interface): 50 (MISO), 51 (MOSI), 52 (SCK), 53 (SS). These pins support SPI communication, which, although provided by the underlying hardware, is not currently included in the Arduino language. The SPI pins are also broken out on the ICSP header, which is physically compatible with the Duemilanove and Diecimila.
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: 20 (SDA) and 21 (SCL). Support I2C (TWI) communication using the Wire library (documentation on the Wiring website). Note that these pins are not in the same location as the I2C pins on the Duemilanove.

The Mega2560 has 16 analog inputs, each of which provide 10 bits of resolution ( i.e.  2^10= 1024 different values). By default they measure from ground to 5 volts, though is it possible to change the upper end of their range using the AREF pin and analogReference() function.

Additional information

Weight37 g
Dimensions113 × 53 × 11 mm

Reviews

There are no reviews yet.

Be the first to review “Arduino Mega CH340 Microcontroller Development Board”

Your email address will not be published. Required fields are marked *