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

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

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 somewhat challenging. It's essential to ensure proper connection, as the camera will not function otherwise. Forceful insertion can damage both the camera and the connector. We recommend using tweezers for precision and urge you to exercise patience during this process.

BDT 848
rating Read the 42 reviews
Average rating: 4.5/5 - Number of reviews: 42
Quantity
In-Stock

120 people have purchased this item in last 12 months
798 people recently added this item to the cart
137 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 ESP32 CAM WiFi Module Bluetooth with OV2640 Camera Module 2MP For Face Recognization has a very competitive small-size camera module that can operate independently as a minimum system with a footprint of only 40 x 27 mm; a deep sleep current of up to 6mA and is widely used in various IoT applications. RoboticsBD

It is suitable for home smart devices, industrial wireless control, wireless monitoring, and other IoT applications.

This module adopts a DIP package and can be directly inserted into the backplane to realize rapid production of products, providing customers with high-reliability connection mode, which is convenient for application in various IoT hardware terminals. RoboticsBD

ESP integrates WiFi, traditional Bluetooth, and BLE Beacon, with 2 high-performance 32-bit LX6 CPUs, 7-stage pipeline architecture. It has the main frequency adjustment range of 80MHz to 240MHz, on-chip sensor, Hall sensor, temperature sensor, etc.  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 

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 somewhat challenging. It's essential to ensure proper connection, as the camera will not function otherwise. Forceful insertion can damage both the camera and the connector. We recommend using tweezers for precision and urge you to exercise patience during this process.

Step 3: Installing the ESP32 Arduino Core

Launch the Arduino IDE and navigate to File > Preferences.

Arduino IDE Preferences

Fill in the “Additional Board Manager URLs” field with the following.

https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

Then, click the “OK” button.

Arduino IDE ESP32 Json URL

If you have already entered the URL for the ESP8266 boards or any other board, you can click on the icon to the right of the field to open a window where you can add additional URLs, one for each row.

esp32 and esp8266 board manager urls

Now navigate to Tools > Board > Boards Manager…

Arduino IDE Boards Manager

Filter your search by entering ‘esp32‘. Look for ESP32 by Espressif Systems. Click on that entry, and then choose Install.

Arduino IDE ESP32 Package

Selecting the Board and Port

After installing the ESP32 Arduino Core, restart your Arduino IDE and navigate to Tools > Board > ESP32 Arduino and select AI-Thinker ESP32-CAM.

selecting esp32cam board arduino ide boards manager

Now connect the ESP32-CAM to your computer using a USB cable. Then, navigate to Tools > Port and choose the COM port to which the ESP32-CAM is connected.

esp32 cam port selection

That’s it; the Arduino IDE is now set up for the ESP32-CAM!

ESP32-CAM Example 2 : Live Video Streaming Server

Let’s try running the CameraWebServer sketch. This sketch transforms the ESP32-CAM into a full-featured webcam, complete with features like face detection and a ton of customization options. This is a very impressive example of what the ESP32-CAM can do!

You can find this example under File > Examples > ESP32 > Camera > CameraWebServer.

esp32 cam camerawebserver example

We’ll need to make a few changes to get this to work with your ESP32-CAM.

You must choose the appropriate camera model. Because we’re using the AI-THINKER model here, uncomment it and comment all the other models.

// ===================
// Select camera model
// ===================
//#define CAMERA_MODEL_WROVER_KIT // Has PSRAM
//#define CAMERA_MODEL_ESP_EYE // Has PSRAM
//#define CAMERA_MODEL_ESP32S3_EYE // Has PSRAM
//#define CAMERA_MODEL_M5STACK_PSRAM // Has PSRAM
//#define CAMERA_MODEL_M5STACK_V2_PSRAM // M5Camera version B Has PSRAM
//#define CAMERA_MODEL_M5STACK_WIDE // Has PSRAM
//#define CAMERA_MODEL_M5STACK_ESP32CAM // No PSRAM
//#define CAMERA_MODEL_M5STACK_UNITCAM // No PSRAM
#define CAMERA_MODEL_AI_THINKER // Has PSRAM
//#define CAMERA_MODEL_TTGO_T_JOURNAL // No PSRAM
// ** Espressif Internal Boards **
//#define CAMERA_MODEL_ESP32_CAM_BOARD
//#define CAMERA_MODEL_ESP32S2_CAM_BOARD
//#define CAMERA_MODEL_ESP32S3_CAM_LCD

