Arduino Mega 2560 CH340

RBD-1397
  • Programmer: CH340
  • Operating Voltage 5V
  • Input Voltage (recommended) 7-12V
  • Input Voltage (limits) 6-20V
  • Digital I/O Pins 54 (of which 15 provide PWM output)
  • Analog Input Pins 16
  • 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
BDT 1,498
rating Read the 6 reviews
Average rating: 5/5 - Number of reviews: 6
Quantity
In-Stock

112 people have purchased this item in last 12 months
97 people recently added this item to the cart
51 items in stock
notifications Notify Me
  • Store Pickup Available! Store Pickup Available!
  • Free Ship Over 5000 BDT Free Ship Over 5000 BDT
  • Quality Product Quality Product
  • No Warranty No Warranty
  • No Replacement No Replacement

The ATmel MCU ATMEGA16U2 MEGA 2560 R3 Improved Version CH340G Board is a micro-controller board base on the ATmega2560. It has a USB host interface to connect with Android based phones, base on the MAX3421e IC. RoboticsBD

It 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. The MEGA ADK is base on the Mega 2560. Similar to the Mega 2560 and Uno, it features an ATmega8U2 program as a USB-to-serial converter. Revision 3 of the Mega ADK board has a resistor pulling the 8U2 HWB line to ground, making it easier to put into DFU(Device Firmware Upgrade) mode. RoboticsBD

The board has the following new features:

  • 1.0 pin-out: added SDA and SCL pins that are near to the AREF pin and two other new pins placed near to the RESET pin, the IOREF that allow the shields to adapt to the voltage provided from the board. In the future, shields will be compatible both with the board that uses the AVR, which operate with 5V and with the Arduino Due that operates with 3.3V. The second one is a not connected pin, that is reserved for future purposes.
  • Stronger RESET circuit.

The Mega Arduino R3 Android Accessory Development Kit (ADK) can be power via the USB connection or with an external power supply. The power source is select automatically. External (non-USB) power can come either from an AC-to-DC adapter (wall-wart) or battery. The adapter can be connected by plugging a 2.1mm center-positive plug into the board’s power jack. RoboticsBD

Leads from a battery can be inserted in the GND and Vin pin headers of the POWER connector. Because the Mega R3 Android Accessory Development Kit (ADK) is a USB Host, the phone will attempt to draw power from it when it needs to charge. When the ADK is power over USB, 500mA total is available for the phone and board.

Difference USB controller version:

Because Atmel is moving more and more of their production capacity to surface mount ICs, the DIP packaged ATmega is becoming more and more difficult to get. The board is identical to the PTH version of the Uno, but you won't be able to remove the ATmega without some hot-air. This change shouldn't affect most users. Besides - when was the last time you managed to destroy an ATmega and needed to repair an Arduino board? Those things are nearly indestructible.

*Please note that the boards have a CH340G USB-Controller rather than ATmega16 like regular MEGA2560. They are recognized on Linux without any additional drivers. Mac OS and Windows users may need to install an additional driver. RoboticsBD

Features :

Arduino Mega 2560 Improved version CH340G Board:
  1. Programmer: CH340
  2. Operating Voltage 5V
  3. Input Voltage (recommended) 7-12V
  4. Input Voltage (limits) 6-20V
  5. Digital I/O Pins 54 (of which 15 provide PWM output)
  6. Analog Input Pins 16
  7. DC Current per I/O Pin 40 mA
  8. DC Current for 3.3V Pin 50 mA
  9. Flash Memory 256 KB of which 8 KB used by bootloader
  10. SRAM 8 KB
  11. EEPROM 4 KB
  12. Clock Speed 16 MHz

General Specification
Input Voltage (recommended) 7-12V
Digital I/O Pins 54 (of which 15 provide PWM output)
Analog Input Pins 16
Flash Memory 256 KB of which 8 KB used by boot-loader.
Microcontroller ATmega2560
Operating Voltage 6~12V
PWM Output Pins 14
Dimensions (mm) LxWxH 110 x 53 x 15 mm.
Weight (gm) 35
Shipment Weight 0.037 kg
Shipment Dimensions 10.5 × 5.5 × 1.5 cm

