ESP32-CAM with ESP32-CAM-MB USB Programming Adapter
C$ 14.50
Not enough stock? Order now, get it later.
Click HERE to find out how it works.
Discount Type | Quantity | Volume Price |
---|---|---|
Quantity | 3 - 9 | 7.5% C$ 13.41 |
Quantity | 10 - 24 | 12.5% C$ 12.69 |
Quantity | 25 + | 15% C$ 12.33 |
- Description
- Additional information
- Reviews (1)
Description
The ESP32-CAM-MB module comes with the well-known high-performance Espressif ESP32 Wifi+Bluetooth+BLE controller chip and an OV2640 camera module with 2MP resolution.
Specifications:
– Main frequency up to 240MHz, up to 600 DMIPS
– 520 KB SRAM, 4M PSRAM
– UART/SPI/I2C/PWM/ADC/DAC Interfaces
– Micro-SD memory card slot
– Lwip and FreeRTOS operating system
– Supports Smart Config/AirKiss one-click distribution network
– OmniVision OV2640 camera module included (1600 x 1200 px)
Camera Lens Options (available in our store):
– 65-75° (included with ESP32-CAM-MB module)
– 120° Wide Angle (SKU 26658)
– 160° Fisheye horizontal (SKU 26659)
– 160° Fisheye vertical (SKU 26660)
The ESP32-CAM-MB module comes in a very small form factor of just 27 x 40mm and fits perfectly on a breadboard for your experiments. We recommend GitHub for software downloads and code examples.
This is the recommended first step to start tinkering with it:
– Follow the instructions on this website: Randomnerdtutorials.com
– Select “AI Thinker ESP32-CAM” as the board in Arduino IDE
– Change communication speed to 115200
– Select the corresponding COM port in Arduino IDE
– Uploading the code for the cam server demo provided on the website using Arduino IDE:
a) the upload starts possibly automatically, then wait until it has finished
b) Arduino IDE shows “connecting…” and the upload only starts after pressing “reset” on your ESP32 module
– Keep following the procedure described in the tutorial
If you receive an error message “detected camera not supported” you should double-check that the selected module in your sketch is “AI Thinker”.
These camera modules can be a little more tricky than an Arduino UNO. Don’t give up, keep trying, reading, and trying again, if it doesn’t work right away.
Additional information
Brand | CANADUINO |
---|---|
EAN | 4260474035700 |
Manufacturer | UNIVERSAL-SOLDER |
1 review for ESP32-CAM with ESP32-CAM-MB USB Programming Adapter
Add a review
You must be logged in to post a review.
Related products
-
ESP32-WROVER-CAM Dual-Core Camera USB WiFi Bluetooth BLE
0 out of 5 -
ESP32 LOLIN32 Lite MicroPython version with Battery Charger
5.00 out of 5 -
ESP-WROOM-32 WiFi+Bluetooth, Dual Core, 4MB
0 out of 5
jameszahary (verified owner) –
Not my favorite module.
This has the benefit of being able to program without moving any wires or pressing buttons – like the modules with builtin usbs, but:
– the esp32-cam module itself is different from other esp32-cam modules. The GND near the big LED is a GND/R which is used to reset the module, and cannot be used as an ordinary ground. So normal ESP32-CAMs will not work with this board, and this ESP32-CAM will not work in normal ESP32-CAM circuits (due to the GND thing).
– also the usb plug is very close to the wifi antenna, so that swallows a lot of your wifi power.
So pros and cons.
volkerforster –
Thank you for the review. As you say, the camera module can (in some rare cases) not be used as a 1:1 replacement for e.g. an AI-Thinker ESP32-CAM module. But the distance between the USB port and the Wi-Fi antenna doesn’t really matter because the programmer is typically removed when the Wi-Fi module is used in its final application.