Next, you need to tell the ESP32-CAM about your wireless network. Fill in the following variables with your network credentials:

const char* ssid = "REPLACE_WITH_YOUR_SSID";
const char* password = "REPLACE_WITH_YOUR_PASSWORD";

The code that needs to be modified is highlighted in yellow.

esp32 cam camerawebserver changes highlighted

The code is now ready to be uploaded to the ESP32-CAM.

Accessing the Video Streaming Server

Once you have uploaded the sketch, open the serial monitor at baud rate 115200 and press the Reset button on the ESP32-CAM. You should see the IP address in the Serial Monitor.

esp32 cam ip address

Launch a browser and enter the IP address shown on the serial monitor. Ensure that the web browser is on the same network that the ESP32-CAM is connected to.

The ESP32-CAM should display a web page. To begin video streaming, press the Start Stream button.

esp32 cam live video streaming

You can play around with various camera settings in the left pane. For instance, you can alter the video’s resolution and frame rate, as well as its brightness, contrast, saturation, and the like.

esp32 camerawebserver controls

Simply hit the Get Still button to take a picture. Note that images are downloaded to the computer rather than being saved to the microSD card.

Pin Diagram:

Features :

ESP32-CAM :

  1. The smallest 802.11b/g/n Wi-Fi BT SoC module.
  2. Low power 32-bit CPU, can also serve the application processor.
  3. Up to 160MHz clock speed, summary computing power up to 600 DMIPS.
  4. Built-in 520 KB SRAM, external 4MPSRAM.
  5. Supports UART/SPI/I2C/PWM/ADC/DAC.
  6. Support OV2640 and OV7670 cameras, built-in flash lamp.
  7. Support image WiFI upload.
  8. Supports TF card.
  9. Supports multiple sleep modes.
  10. Embedded Lwip and FreeRTOS.
  11. Supports STA/AP/STA+AP operation mode.
  12. Support Smart Config/AirKiss technology.
  13. Support for serial port local and remote firmware upgrades (FOTA).

Specifications :

  1. Wireless Module: ESP32-S WiFi 802.11 b/g/n + Bluetooth 4.2 LE module with PCB antenna, u.FL connector, 32Mbit SPI flash, 4MBit PSRAM.
  2. External Storage: micro SD card slot up to 4GB.
  3. CameraExpansion: 16x through-holes with UART, SPI, I2C, PWM.
    • FPC connector.
    • Support for OV2640 (sold with a board) or OV7670 cameras.
    • Image Format: JPEG( OV2640 support only ), BMP, grayscale.
    • LED flashlight.
  4. Misc: Reset button.
  5. Power Supply: 5V via pin header.
  6. Power Consumption.Dimensions (ESP32): 40 x 27 x 12 (LxWxH) mm.
    1. Flash LED off: 180mA @ 5V.
    2. Flash LED on to maximum brightness: 310mA @ 5V.
    3. Deep-sleep: 6mA @ 5V min.
    4. Modem-sleep: 20mA @ 5V min.
    5. Light-sleep: 6.7mA @ 5V min.
  7. Temperature Range: Operating: -20 ℃ ~ 85 ℃; storage: -40 ℃ ~ 90 ℃ @ < 90%RH.

Documentation:

  1. ESP32-CAM Video Streaming and Face Recognition with Arduino IDE
  2. Interfacing with arduino

Package Includes :

1 x ESP32 CAM WiFi Module.

1 x OV2640 Camera Module 2MP.

RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

What is the price of ESP32-CAM WiFi + Bluetooth Camera Module Development Board ESP32 With Camera Module OV2640 in Bangladesh?