Power
The external power regulator can supply up to 1500mA. 750mA is available for the phone and MEGA ADK board. An additional 750mA is allocated for any actuators and sensors attached to the board. A power supply must be capable of providing 1.5A to use this much currentThe board can operate on an external supply of 5.5 to 16 volts. If supply with less than 7V, however, the 5V pin may supply less than five volts and the board may be unstable. If using more than 12V, the voltage regulator may overheat and damage the board. The recommended range is 7 to 12 volts. The power pins are as follows:

  • VIN. The input voltage to the Arduino board when it’s using an external power source (as opposed to 5 volts from the USB connection or another regulated power source). You can supply voltage through this pin, or, if supplying voltage via the power jack, access it through this pin.
  • 5V. This pin outputs a regulated 5V from the regulator on the board. The board can be supply with power either from the DC power jack (7 – 12V), the USB connector (5V), or the VIN pin of the board (7-12V). Supplying voltage via the 5V or 3.3V pins bypasses the regulator, and can damage your board. We don’t advise it.
  • 3V3. A 3.3 volt supply generated by the onboard regulator. Maximum current draw is 50 mA.
  • GND. Ground pins.
  • IOREF. This pin on the Arduino board provides the voltage reference with which the microcontroller operates. A properly configured shield can read the IOREF pin voltage and select the appropriate power source or enable voltage translators on the outputs for working with the 5V or 3.3V.

Memory

The Mega R3 Android Accessory Development Kit (ADK) has 256 KB of flash memory for storing code (of which 8 KB is used for the bootloader); 8 KB of SRAM and 4 KB of EEPROM (which can be read and written with the EEPROM library).

Input and Output

Each of the 50 digital pins on the Mega R3 Android Accessory Development Kit (ADK) 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 . has an internal pull-up resistor (disconnect by default) of 20-50 kOhm. 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). Use 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 for details.
      • PWM: 2 to 13 and 44 to 46. Provide 8-bit PWM output with the analogWrite() function.
      • SPI: 50 (MISO), 51 (MOSI), 52 (SCK), 53 (SS). These pins support SPI communication using the SPI library. The SPI pins are also broken out on the ICSP header, which is physically compatible with the Uno, Duemilanove, and Diecimila.
      • USB Host: MAX3421E.

MAX3421E
  • communicate with Arduino with the SPI bus. So it uses the following pins:
  • Digital: 7 (RST), 50 (MISO), 51 (MOSI), 52 (SCK).
    Note: Please do not use Digital pin 7 as input or output because is used in the communication with MAX3421E
  • Non broken out on headers: PJ3 (GP_MAX), PJ6 (INT_MAX), PH7 (SS).
  • 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.
  • TWI: 20 (SDA) and 21 (SCL). Support TWI communication using the Wire library. Note that these pins are not in the same location as the TWI pins on the Duemilanove or Diecimila.

