

Desertcart purchases this item on your behalf and handles shipping, customs, and support to Argentina.
๐ Elevate your IoT game with the ultimate dual-core WiFi + Bluetooth dev kit!
The AITRIP 3PCS ESP32 Development Board set features three 30-pin modules with USB-C CP2102 interface, dual-core 40nm processors, and integrated 2.4GHz WiFi + Bluetooth connectivity supporting multiple modes (AP/STA/STA+AP). Designed for professional-grade IoT and embedded projects, these boards combine advanced RF components and durable build quality to deliver reliable, high-performance wireless microcontroller solutions.
| ASIN | B0CR5Y2JVD |
| Best Sellers Rank | #3 in Single Board Computers (Computers & Accessories) |
| Brand | AITRIP |
| Built-In Media | Type c 30pins CP2102 ESP-WROOM-32 ESP32 ESP-32S Development Board |
| CPU Model | core_m |
| Compatible Devices | Devices with Wi-Fi, Bluetooth, or USB connectivity |
| Connectivity Technology | Bluetooth, USB, Wi-Fi |
| Customer Reviews | 4.4 out of 5 stars 1,404 Reviews |
| Included Components | Type c 30pins CP2102 ESP-WROOM-32 ESP32 ESP-32S Development Board |
| Manufacturer | AITRIP |
| Model Name | AITRIP 3PCS ESP32 ESP-WROOM-32 CP2012 USB C 30 Pin WiFi+Bluetooth Dual Core Type-C Interface ESP32-DevKitC-32 Development Board Module STA/AP/STA+AP Model Name AITRIP 3PCS ESP32 ESP-WROOM-32 CP2012 USB C 30 Pin WiFi+Bluetooth Dual Core Type-C Interface ESP32-DevKitC-32 Development Board Module STA/AP/STA+AP See more |
| Operating System | FreeRTOS |
| Processor Brand | Espressif |
| Processor Count | 2 |
| RAM Memory Technology | LPDDR4 |
| Total Usb Ports | 1 |
| UPC | 687117728456 |
| Unit Count | 3 Count |
| Warranty Description | 1 |
| Wireless Compability | Bluetooth, Radio Frequency |
S**G
It works !
Works great - no surprises . You have to dig a bit to find info on the ESP32 connect , but worth it !
J**N
Works well just use a short USB cable to power it.
I used these for ESPHOME bluetooth proxy to extend a weak bluetooth signal. At first I thought there was an issue with these boards because they would lose signal every so often. After further testing I realized that the micro usb cable powering the chip would lose voltage when the wifi would increase power. I switched from a cable that was a foot to a cable that was 6 inches and all the problems disappeared. I hope this helps other people with similar issues.
C**I
Amazing Board
I bought this ESP32 for a digital seismograph I'm working on. The functionality of this thing is amazing. I was able to hook it up to my ADC without any problems, alongside a micro SD card reader. Not only that but I was able to run a local webserver in which I could see my graph. It's pretty fast too, I haven't had any delays with processing data at all. It's small size and very little required power source makes this great too. It's versatility will allow you to pretty much use any type of electrical component with it, and I have not runed into any compatibility issues so far with any of my parts. Only thing I would consider a con would be that you'll have to learn C++ in order to program it. Overall, I would recommend this board for any type of low power project you may need.
Y**Y
30pins CP2102 ESP-WROOM-32 ESP32
Great ESP32 device and though there's no documentation. Anyone who know what these are don't need any instructions. Was able to flash a custom firmware to use on a small build and everything works. All 3 module accepted the flash with no issues and was very easy to use and flash. So far it's working and I'm able to stream my audio from the phone to another Bluetooth device. Great little module for the money and there are endless features you can do with these ESP32 modules.
N**K
Arduino sketch to id the chip
Arduino sketch to id the chip #include "WiFi.h" #include "esp_system.h" void setup() { Serial.begin(115200); delay(1000); Serial.println(); Serial.println("=== ESP32 Chip Info ==="); // Chip ID is derived from the factory-programmed MAC address uint64_t chipId = ESP.getEfuseMac(); Serial.printf("Chip ID (from eFuse MAC): %04X%08X\n", (uint16_t)(chipId >> 32), (uint32_t)chipId); Serial.print("Chip model: "); Serial.println(ESP.getChipModel()); Serial.print("Chip revision: "); Serial.println(ESP.getChipRevision()); Serial.print("Number of cores: "); Serial.println(ESP.getChipCores()); Serial.print("CPU frequency: "); Serial.print(ESP.getCpuFreqMHz()); Serial.println(" MHz"); Serial.print("Flash size: "); Serial.print(ESP.getFlashChipSize() / (1024 * 1024)); Serial.println(" MB"); Serial.print("Free heap: "); Serial.print(ESP.getFreeHeap()); Serial.println(" bytes"); Serial.print("MAC address: "); Serial.println(WiFi.macAddress()); Serial.println("========================"); } void loop() { // Nothing to do here - info printed once at boot } result of script is is === ESP32 Chip Info === Chip ID (from eFuse MAC): 0468E7F57630 Chip model: ESP32-D0WD-V3 Chip revision: 301 Number of cores: 2 CPU frequency: 240 MHz Flash size: 4 MB Free heap: 325860 bytes
J**A
Love these little devices
Let me tell you about this **AItrip 1PCS Type, C ESP32 ESP, WROOM, 32 Development Board, it's honestly amazing. Iโve become quite the tech enthusiast lately, and this little device has seriously made my projects so much easier and more enjoyable. What I love the most is the WiFi and Bluetooth capability, which means I can set up various projects without any hassle. The dual, core microcontroller really enhances the performance, making it perfect for everything from simple tasks to more complex applications. The best part is that itโs durable enough to handle the usual wear and tear in our busy household, which is always a plus for me. At the end of the day, I'm really happy with this **AItrip 1PCS Type, C ESP32 ESP, WROOM, 32 Development Board.
F**R
Poor Quality. Lesson Learned.
Two of the three I ordered no longer connect to WiFi after a month. They drop the connection even when right next to my router. Happens intermittently for a few minutes, then drops off the network entirely unless rebooted. After several power cycles, Iโm lucky to get them reconnected for a minute or two. One even stopped connecting via serial port to my computer. I have several others from other manufacturers being used in the same fashion, and Iโm only having issues with this bunch. Itโs a minor financial loss, but Iโve spent hours prototyping devices and projects that I eventually soldered before installing them, and now Iโve spent many more hours troubleshooting only to realize that itโs not me, itโs the hardware. Consider purchasing from another seller and manufacturer, even if they cost a few dollars more. Thankfully I should be able to desolder and swap in some more reliable boards.
R**S
Only two out of three worked
Like another reviewer mentioned, only 2 out of 3 could be programmed. The third one just says "A fatal error occurred: Failed to connect to Espressif device: Wrong boot mode detected (0x3)! The chip needs to be in download mode." from esptool no matter what I do. I tried via USB as well as via pins with a serial programmer. It just won't work.
M**K
Amazing
Really useful microcontroller
A**Z
Brought Life back into my old Chinese LEDs
I had a few old Chinese addresses able rgb strips that just had a very basically controller and crappy power supplies. Install WLED on this board and now all the strips are smart light strips and they perform better than some of the other branded RGB led strips.
A**A
Works as expected!
Am able to connect sensors and host a server on it!
E**A
Ok
Ok
S**R
Ok
Ok
Trustpilot
3 days ago
3 weeks ago