The latest price of ESP32-CAM WiFi + Bluetooth Camera Module Development Board ESP32 With Camera Module OV2640 in Bangladesh is BDT 848 You can buy the ESP32-CAM WiFi + Bluetooth Camera Module Development Board ESP32 With Camera Module OV2640 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-1407
137 Items
Quality
rating
15/02/2025
Tareq Sujat
Really good quality and easy to use.
cam module
rating
09/12/2024
Mohammed
Works as intended
B
rating
02/11/2024
Luban
Price too much
Good quality
rating
13/09/2024
Md Rifatuddin
Good quality
Good
rating
01/09/2024
Avijit Paul
Good enough
They scammed me by giving a faulty board
rating
01/09/2024
Iftekharul Islam Iftee
I had went to their office to but this board, usually it costs less (around 600) but they took 800+, I had also told their engineer to ensure if the ESP32 works or not, they had ensured me it will work, but in the first day when I tried it, it doesn\'t! It was a complete disappointment and they\'ve broken my trust. And they don\'t even have a proper refund/return policy so I don\'t even now what to do with this loss of mine... My recommendation for buyers is to buy from other electronics shop, you\'ll get refunds for faulty stuff and also it\'ll cost way less than they do..
Camera Module
rating
12/06/2024
Md Sajibur Rahman
A Development kit that is a good option to develop something with camera in this budget
gd
rating
03/06/2024
Md Anwarul Islam
nice
Works
rating
28/05/2024
Yusha
Works, but gets a bit hot.
Esp32
rating
24/05/2024
Md. Kawsar Khan
Good
Great for Projects
rating
17/04/2024
MD. Adon Al Raiyan
A great thing to use in various projects and so.
rating
12/04/2024
Robot Lover
Very awesome product
A
rating
25/02/2024
Ev an
. a
Got exactly what I asked for.
rating
17/02/2024
Raufun Ahsan
The product is performing as expected. Delivery was fast and packaging was also satisfactory.
rating
06/01/2024
Mrinmoye Das Piu
Gd
.
rating
03/01/2024
বাতেন
.
Valo
rating
31/12/2023
Md sojol
Valo
Clone
rating
08/12/2023
Md. Shaeak
Don’t buy esp-32 Cam from them
Best
rating
26/11/2023
Roky
Cheap & best micro controller
Good
rating
05/10/2023
Tahsin
Good
Bad
rating
30/08/2023
Tanvir
Bad product
N
rating
06/08/2023
Sirajis Salekeen
N
Good
rating
24/07/2023
Ifaz
good
ESP32-CAM WiFi + Bluetooth Camera Module Develo
rating
06/07/2023
Saif Islam
gd
.
rating
22/06/2023
Miju
good
This module isnt working
rating
14/01/2023
Shakil Tanvir
Its a chinese clone module. Remember always before buying. I have so many issues for this product.
A little blurry but good
rating
23/11/2022
Ikram
The overall camera footage is quite good, the flash also works fine but at times the video has some zitters, becomes blurry which is not intended
ESP32-CAM WiFi + Bluetooth Camera Module Develop
rating
16/11/2022
fatema jannat momo
dose not work. nosto cam dia hoiche
Good
rating
07/11/2022
Shuvro
Good
Ok
rating
01/08/2022
Kishalay Dhar
Ok
Esp32Cam
rating
23/04/2022
Md Sharifuzzaman
Very good
Good product
rating
18/11/2021
Taher Muhammad Mahdee
Has better camera than cheaper options on other places
ESP32-CAM WiFi + Bluetooth Camera Module
rating
04/10/2021
MD MAHFUJUR RAHMAN
The quality of the product is good.
Variety
rating
12/09/2021
Rashedul Rana
You can find different varieties of product
Good product.
rating
13/08/2021
Abir Hasan
Everything works perfectly.
Network connection problem
rating
22/05/2021
Noyon Ahmed
Network not connected after uploading the program. circuit connected with 5v, gnd, Uot, Uor, and Io0 sorted with ground. following every instruction but still not connected.
great board.
rating
03/04/2021
Minhaj
consider buying a FTDI USB-TTL board with it as it can\'t be directly interfaced with PC
Good quality
rating
03/03/2021
Md. Masrur Saqib
.
Professional and friendly Service
rating
28/11/2020
Shaikh Abu Reza
I got everything I wanted from single source, very professional service and very friendly and helpful
Not fully recommended for everybody.
rating
29/10/2020
Al Imran Suvro
Just received in good condition like product pictures. The ribbon condition is not a good, 10-degree angle on the left side.
Packaging
rating
01/10/2020
Rahat Khan
The packaging is great. Never find any fault in any product.
good one
rating
27/09/2020
md. kamruzzaman
thanks
You might also like
ESP32-CAM External Antenna Robotics Bangladesh
Quick view

