
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: 0245
Choose your desire Resistor value from below:
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: 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: 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...
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. |
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. |
Launch the Arduino IDE and navigate to File > 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.
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.
Now navigate to Tools > Board > Boards Manager…
Filter your search by entering ‘esp32‘. Look for ESP32 by Espressif Systems. Click on that entry, and then choose Install.
After installing the ESP32 Arduino Core, restart your Arduino IDE and navigate to Tools > Board > ESP32 Arduino and select AI-Thinker ESP32-CAM.
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.
That’s it; the Arduino IDE is now set up for the ESP32-CAM!
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.
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.
The code is now ready to be uploaded to the ESP32-CAM.
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.
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.
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.
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.
ESP32-CAM :
Specifications :
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
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. |
Reference: RBD-1852
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
Reference: RBD-1976
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.
Reference: RBD-2044
Model: ESP32-CAM-MB Color: Black Chipset: CH340G Connectivity Technology: USB Note: The camera module is not included with the board.
Reference: RBD-1218
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)
Reference: RBD-0350
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.
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-2126
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
Reference: RBD-2160
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.
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
Reference: RBD-0682
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
Reference: RBD-2344
Ignite your passion for electronics and programming with the SmartConnect Arduino IOT Learning Pro Kit. This comprehensive kit offers 28 engaging lessons to guide you from beginner to expert. With popular components like the ESP8266 WiFi module and a multifunction expansion board, you'll explore the world of Internet of Things (IOT) projects. From...
Reference: RBD-0286
3D Printed Arduino Uno R3 Bumper or base. Note: Arduino Uno is not included
Reference: RBD-1131
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.
Reference: RBD-0155
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.
Reference: RBD-2243
Wearable e-textile technology. Designed with large sew tabs Button Board
Reference: RBD-0032
USB Driver: CH340 Operating Voltage (logic level): 5V With Mini USB 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...
Reference: RBD-1402
The perfect solution for breaking out the pins from Lua V3 Nodemcu. Lead-out all the IO ports of the ESP-12E development board Lead out the pins of 5V and 3.3V power supply Convenient to connect with peripheral modules Onboard 5V / 1A DC-DC step-down converter circuit Onboard power indicator With DC power jack 6-24V.
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-1684
8 Channel DC 12V Pro mini Relay Shield Module PLC Timer Board for Arduino
Reference: RBD-0926
USB Driver: 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...
Reference: RBD-0838
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
Reference: RBD-2367
ESP32-S3-WROOM-1-N16R8(16M Flash/8SRAM)
Reference: RBD-0136
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
Reference: RBD-2270
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...
Reference: RBD-2269
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...
Reference: RBD-2053
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
Reference: RBD-0948
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
Reference: RBD-2241
Wearable e-textile technology. Designed with large sew tabs LED White Color
Reference: RBD-1133
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...
Reference: RBD-2268
Features WiFi+Bluetooth connectivity with the ESP-WROOM-32 module Accessible I/O pins via extension headers for easy customization Onboard USB CH340 for convenient programming and debugging 2x keys for reset or user-defined functions ESP32S-DEV development board is a cost-effective solution for a wide range of applications.
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-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-2366
The ESP32-S3-DevKitC-1 Version 1.0 is an entry-level development board equipped with ESP32-S3-WROOM-1, ESP32-S3-WROOM-1U, or ESP32-S3-WROOM-2, a general-purpose Wi-Fi + Bluetooth® LE MCU module that integrates complete Wi-Fi and Bluetooth LE functions. Most of the I/O pins on the module are broken out to the pin headers on both sides of this board for...
Reference: RBD-1342
For Standard LCD 16x2 with Male Header. Press here For Standard LCD 16x2 with Female Header. Press here For Standard LCD 16x2 with I2C adapter board soldered. Press here. For Standard LCD 16x2 with White Background. Press here. For Standard LCD 16x2 with Blue Background. Press here.
Reference: RBD-0015
2 connections for 5V ‘hobby’ servos connected to the Arduino’s high-resolution dedicated timer 4 H-Bridges: L293D chipset provides 0.6A per bridge (1.2A peak) with thermal shutdown protection, internal kickback protection diodes. Can run motors on 4.5VDC to 25VDC. Up to 4 bi-directional DC motors with individual 8-bit speed selection (so, about 0.5%...
Reference: RBD-0740
Fully HAT compatible 40pin GPIO (Unpopulated) Stream and watch Hi-definition video output at 1080P 512MB RAM and Micro SD Slot for OS Tiny Current Draw ~ 140mA at 5V! Mini-HDMI for Video Micro-USB OTG Host for Data and Power Micro-CSI Camera Port On-Board Bluetooth and WiFi. RoboticsBD
Reference: RBD-2282
Flexible-SC(FR) cable with 1x0.4 rm gauge size, red color, and flame-retardant insulation material. Designed for electrical use in a variety of applications.
Reference: RBD-1408
Type: CJMCU MINI USB AMS1117 MINI USB interface input 5V MINI USB outputs 5V and 3.3V DC power socket interface input 5V – 12V. DC power outlet output (5V label) 5V and 3.3V Weight: 2 gm.
Reference: RBD-1107
Bright Red LED chip, which is made from AlGaAs on GaAs substrate Blackface and RED LED segments Type: Common cathode No. of Pins: 12 Low Current Consumption High Brightness Easy to Use with PCB Mounting as well as on Breadboard
Reference: RBD-0832
Power supply: 4.5V – 5.5V, 3.3V voltage regulator circuit board Positioning holes: 4 M2 screws positioning hole diameter of 2.2mm Control Interface: GND, VCC, MISO, MOSI, SCK, CS Size: 45 x 28mm Net weight: 6g
Reference: RBD-1591
5mm Round Water Clear LED Lamp For LED light, indication, illumination Viewing angle: 40 degree UV resistant epoxy With lowest power consumption, long life, and super bright