The Mega R3 Android Accessory Development Kit (ADK) has 16 analog inputs, each of which provides 10 bits of resolution (i.e. 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. There are a couple of other pins on the board:

  • AREF. Reference voltage for the analog inputs. Use with analogReference().
  • Reset. Bring this line LOW to reset the micro-controller. Typically used to add a reset button to shields which block the one on the board.

Communication

The Mega R3 Android Accessory Development Kit (ADK) has a number of facilities for communicating with a computer, another Arduino, or other micro-controllers. The ATmega2560 provides four hardware UARTs for TTL (5V) serial communication. An ATmega8U2 on the board channels one of these over USB and provides a virtual com port to software on the computer (Windows machines will need a .inf file, but OSX and Linux machines will recognize the board as a COM port automatically. The Arduino software includes a serial monitor which allows simple textual data to be sent to and from the board.

The RX and TX LEDs on the board will flash when data is being transmitted via the ATmega8U2/16U2 chip and USB connection to the computer (but not for serial communication on pins 0 and 1). A Software-serial library allows for serial communication on any of the MEGA ADK’s digital pins. The ATmega2560 also supports TWI and SPI communication. The Arduino software includes a Wire library to simplify the use of the TWI bus, see the Wire library for details. For SPI communication, use the SPI library.

The USB host interface given by MAX3421E IC allows the Arduino MEGA ADK to connect and interact to any type of device that has a USB port. For example, allows you to interact with many types of phones, controlling Canon cameras, interfacing with keyboard, mouse and games controllers as Wiimote and PS3.

Programming

The Mega R3 Android Accessory Development Kit (ADK) can be the program with the Arduino software (download). For details, see the reference and tutorials. The ATmega2560 on the MEGA ADK comes preburn with a boot-loader (the same on Mega 2560) that allows you to upload new code to it without the use of an external hardware programmer. It communicates using the original STK500v2 protocol (reference, C header files).

You can also bypass the bootloader and program the microcontroller through the ICSP (In-Circuit Serial Programming) header using Arduino ISP or similar; see these instructions for details. The ATmega8U2 firmware source code is available in the Arduino repository. The ATmega8U2 is load with a DFU bootloader, which can be activated by:

  • On Rev1 boards: connecting the solder jumper on the back of the board (near the map of Italy) and then resetting the 8U2.
  • On Rev2 or later boards: there is a resistor that pulling the 8U2/16U2 HWB line to ground, making it easier to put into DFU mode. You can then use Atmel’s FLIP software (Windows) or the DFU programmer (Mac OS X and Linux) to load a new firmware. Or you can use the ISP header with an external programmer (overwriting the DFU bootloader). See this user-contributed tutorial for more information.

Automatic (Software) Reset

Rather then requiring a physical press of the reset button before an upload, the Arduino MEGA ADK is designed in a way that allows it to be reset by software running on a connected computer. One of the hardware flow control lines (DTR) of the ATmega8U2 is connected to the reset line of the ATmega2560 via a 100 nano-farad capacitor. When this line is asserted (taken low), the reset line drops long enough to reset the chip. The Arduino software uses this capability to allow you to upload code by simply pressing the upload button in the Arduino environment.

This means that the boot-loader can have a shorter timeout, as the lowering of DTR can be well-coordinated with the start of the upload. This setup has other implications. When the MEGA ADK is connected to either a computer running Mac OS X or Linux, it resets each time a connection is made to it from software (via USB). For the following half-second or so, the bootloader is running on the MEGA ADK. While it is programmed to ignore malformed data (i.e. anything besides an upload of new code), it will intercept the first few bytes of data sent to the board after a connection is open.

If a sketch running on the board receives one-time configuration or other data when it first starts; make sure that the software with which it communicates waits for a second after opening the connection and before sending this data. The MEGA ADK contains a trace that can be cut to disable the auto-reset. The pads on either side of the trace can be solder together to re-enable it. It’s the label “RESET-EN”. You may also be able to disable the auto-reset by connecting a 110-ohm resistor from 5V to the reset line; see this forum thread for details.

USB Over-current Protection

The Mega R3 Android Accessory Development Kit (ADK) has a resettable polyfuse that protects your computer’s USB ports from shorts and overcurrent. Although most computers provide their own internal protection, the fuse provides an extra layer of protection. If more than 500 mA is applied to the USB port. The fuse will automatically break the connection until the short or overload is removed.

Physical Characteristics and Shield Compatibility

The maximum length and width of the Mega R3 Android Accessory Development Kit (ADK) PCB are 4 and 2.1 inches respectively; with the USB connector and power jack extending beyond the former dimension. Three screw holes allow the board to be attached to a surface or case. Note that the distance between digital pins 7 and 8 is 160 mil (0.16″); not an even multiple of the 100 mil spacing of the other pins. The MEGA ADK is designed to be compatible with most shields design for the Uno, Diecimila or Duemilanove.

Digital pins 0 to 13 (and the adjacent AREF and GND pins), analog inputs 0 to 5; the power header, and ICSP header are all in equivalent locations. Further, the main UART (serial port) is located on the same pins (0 and 1); as are external interrupts 0 and 1 (pins 2 and 3 respectively). SPI is available through the ICSP header on both the MEGA ADK and Duemilanove / Diecimila.

Please note that I2C is not located on the same pins on the MEGA ADK (20 and 21); as the Duemilanove / Diecimila (analog inputs 4 and 5). 

Package Includes :

1 x Arduino Mega 2560 CH340

1 x Cable for Arduino Mega 2560.

What is the price of Arduino Mega 2560 CH340 in Bangladesh?

The latest price of Arduino Mega 2560 CH340 in Bangladesh is BDT 1,498 You can buy the Arduino Mega 2560 CH340 at best price from our RoboticsBD or visit RoboticsBD Office.

Please note that the product information provided on our website may not be entirely accurate as it is collected from various sources on the web. While we strive to provide the most up-to-date information possible, we cannot guarantee its accuracy. We recommend that you always read the product labels, warnings, and directions before using any product.

Product Images are shown for illustrative purposes only and may differ from the actual product.

Product Details
RBD-1397
51 Items
Arduino Mega 2560 CH340
rating
03/09/2022
Aimaan
Good product with great packaging
Ok
rating
17/08/2022
Pritom Chowdhury
Works fine
Great
rating
17/12/2021
Abdullah Ali Munawar
Just perfect
C
rating
26/07/2021
Asif Ahmed
Good
Good product
rating
11/05/2021
Md. Masrur Saqib
Good product
Nice
rating
22/02/2021
Ekhtiar Riju
Xoss
You might also like
Arduino Mega 2560 R3
Quick view

Reference: RBD-0009

Arduino Mega 2560 R3

54 Digital I/O terminals (14 of which have programmable PWM outputs). 16 Analog Inputs. 4 UARTs (hardware serial ports). 16 MHz crystal clock. RoboticsBD Operating voltage: 6 ~ 12v. Dimensions: 110 x 53 x 15 mm.

Price BDT 1,995
More
In-Stock
On sale! Arduino Uno R3 (Made in Italy)
Quick view

Reference: RBD-0094

Arduino Uno R3

Arduino UNO in Bangladesh Micro-controller : ATmega328. Operating Voltage : 5V. Input Voltage (recommended) : 7-12V. Digital I/O Pins : 14 (of which 6 provide PWM output). Analog Input Pins : 6.

Price BDT 1,100
More
In-Stock
3D Printer Controller for RAMPS 1.4 REPRAP MENDEL PRUSA
Quick view

Reference: RBD-0436

3D Printer Controller for RAMPS 1.4 REPRAP MENDEL PRUSA

Supply Voltage: 12V Standard interfaces (as that of the extruder) Reserved GCI like I2C and RS232 3 MOSFET’s are applied to the heater/ fan and thermistor circuit. Another 5A added to protect the component parts. An 11A fuse is added to the hotbed. Support 5 stepper drive board

Price BDT 2,000
More
In-Stock
Mini Mega 2560 PRO (Embed)...
Quick view

Reference: RBD-1214

Mini Mega 2560 PRO (Embed) CH340G/ATmega2560-16AU

The board is compatible with Mega 2560.  excellent solution for developing projects based on ATmega2560. The board can be powered directly through the Micro USB connector The maximum output current upon 5V is around 800mA, while on the 3.3V it is about 800mA.

Price BDT 1,650
More
In-Stock
30 other products in the same category:
AVR Microcontroller...
Quick view

Reference: RBD-1527

AVR Microcontroller Learning Development Board

Based on ATmega32 8 Bit microcontroller USB external programmer Included Datasheet, Manual, Software & Sample codes All Port pins pins available for peripheral interfacing

Price BDT 3,230
More
In-Stock
50 cm Cable For Arduino...
Quick view

Reference: RBD-2196

50 cm Cable For Arduino UNO/MEGA (USB A to B)

USB Type: Type-A to Type-B Weight: 26 gm. Length: 50 cm Long cable for easy work Fully compatible with the PC. Molded strain relief and PVC over-molding to ensure a lifetime of error-free data transmissions.

Price BDT 130
More
In-Stock
Arduino Pro Mini 328 China
Quick view

Reference: RBD-1523

Arduino Pro Mini 328 China

Microcontroller: ATmega328P Circuit Operating Voltage: 5V Clock frequency: 16MHz. 6 PWM port: D3, D5, D6, D9, D10, D11. Use For Atmel Atmega328P-AU microcontroller. Support serial download. Support 9V battery. A pair of TTL level serial port transceiver : RX / TX.

Price BDT 620
More
In-Stock

Altera Cyclone IV EP4CE6...
Quick view

Reference: RBD-1827

Altera Cyclone IV EP4CE6 FPGA Development Board NIOSII EP4CE PCB and USB Blaster Jtag AS Programmer

Altera Cyclone IV EP4CE6 FPGA Development Board NIOSII EP4CE PCB  USB Blaster Jtag AS Programmer

Price BDT 11,225
More
In-Stock
ESP32 Dev Board CH340 USB-C
Quick view

Reference: RBD-2266

ESP32 Dev Board CH340 USB-C

Versatile and powerful development board for IoT and embedded systems projects. USB Type-C port for reversible plug orientation and easy connection to computer or other devices. Built-in Wi-Fi and Bluetooth module for wireless connectivity. Arduino IDE compatibility for easy code writing and uploading. Suitable for a wide range of applications, including...

Price BDT 610
More
Last items in stock
LilyPad SMD LED White Color
Quick view

Reference: RBD-2241

LilyPad SMD LED White Color

Wearable e-textile technology.  Designed with large sew tabs LED White Color

Price BDT 18
More
In-Stock
On sale! Arduino Uno R3 (Made in Italy)
Quick view

Reference: RBD-0094

Arduino Uno R3

Arduino UNO in Bangladesh Micro-controller : ATmega328. Operating Voltage : 5V. Input Voltage (recommended) : 7-12V. Digital I/O Pins : 14 (of which 6 provide PWM output). Analog Input Pins : 6.

Price BDT 1,100
More
In-Stock
Arduino Nano R3 FT232
Quick view

Reference: RBD-0926

Arduino Nano R3 FT232

Manufacturer: Gravitech Operating Voltage (logic level): 5V 8 analog inputs ports: A0 ~ A7 14 Digital input / output ports: TX, RX, D2 ~ D13 1 pair of TTL level serial transceiver ports RX / TX Using Atmel Atmega328P-AU MCU There is a bootloader installed in it Standard 0.1” spacing DIP (breadboard friendly). Manual reset switch. Please select "Old...

Price BDT 850
More
In-Stock
Cable for Arduino Nano (USB...
Quick view

Reference: RBD-1131

Cable for Arduino Nano (USB 2.0 A to USB 2.0 Mini B) 30cm

Up to 480 Mbps data transfer rate. USB Type: Type-A to Mini-B Weight: 15 gm Length: 30 cm Exclusively designed for Arduino boards.

Price BDT 85
More
In-Stock
Mini Mega 2560 PRO (Embed)...
Quick view

Reference: RBD-1214

Mini Mega 2560 PRO (Embed) CH340G/ATmega2560-16AU

The board is compatible with Mega 2560.  excellent solution for developing projects based on ATmega2560. The board can be powered directly through the Micro USB connector The maximum output current upon 5V is around 800mA, while on the 3.3V it is about 800mA.

Price BDT 1,650
More
In-Stock
ESP32 For Wemos D1 Mini...
Quick view

Reference: RBD-2137

ESP32 For Wemos D1 Mini WIFI Bluetooth Development Board

ESP32 For Wemos D1 Mini For Arduino UNO R3 D1 R32 WIFI Bluetooth Development Board CH340 4M Memory One

Price BDT 890
More
In-Stock
ESP32 ESP-32S NodeMCU Development Board Wireless WiFi
Quick view

Reference: RBD-0948

ESP32 ESP-32S 30P NodeMCU Development Board Wireless WiFi

Built-in Flash: 32Mbit Power supply: 5V WiFi protocol: IEEE 802.11 b/g/n Peripheral interface: UART/GPIO/ADC/DAC/SDIO/PWM/I2C/I2S Logic level: 3.3V

Price BDT 740
More
In-Stock
Arduino Pro Mini 328 5V/16Mhz
Quick view

Reference: RBD-0155

Brand: SparkFun Electronics

Arduino Pro Mini 328 5V/16Mhz

Microcontroller: ATmega328 Circuit Operating Voltage: 5V Clock frequency: 16MHz. Digital I/O Pins: 14 8 analog input port: A0 ~ A7. A pair of TTL level serial port transceiver : RX / TX. 6 PWM port: D3, D5, D6, D9, D10, D11. Support serial download.

Price BDT 680
More
In-Stock
On sale! Arduino LilyPad 328 ATmega328P
Quick view

Reference: RBD-0682

Arduino LilyPad 328 ATmega328P

Microcontroller: ATmega168 or ATmega328V Operating Voltage: 2.7-5.5 V Digital I/O Pins: 14 PWM Channels: 6 Analog Input Channels: 6 DC Current per I/O Pin: 40 mA Board will run from 2V to 5V. The latest version of the LilyPad supports automatic reset for even easier programming. The back side of the LilyPad is now completely flat! RoboticsBD

Price BDT 699
More
In-Stock
1 Meter Mini USB Cable for...
Quick view

Reference: RBD-2162

1 Meter Mini USB Cable for Arduino Nano

USB Type: Type-A to Mini-B Length: 1 meter/ 3.2 Feet Exclusively designed for Arduino boards.  Compatible with Arduino Nano Larger Cable

Price BDT 195
More
In-Stock
ESP-32S ESP-WROOM-32...
Quick view

Reference: RBD-1820

ESP-32S ESP-WROOM-32 Development Board 38P NodeMCU

38 Pin version 2.4GHz Dual-Mode WiFi + Bluetooth Development Board, 38PIN Ultra-Low power consumption works perfectly with the IDE

Price BDT 880
More
In-Stock
ESP32 Dev Board CH9102X
Quick view

Reference: RBD-2269

ESP32 Dev Board CH9102X

Adds WiFi and Bluetooth connectivity to your projects, great for IoT and automation applications Integrated antenna and RF balun, power amplifier, and other features in a small printed circuit board area Low power consumption and safe, reliable, and scalable RF properties Supports Lua programming and Win10 system automatic installation drive Small form...

Price BDT 610
More
Last items in stock
Wemos LOLIN D32 V1 - ESP32...
Quick view

Reference: RBD-2270

Wemos LOLIN D32 V1 - ESP32 - CH340C

Powerful and versatile ESP32 SoC with WiFi and Bluetooth connectivity 4MB of flash memory and 520KB of SRAM for storing firmware and data Compatible with the Arduino development environment for easy programming Input/output pins for connecting to sensors, actuators, and other peripherals Can be programmed using MicroPython, a high-level programming...

Price BDT 610
More
Last items in stock
ESP32-CAM WiFi + Bluetooth...
Quick view

Reference: RBD-1407

ESP32-CAM WiFi + Bluetooth Camera Module Development Board ESP32 With Camera Module OV2640

Flash LED off: 180mA @ 5V. Flash LED on to maximum brightness: 310mA @ 5V. Deep-sleep: 6mA @ 5V min. Modem-sleep: 20mA @ 5V min. Light-sleep: 6.7mA @ 5V min.

Price BDT 848
More
In-Stock
WeMos D1 mini Pro – ESP8266...
Quick view

Reference: RBD-1812

WeMos D1 mini Pro – ESP8266 based WiFi Module

11 digital input/output pins Interrupt/PWM/I2C/one-wire 1 analog input(3.2V max input) 16M bytes(128M bit) Flash External antenna connector Built-in ceramic antenna New CP2104 USB-TO-UART IC

Price BDT 440
More
In-Stock
NodeMcu Lua WIFI Board...
Quick view

Reference: RBD-1821

NodeMcu Lua WIFI Board Based on ESP8266 CP2102 Module

Open-source, Interactive, Programmable, Low cost, Simple, Smart, WI-FI enabled Arduino-like hardware IO Integrated TR switch, balun, LNA, power amplifier and matching network Integrated PLL, regulators, DCXO and power management units Onboard USB to serial chip to easily program and upload codes from the Arduino IDE Embeds logic level converter circuits...

Price BDT 650
More
Out-of-Stock
WeMos D1 CH340 WiFi...
Quick view

Reference: RBD-1602

WeMos D1 CH340 WiFi Development Board ESP8266 ESP-12F

Microcontroller: ESP8266EX Operating Voltage: 3.3V Digital I/O Pins: 11 (all I/O pins have interrupt/PWM/I2C/one-wire capability, except for D0) Analog Input Pins: 1 Flash Memory: 4MB On-Board Switching Power Supply: Input Voltage Range: 9V to 12V Output: 5V at 1A Max

Price BDT 520
More
In-Stock

8051 MCU Learning...
Quick view

Reference: RBD-1544

8051 MCU Learning Development Board Kit

AT89S52 development board zero-based entry AT89S51 learning board 51 microcontroller development board experiment board

Price BDT 8,099
More
In-Stock
AVRISP Atmel STK500 AVR...
Quick view

Reference: RBD-1110

AVRISP Atmel STK500 AVR programmer USB Atmega Attiny

Supports a wide range of ATMEL AVR microcontroller. Works with AVR Studio or WINAVR(GCC) Works with ATMEL AVR Studio 4.13

Price BDT 2,900
More
In-Stock
On sale! STM32F103C8T6 Blue Pill...
Quick view

Reference: RBD-0350

STM32F103C8T6 Blue Pill Development Board

100% Brand new and high quality STM32 Board Model: STM32F103C8T6. Core: ARM 32 Cortex-M3 CPU. Debug mode: SWD. 72MHz work frequency. 64K flash memory, 20K SRAM. RoboticsBD 2.0-3.6V power, I/O.

Price BDT 745
More
In-Stock

XNUCLEO-F411RE - Improved...
Quick view

Reference: RBD-1133

XNUCLEO-F411RE - Improved STM32 NUCLEO Board

Compatible with NUCLEO-F411RE, onboard Cortex-M4 microcontroller STM32F411RET6 Arduino connectivity support, easy to connect with various Arduino shields and access the massive Arduino resources ST Morpho headers provide full access to all STM32 I/Os, easy for peripheral expansion Supports mbed, build prototype quickly by mbed SDK and online tools...

Price BDT 7,990
More
In-Stock
LILYGO® TTGO T-Display...
Quick view

Reference: RBD-1806

LILYGO® TTGO T-Display ESP32 WiFi And Bluetooth Development Board

Based on ESP32 240MHz Xtensa dual-core 32-bit microprocessor Operating Voltage: 2.7V – 4.2V Working Current: 60mA Battery Charging Current: 500mA

Price BDT 2,650
More
In-Stock
ESP8266 CH340 NodeMCU Wifi...
Quick view

Reference: RBD-0694

ESP8266 CH340 NodeMCU Wifi Module Lua V3

Power input: 4.5V ~ 9V (10VMAX), USB-powered Transfer rate: 110-460800bps Support UART / GPIO data communication interface Support Smart Link Smart Networking Working temperature: -40°C ~ + 125°C Drive Type: Dual high-power H-bridge Don’t need to download resetting A great set of tools to develop ESP8266 Flash size: 4MByte Lowest cost WI-FI Note: The...

Price BDT 420
More
In-Stock
Cable For Arduino UNO/MEGA...
Quick view

Reference: RBD-1130

Cable For Arduino UNO/MEGA (USB A to B)-1feet

Fully compatible with the PC. Moulded strain relief and PVC over moulding to ensure a lifetime of error-free data transmissions. Aluminium under mould shield helps meet FCC requirements on KMI/RFI interference. Foil and braid shield complies with fully rated cable specifications reducing EMI/FRI interference.

Price BDT 80
More
In-Stock
Arduino Micro R3
Quick view

Reference: RBD-2126

Arduino Micro R3

Manufacturer: China Support TWI and SPI communication Input voltage (recommended) range from 7V to 12V Input Voltage (limit) range from 6V to 20V 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs) Onboard ATmega32u4 microcontroller with 32KB flash memory, 2.5KB SRAM and 1KB EEPROM

Price BDT 1,390
More
In-Stock
Customers who bought this product also bought:
Soldering Iron Tip Cleaner
Quick view

Reference: RBD-1159

Soldering Iron Tip Cleaner

Removes all Solder Residue Low cost and high-quality Ideal replacement for the old sponges. Removes excess solders from soldering iron tips Provides extended tip life

Price BDT 349
More
In-Stock
5.08mm Pitch Spring...
Quick view

Reference: RBD-1186

5.08mm Pitch Spring Terminal Connector 2P KF142R Straight Pin PCB Mounted Screw Connectors

5.08mm pitch. Pin header: Tin plated brass. Contacts: Nickel plated brass. Strong, compact, lightweight. Heat resistant.

Price BDT 24
More
In-Stock
ESP8266 ESP-01 Serial WiFi Wireless Adapter Module
Quick view

Reference: RBD-0698

ESP8266 ESP-01 Serial WiFi Wireless Adapter Module

On-board level shift circuit Arduino UNO R3 and the compatible board can directly connect to this module; Interface logic voltage: 3.3V / 5V compatible(On-board level shift circuit); Working voltage: 4.5~5.5V (Onboard 3.3V LDO Regulator); Working current: 240mA(MAX).RoboticsBD

Price BDT 110
More
Last items in stock
HSM-20G analog temperature...
Quick view

Reference: RBD-0163

HSM-20G analog temperature & humidity sensor

Product Type: Humidity Module Sensor Working voltage range DC 5.0±0.2V    Output voltage range (corresponding to 0-100%RH) DC 1-3.19V    Test accuracy 5% RH

Price BDT 780
More
In-Stock
3.5inch Touch LCD Shield...
Quick view

Reference: RBD-1219

3.5inch Touch LCD Shield for Arduino

Supports development boards such as Arduino UNO and Mega2560 for plug-in use without wiring 480X320 resolution, clear display, support for touch function Support 16-bit RGB 65K color display, display rich colors 8-bit parallel bus, faster than serial SPI refresh On-board 5V/3.3V level shifting IC, compatible with 5V/3.3V operating voltage Easy to expand...

Price BDT 1,680
More
In-Stock
Raspberry Pi Heat Sink 3 Pcs
Quick view

Reference: RBD-1247

Raspberry Pi Heat Sink 3 Pcs

Reduces the risk of hardware failure due to overheating Low profile, will fit into most cases. Simple, Passive cooling. No need for noisy fans. Perfectly sized for the RPi’s CPU

Price BDT 150
More
In-Stock
MQ-7 Carbon Monoxide Gas Sensor
Quick view

Reference: RBD-0676

MQ-7 Carbon Monoxide Gas Sensor

Operating voltage: DC 5 V. The analog output voltage, the higher the concentration the higher the voltage. The carbon monoxide detection with better sensitivity. With a long service life and reliable stability. Rapid response and recovery characteristics. Range: 10 to 1000 ppm. RoboticsBD

Price BDT 178
More
In-Stock
- BDT 8 Reduced price 2 Channel Relay Board Module Optocoupler LED for Arduino PiC ARM
Quick view

Reference: RBD-0408

2 Channel 5V Relay Board Module

Low Level Trigger Relay Module. RoboticsBD Two separate LEDs for On/Off indication of the Relay. Triggering input voltage 3.3V – 5V Two separate LEDs for On/Off indication of the Relay Triggering input voltage 3.3V – 5V 4) Back EMF protection Back EMF protection 2 LEDs to indicate when relays are ON. Works with logic level signals from 3.3V or 5V devices...

Price BDT 153 Regular price BDT 161
More
In-Stock

Our last Google reviews