Reference: RBD-1852

ESP32-CAM External Antenna

IPEX To SMA Female External Antenna Adapter SMA Male Antenna for 2.4G WIFI Module Only Antenna and Adapter RF Cable  ESP32 Cam is not included

Price BDT 290
More
In-Stock
OV2640 2.0 Mega Pixel 1/4'' CMOS Image Sensor Camera Module Robotics Bangladesh
Quick view

Reference: RBD-1976

OV2640 2.0 Mega Pixel 1/4'' CMOS Image Sensor Camera Module

High sensitivity for Low-Light Operation. Low Operating Voltage for Embedded Portable Apps. Supports Scaling. The Standard SCCB Interface is Compatible with the I2C Interface.

Price BDT 299
More
In-Stock
ESP32-CAM-MB MICRO USB Download Module for ESP32 CAM Development Board Robotics Bangladesh
Quick view

Reference: RBD-2044

ESP32-CAM-MB MICRO USB Download Module for ESP32 CAM Development Board

Model: ESP32-CAM-MB Color: Black Chipset: CH340G Connectivity Technology: USB Note: The camera module is not included with the board.

Price BDT 220
More
In-Stock
30 other products in the same category:
Arduino Due Robotics Bangladesh
Quick view

Reference: RBD-0136

Arduino Due

Microcontroller: AT91SAM3X8E Operating Voltage: 3.3V Input Voltage (recommended): 7-12V Input Voltage (limits): 6-16V Digital I/O Pins: 54 (of which 12 provide PWM output) Analog Input Pins: 12 Analog Outputs Pins: 2 (DAC) A 32-bit core, that allows operations on 4 bytes wide data within a single CPU clock. CPU clock at 84Mhz 96KBytes of SRAM

Price BDT 3,500
More
In-Stock
MicroPython Board R3 ATmega328P+ESP8266, 8Mb flash, USB-TTL CH340G, Micro-USB Robotics Bangladesh
Quick view

Reference: RBD-1603

MicroPython Board R3 ATmega328P+ESP8266, 8Mb flash, USB-TTL CH340G, Micro-USB

USB-TTL converter. Logic Level: 5V. Operating Supply Voltage: 5V. Digital I/O Pins: 14. Analog I/O Pins: 6.

Price BDT 1,200
More
In-Stock
On sale! Arduino Uno R3 Robotics Bangladesh
Quick view

Reference: RBD-0094

Arduino Uno R3

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...

Price BDT 1,100
More
In-Stock

XNUCLEO-F411RE - Improved STM32 NUCLEO Board Robotics Bangladesh
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
Last items in stock
NodeMCU ESP8266 with 0.96 Inch OLED Module Development Board Robotics Bangladesh
Quick view

Reference: RBD-1255

NodeMCU ESP8266 with 0.96 Inch OLED Module Development Board

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...

Price BDT 1,250
More
In-Stock
Altera Cyclone IV FPGA EP4CE6E22C8N EP4CE6 Development Board Robotics Bangladesh
Quick view

Reference: RBD-1807

Altera Cyclone IV FPGA EP4CE6E22C8N EP4CE6 Development Board

Altera Cyclone IV FPGA EP4CE6E22C8N EP4CE6 Development Board

Price BDT 4,990
More
In-Stock
Arduino Pro Micro 5V/16MHz Type-C Robotics Bangladesh
Quick view

Reference: RBD-2053

Arduino Pro Micro 5V/16MHz Type-C

ATMEGA32U4 running in 5V / 16MHz Support Arduino IDE V1.0.1 Micro USB interface programming on the board Four 10-bit ADC pin 12 digital I / O (5 PWM capability) Rx and Tx hardware serial connection. RoboticsBD

Price BDT 950
More
Out-of-Stock
Mini Mega 2560 PRO (Embed) CH340G/ATmega2560-16AU Robotics Bangladesh
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
1 Meter Mini USB Cable for Arduino Nano Robotics Bangladesh
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
ESP32 Dev Board CH340 USB-C Robotics Bangladesh
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
In-Stock

