Reference: RBD-1354
Jumper Wire Single 20cm
Length: 8 inches/20 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: RBD-1354
Length: 8 inches/20 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: RBD-0351
Contactless transmission of data and supply energy (no battery needed) Operating distance: Up to 100mm (depending on antenna geometry) RoboticsBD Operating frequency: 13.56MHz Data transfer: 106 kbit/s Data integrity: 16 Bit CRC, parity, bit coding bit counting Anticollision Typical ticketing transaction: <100 ms ( including backup management)...
Reference: 0245
Choose your desire Resistor value from below:
Reference: 0031
3 Types Available (Please select from option) 1. Male to Male 2. Male to Female 3. Female-Female
Reference: RBD-0768
Size: 5mm Color: RED Head Shape: Round Lens Appearance: Transparent
Reference: RBD-0761
Breadboard friendly Mounting Style: Through Hole Mounting Direction: Vertical
Reference: 1353
Length: 12.5 inches/30 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
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:
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.
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. Featured By RoboticsBD.
Product Images are shown for illustrative purposes only and may differ from the actual product.
RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD
*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
RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD
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 |
Country of Origin/Manufacture | China |
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 |
Please allow 5% measuring deviation due to manual measurement.
RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD
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:
MAX3421E
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:
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:
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).
1 x Arduino Mega 2560 CH340
1 x Cable for Arduino Mega 2560.
RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD
RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD
The latest price of Arduino Mega 2560 CH340 in Bangladesh is BDT 1,345 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. |
Reference: RBD-0009
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.
Reference: RBD-0094
The Arduino Uno R3 High-Quality Edition 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. The Arduino Uno R3 High-Quality Edition embodies superior craftsmanship and meticulous attention to detail, resulting in...
Reference: RBD-0436
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
Reference: RBD-1214
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.
Reference: RBD-2371
Our ESP32 core board is the perfect solution for anyone who wants an easy and convenient way to connect their peripherals. With our board, you'll have everything you need to develop and debug your own applications. The ESP-WROOM-32 module is a leading WiFi + Bluetooth solution that integrates with TSMC's low-power 40nm technology. This means that our...
Reference: RBD-1808
Model: F407VE-512K STM32F407VET6 development board F407 microcontroller learning board STM32 system board
Reference: RBD-0154
Microcontroller: ATmega32u4 Operating Voltage: 5V Input Voltage (Recommended): 7-12V Input Voltage (limits): 6-20V Digital I/O Pins: 20 PWM Channels: 7 Analog Input Channels: 12
Reference: RBD-2765
The ESP32-S3 WROOM Development Kit 2 is a comprehensive development solution based on the ESP32-S3-WROOM-1 module, featuring an onboard PCB antenna and advanced peripherals. This kit comes bundled with an OV5640 camera, providing a complete hardware platform for prototyping and developing IoT, AI, and wireless communication applications.
Reference: RBD-1214
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.
Reference: RBD-2267
Integrated Wi-Fi and Bluetooth connectivity make this board a great choice for IoT projects and robotics. The ESP32 chip on the board is a dual-core microcontroller that operates at up to 240 MHz, providing ample processing power for complex projects. With 520 KB of SRAM and 4 MB of flash memory, the board has plenty of memory for storing and running...
Reference: RBD-1603
USB-TTL converter. Logic Level: 5V. Operating Supply Voltage: 5V. Digital I/O Pins: 14. Analog I/O Pins: 6.
Reference: RBD-0094
The Arduino Uno R3 High-Quality Edition 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. The Arduino Uno R3 High-Quality Edition embodies superior craftsmanship and meticulous attention to detail, resulting in...
Reference: RBD-0987
Compatible with Arduino NANO All digital and analog pins breakout Compact size; External power supply current support Leads all pins out, convenient for wiring and doing experiments.
Reference: RBD-2199
Compatible with the Arduino IDE, making it easy for beginners to start using Smaller and cheaper than traditional Arduino boards Powered by a 16.0 MHz microcontroller Fully assembled except for headers, allowing for easy soldering Great for projects where size and cost are a concern Perfect for beginners to jump into electronics Can be used for a variety...
Reference: RBD-0009
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.
Reference: RBD-2196
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.
Reference: RBD-2679
STM32F103C8T6 ARM Development Board Module with Type-C Interface and Enhanced Memory Enhance your embedded system projects with the STM32F103C8T6 ARM development board module. Featuring a Type-C interface for easy connectivity, this module offers seamless one-click download capability. With an upgraded BOOT switch, you can easily perform upgrades without...
Reference: RBD-2379
FREENOVE ESP32-S3-WROOM CAM Board (Compatible with Arduino IDE), Onboard Camera Wireless, Python C Code, Detailed Tutorial, Example Projects ESP32-S3-WROOM -> A powerful and small controller with onboard camera and wireless. 1GB Memory Card -> Can be inserted into the ESP32-S3 board to store files. (Included in this kit.) 2 tutorials with...
Reference: RBD-2335
The Arduino Uno R3 Standard-Quality Edition 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 We are pleased to present a more cost-effective version of the Arduino Uno R3, a widely acclaimed and versatile platform for electronics...
Reference: RBD-2238
Wearable e-textile technology. Designed with large sew tabs LED Blue Color
Reference: RBD-2131
ESP32-S2 based WIFI development board Features S2FN4R2 WIFI IC Equipped with 4MB FLASH and 2MB PSRAM Type-C USB connectivity 27 digital input/output pins with support for interrupt/pwm/I2C/single wire ADC, DAC, I2C, SPI, UART, USB OTG
Reference: RBD-2164
WeMos D1 R32 Mini ESP32 WIFI Bluetooth Development Board CH340 chip for compatibility with Arduino UNO R3 Supports WIFI and Bluetooth connectivity Comes with a Type-B/Micro USB adapter
Reference: RBD-1806
Based on ESP32 240MHz Xtensa dual-core 32-bit microprocessor Operating Voltage: 2.7V – 4.2V Working Current: 60mA Battery Charging Current: 500mA
Reference: RBD-1407
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. Programmer: ESP32-CAM-MB MICRO USB Download Module The ESP32 CAM does not come pre-assembled with the camera. You'll need to connect the camera ribbon cable to the board, a task which can be...
Reference: RBD-2651
D1 Mini board with 4 MB flash memory and ESP8266 chipset. The board can be programmed with Arduino IDE, has the CH340 USB chipset and allows you to create IoT devices quickly and easily.
Reference: RBD-1255
Integrated 0.96″ OLED Micro USB connection Compatible with Arduino Compatible with NodeMCU(Lua for ESP8266) Input Power 5V Compatible for Arduino Compatible with NodeMCU(Lua for ESP8266)A high-quality USB cable is essential for this board to ensure sufficient current supply; otherwise, your board may not be recognized by the Windows Device Manager. Please...
Reference: RBD-2483
Brand: Arduino Official
Arduino Opta, specially designed for PLC engineers, is a secure, easy-to-use micro PLC with industrial IoT capabilities. Opta is equipped with frequently used networks and protocols in multiple industries, and supports both Arduino sketch and standard PLC languages, including LD (Ladder Logic Diagram) and FBD (Function Block Diagram). Its powerful...
Reference: RBD-2271
Wide compatibility with ESP32-DevKitC(30P) series boards Safe and reliable with stable power and signal transmission Extended GVS interface for easy connection to various electronic modules and sensors JUMP interface for easy reuse of all pins, making it ideal for DIY projects Versatile and reliable option suitable for a wide range of projects
Reference: RBD-0576
Chipboard STM32F103C8T6 On board, SWIM interface and reset button Micro USB line or the 2.54 pin to link to the power with the input voltage 4.5V-15V. Power light and the Demo indicator light Leads all the pins and has detailed label for the Pins. Support SWIM debug mode. RoboticsBD
Reference: RBD-0323
Microcontroller ATmega328 (SMD) – Interface CH340G Operating Voltage: 5V Input Voltage (recommended): 7-12V Digital I / O Pins 14 (of which 6 provide PWM output) RoboticsBD Analog Input Pins: 6 A programming cable is included.
Reference: RBD-2484
Brand: Arduino Official
The new Arduino UNO R4 development board comes in two versions: the UNO R4 WiFi and the UNO R4 Minima. It runs on the Renesas RA4M1 (Arm Cortex®-M4) processor with a clock speed of 48MHz, which provides a 3x increase over the UNO R3. In addition to that, the SRAM has been upgraded from 2kB to 32kB and the flash memory has been increased from 32kB to 256kB...
Reference: RBD-2417
The Nano EVERY development board is designed as a replacement for the classic Arduino Nano - both by the layout of the pins and the shape of the board. The main microprocessor is the Atmel A4808 with larger RAM and FLASH memory compared to the classic nano. Another advantage is, for example, the ATSAMD11D14A converter, which does not require complex...
Reference: RBD-1527
Based on ATmega32 8 Bit microcontroller USB external programmer Included Datasheet, Manual, Software & Sample codes All Port pins pins available for peripheral interfacing
Reference: RBD-1809
Digispark Pro ATtiny167 Micro USB 16MHz
Reference: RBD-1717
Wide voltage operation: 3.3~5.5V 0~2.3V analog signal output, compatible with 5V, 3.3V two control systems The excitation source is an AC signal, effectively preventing probe polarization Waterproof probe for long-term immersion in water
Reference: RBD-2154
Single row. 2.54mm pitch. 1 x 40 pins. Surface mount.
Reference: RBD-0822
S49E hall sensor Features wide-range voltage comparator LM393 Signal output indicator Analog / Digital output
Reference: RBD-0912
Model: 8020 Shaft Size: 1.0 mm Rated Voltage: 3.7 V. Rated RPM: 39000. Wire Length: 6cm Prop. Length: 55
Reference: RBD-1298
Overtemperature Protection Logical “0” Input Voltage Up To 1.5 V (High Noise Immunity) Internal Clamp Diodes. Featuring Unit rode L293 and L293D Wide Supply-Voltage Range: 4.5 V to 36 V Separate Input-Logic Supply Internal ESD Protection Thermal Shutdown High-Noise-Immunity Inputs
Reference: RBD-0159
Provides a user-friendly interface that allows users to go through the menu, make selections etc. It consists of a 1602 white character blue backlight LCD. The keypad consists of 6 keys select, up, right, down, left and reset. To save the digital IO pins, the keypad interface only uses one ADC channel. The key value is read out through a 5 stage voltage...
Reference: RBD-1319
High Quality Extra power Rechargeable Must be Charged after purchase Constant 9V Output till lasts Metal Jacket Body Good Built Quality and hence Leakproof Easy to install and Replace Corrosion free Connector Point for long-term use 0% Mercury and Cadmium. Environment-friendly OEM Compatible. *** New Batteries must be charged before use.
Reference: RBD-0834
Glue Gun Sticks Hot melts easy use Multipurpose Perfect for home repairs, hobbies and crafts, Standard sealing wax sticks require less reloading. AC 100 V - 240 V, 50 Hz / 60 Hz Glue gun Uses standard hot melt glue sticks Fold-out stand for safe handy storage while in use. RoboticsBD