Hot
New
-14%
In stock

HiLetgo ESP32 ESP-32 ESP-32S ESP32S WiFi Bluetooth Wireless Board Module Based ESP-WROOM-32 Dual Core Mode CPU......

7 REVIEWS

SKU: L1315273

VENDOR: HiLetgo

$18.49$15.99

You Save: $2.50 (14%)

Hurry! Only 10 Left in Stock!

HiLetgo ESP32 ESP-32 ESP-32S ESP32S WiFi Bluetooth Wireless Board Module Based ESP-WROOM-32 Dual Core Mode CPU








2.24 x 0.98 x 0.55 inches

  • FREE standard shipping within the United States(3-6 Days)on all orders!
  • 100% money back guarantee for items not delivered or damaged during shipping.
  • Safe and secure checkout with our high quality encryption
  • Shipping services: UPS, FedEx, USPS.
  • Only ship to the lower 48 states, no APO/FPO addresses or PO Boxes allowed.
  • Local pickups and combined shipping options are not provided at this time.


  • You can return a product for up to 30 days from the date you purchased it.
  • Any product you return must be in the same condition you received it and in the original packaging. Please keep the receipt.
  • A full refund if you don’t receive your order
  • A full refund if your order does not arrive within the guaranteed time (6-7 business days not including 1 processing day.)

We accept payment by any of the following methods:
Credit Cards, PayPal, Shop Pay, Apple Pay, Google Pay, Amazon Pay, Meta Pay

Customer satisfaction is very important to us.
If you have any problem with your order, please contact us and we will do our best to make you satisfied.



If you have any queries, please contact us via 

Support@ZeeBooth.com

We usually respond within 24 hours on weekdays.


Customer Reviews

Based on 7 reviews
57%
(4)
0%
(0)
14%
(1)
14%
(1)
14%
(1)
B
Bob
Getting sketches to upload and using additional serial ports

This board is different from many Arduino boards you may have used. It took me a week or two searching the internet to learn how to get it to work. First, the battery connector is reversed polarity compared to most LIPO batteries, so you may need to swap pins on the battery connector (Red wire to + on board). To upload sketches from the Arduino IDE, you must ground GPIO 0, then press the reset button. You may need to unplug are plug in the USB cable to get this to work. The serial monitor will display "waiting for download". Then you can upload a sketch, and when finished, unground the GPIO 0 pin and press the reset button again to run the sketch. /* * There are three serial ports on the ESP known as U0UXD, U1UXD and U2UXD. * * U0UXD is used to communicate with the ESP32 for programming and during reset/boot. * U1UXD is unused and can be used for your projects. Some boards use this port for SPI Flash access though * U2UXD is unused and can be used for your projects. * */ Software Serial will not compile with this board. Instead use a hardware serial as follows: #include //required to use additional serial UART's #define RXD2 16 //Rx pin GPIO 16 #define TXD2 17 //Tx pin GPIO 17 void setup() { // Note the format for setting a serial port is as follows: Serial2.begin(baud-rate, protocol, RX pin, TX pin); Serial.begin(115200); //Serial1.begin(9600, SERIAL_8N1, RXD2, TXD2); Serial2.begin(9600, SERIAL_8N1, RXD2, TXD2); Serial.println("Serial Txd is on pin: "+String(TX)); Serial.println("Serial Rxd is on pin: "+String(RX)); } void loop() { //Choose Serial1 or Serial2 as required while (Serial2.available()) { Serial.print(char(Serial2.read())); } } /* Baud-rates available: 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 57600, or 115200, 256000, 512000, 962100 * * Protocols available: * SERIAL_5N1 5-bit No parity 1 stop bit * SERIAL_6N1 6-bit No parity 1 stop bit * SERIAL_7N1 7-bit No parity 1 stop bit * SERIAL_8N1 (the default) 8-bit No parity 1 stop bit * SERIAL_5N2 5-bit No parity 2 stop bits * SERIAL_6N2 6-bit No parity 2 stop bits * SERIAL_7N2 7-bit No parity 2 stop bits * SERIAL_8N2 8-bit No parity 2 stop bits * SERIAL_5E1 5-bit Even parity 1 stop bit * SERIAL_6E1 6-bit Even parity 1 stop bit * SERIAL_7E1 7-bit Even parity 1 stop bit * SERIAL_8E1 8-bit Even parity 1 stop bit * SERIAL_5E2 5-bit Even parity 2 stop bit * SERIAL_6E2 6-bit Even parity 2 stop bit * SERIAL_7E2 7-bit Even parity 2 stop bit * SERIAL_8E2 8-bit Even parity 2 stop bit * SERIAL_5O1 5-bit Odd parity 1 stop bit * SERIAL_6O1 6-bit Odd parity 1 stop bit * SERIAL_7O1 7-bit Odd parity 1 stop bit * SERIAL_8O1 8-bit Odd parity 1 stop bit * SERIAL_5O2 5-bit Odd parity 2 stop bit * SERIAL_6O2 6-bit Odd parity 2 stop bit * SERIAL_7O2 7-bit Odd parity 2 stop bit * SERIAL_8O2 8-bit Odd parity 2 stop bit */

M
Mark Howe
How to have reliable downloads

Wonderful board for hobby projects.. I have purchased 6 of them and never had any issues. Easy to use with either the Arduion IDE or PlatformIO. A number of people have reported that downloading is hit or miss. If you put a small capacitor between GND and EN, downloads will work everytime.

Y
Yatox8
Power circuit bad

Unable to power board or get to turn on with the power connector. Note the board has it backwards. JST PH 2.0 pins are a standard. Board has + & - backwards I saw this before connecting so no issue. Just switched my wires to the source so board doesn't fry. But still nothing! Not accepting 5v or 3.3v. Bad charging circuit. Which is a shame because these LOLIN32 boards are so easy to work with and easily take code ok. Did I get a bunk board? Or is

S
Steve Spence
easy to use, relaible connectivity

A typical ESP32 board thats easy to use and reliable for home or commercial use.

R
Robert H.
Flaky Upload, No WIFI

Almost impossible to get the upload to work. Must use CPU speed 40, upload speed 115k. Anything WIFI related would not initialize... throws watchdog timer exception. Too hard to work with, may not be totally functional. Could be my copy I guess.

This is a standard cookie notice which you can easily adapt or disable as you like in the admin. We use cookies to ensure that we give you the best experience on our website.

HiLetgo ESP32 ESP-32 ESP-32S ESP32S WiFi Bluetooth Wireless Board Module Based ESP-WROOM-32 Dual Core Mode CPU......

HiLetgo ESP32 ESP-32 ESP-32S ESP32S WiFi Bluetooth Wireless Board Module Based ESP-WROOM-32 Dual Core Mode CPU......

$18.49$15.99
7 REVIEWS