Nextion NX8048T050 - 5.0" LCD TFT HMI Touch Display Robotics Bangladesh
Quick view

Reference: RBD-1218

Nextion NX8048T050 - 5.0" LCD TFT HMI Touch Display

Model No.:NX8048T050 Display Type:011R(R:Resitive Touchscreen) Operating Voltage (VDC):4.75 ~ 7 Max. Operating Current (mA):410 Touch Type: Resistive Colors:65K (65536)

Price BDT 8,250
More
In-Stock
LilyPad SMD LED White Color Robotics Bangladesh
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
TI MSP430 LaunchPad Robotics Bangladesh
Quick view

Reference: RBD-1216

TI MSP430 LaunchPad

14-/20-pin DIP (N) Socket 20 pin LaunchPad standard leveraging the BoosterPack ecosystem On-Board EZ-FET emulator featuring EnergyTrace™ technology Supports MSP430G2xx2, MSP430G2xx3, and MSP430F20xx devices in PDIP14 or PDIP20 packages 1 user buttons and 3 LEDs for user interaction

Price BDT 1,999
More
In-Stock

Altera Cyclone IV EP4CE6 FPGA Development Board NIOSII EP4CE PCB and USB Blaster Jtag AS Programmer Robotics Bangladesh
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 For Wemos D1 Mini WIFI Bluetooth Development Board Robotics Bangladesh
Quick view

Reference: RBD-2137

ESP32 For Wemos D1 Mini WIFI Bluetooth Development Board

ESP32 Development Board Integrated antenna and RF balun Dual-mode Wi-Fi and Bluetooth chips Small size and high performance-price ratio Compatible with Arduino

Price BDT 890
More
In-Stock
NANO V3.0 Upgraded MH-Tiny ATTINY88 Micro Development Board 16MHz Robotics Bangladesh
Quick view

Reference: RBD-2199

NANO V3.0 Upgraded MH-Tiny ATTINY88 Micro Development Board 16MHz

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...

Price BDT 530
More
In-Stock
ESP32 30P Development Expansion board Robotics Bangladesh
Quick view

Reference: RBD-2271

ESP32 30P Development Expansion board

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

Price BDT 450
More
In-Stock
WeMos D1 CH340 WiFi Development Board ESP8266 ESP-12F Robotics Bangladesh
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

Arduino Pro Mini PLC Relay Board Robotics Bangladesh
Quick view

Reference: RBD-1684

Arduino Pro Mini PLC Relay Board

8 Channel DC 12V Pro mini Relay Shield Module PLC Timer Board for Arduino 

Price BDT 6,990
More
In-Stock
AVR Microcontroller Learning Development Board Robotics Bangladesh
Quick view

Reference: RBD-1527

AVR Microcontroller Learning Development Board

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

Price BDT 3,230
More
In-Stock
Cable for Arduino Nano (USB 2.0 A to USB 2.
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
Cable For Arduino UNO/MEGA (USB A to B)-3.
Quick view

Reference: RBD-1761

Cable For Arduino UNO/MEGA (USB A to B)-3.2 Feet/1Meter

USB Type: Type-A to Type-B Weight: 80 gm. Length: 1m / 3.2Feet 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 195
More
In-Stock
ATmega328P-PU PDIP-28 Microcontroller Robotics Bangladesh
Quick view

Reference: RBD-1215

ATmega328P-PU PDIP-28 Microcontroller

131 powerful instructions – Most Single Clock Cycle Execution 32 x 8 general purpose working registers Fully static operation Up to 20MIPS throughput at 20MHz On-chip 2-cycle multiplier Write/erase cycles: 10,000 flash/100,000 EEPROM Optional boot code section with independent lock bits In system programming by on-chip boot program True read while write...

Price BDT 840
More
In-Stock
LilyPad SMD LED Red Color Robotics Bangladesh
Quick view

Reference: RBD-2239

LilyPad SMD LED Red Color

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

Price BDT 18
More
In-Stock
LilyPad Slide Switch Robotics Bangladesh
Quick view

Reference: RBD-2244

LilyPad Slide Switch

Wearable e-textile technology.  Designed with large sew tabs Slide Switch

Price BDT 48
More
In-Stock
Arduino Micro R3 Robotics Bangladesh
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
Wemos LOLIN D32 V1 - ESP32 - CH340C Robotics Bangladesh
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
In-Stock
1 Meter Micro USB Cable for Arduino, Node MCU and Flight Controllers Robotics Bangladesh
Quick view

Reference: RBD-2160

1 Meter Micro USB Cable for Arduino, Node MCU and Flight Controllers

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 195
More
In-Stock
NodeMcu Lua WIFI Board Based on ESP8266 CP2102 Module Robotics Bangladesh
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 Easy to use breadboard friendly form...

Price BDT 650
More
In-Stock
LilyPad SMD LED Yellow Color Robotics Bangladesh
Quick view

Reference: RBD-2242

LilyPad SMD LED Yellow Color

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

Price BDT 18
More
In-Stock
Customers who bought this product also bought:
Servo Motor MG996R 180 Degree Rotation Robotics Bangladesh
Quick view

Reference: RBD-0034

Servo Motor MG996R 180 Degree Rotation

Weight: 55g Dimension: 40.7×19.7×42.9mm Stall torque: 9.4kg/cm (4.8v); 11kg/cm (6.0v) Operating speed: 0.19sec/60degree (4.8v); 0.15sec/60degree (6.0v) Operating voltage: 4.8 ~ 6.6V Gear Type: Metal gear Dead band width: 1us Wire length: 32cm

Price BDT 445
More
In-Stock
ESP-32S ESP-WROOM-32 Development Board 38P NodeMCU Robotics Bangladesh
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 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 avoid using mobile phone cables and instead use the...

Price BDT 880
More
In-Stock
15G Solid Rosin Welding Soldering Flux Paste High Purity Robotics Bangladesh
Quick view

Reference: RBD-1162

15G Solid Rosin Welding Soldering Flux Paste High Purity

Net Content: 15g Paste Color: Brown Does not create High Smoke Does not create Foul/Bad Smell No Residual Waste High-Quality Soldering Additives &amp; Activators for effective soldering Useful for general purpose soldering, electrical wires, components, and cables etc

Price BDT 10
More
In-Stock
14500 Rechargeable Lithium Battery 1200mah 3.
Quick view

Reference: RBD-0836

14500 Rechargeable Lithium Battery 1200mah 3.7v

Model: 14500 Type: Li-Ion Battery Mark Capacity: 850mah Nominal Voltage: 3.7v Color:    Blue    Weight: 17g Rechargeable Battery: Yes Note: It's a clone battery so the ampere couldn't be guaranteed.

Price BDT 90
More
In-Stock
Glue Gun Stick Robotics Bangladesh
Quick view

Reference: RBD-0835

Glue Gun Stick

Diameter: 11mm Length: 200mm

Price BDT 18
More
In-Stock
Servo Motor MG995 180 Degree Rotation Robotics Bangladesh
Quick view

Reference: RBD-0278

Servo Motor MG995 180 Degree Rotation

Model: MG995 Weight: 55 gm Operating voltage: 4.8V~ 7.2V Servo Plug: JR Stall torque @4.8V : 10 kg-cm Stall torque @6.6V : 12 kg-cm

Price BDT 435
More
In-Stock
Male to Male Jumper Wires 40 Pin 30cm Robotics Bangladesh
Quick view

Reference: RBD-2105

Male to Male Jumper Wires 40 Pin 30cm

40P color jumper wires Length: 300mm Weight: 45 gm Compatible with 2.54mm spacing pin headers High quality and in good working condition Durable and reusable Easy to install and use

Price BDT 190
More
In-Stock
1 Channel 5V Relay Board Module Robotics Bangladesh
Quick view

Reference: RBD-0702

1 Channel 5V Relay Board Module

It has a relay status indicator led Power LED(Green), 8 relay status indicator LED(Red) Relay control interface by single-chip IO. Low-level suction close, high-level release. Easy to use, simple 3 line structure. Note: Relay might be different from the picture as per stock

Price BDT 99
More
In-Stock

Our last Google reviews