











HiLetgo 1PC ESP8266 NodeMCU CP2102 ESP-12E Development Board Open Source Serial Module Works Great for Arduino IDE/Micropython (Small)
-
Dario D.
> 24 hourYou can actually program this thing from Arduino IDE even without pushing the reset and program buttons on the board. It seems to have 4MB (the big B = Bytes, 32 Mbits) of flash memory. Its worth looking into SPIFFS (mounting file system on the part of the flash). Didnt try that just yet, but I do plan to move Arduino Mega2560 + ethernet shield web app to this platform. Did try several examples using it as WiFi access point, and captive portal.
-
MachMyDay
> 24 hourI bought these to experiment with WLED for Christmas and holiday lighting. I purchased the JSAUX (2-Pack 6.6FT) Micro USB Android Charger Cable, and I did not have any issues flashing these NodeMCUs with that cable. I did have to download the UART driver to get my Windows PC to recognize this board. I found the driver at the SILABS website and downloaded, unzipped and installed. I used esphome-flasher and it recognized my board as COM3. I installed the WLED ......ESP8266.bin file (see pic), and that worked like a charm. I did not have to hit the reset button on the board, but if yours does not work right away, give that a shot. Your LED will remain illuminated blue if your flash was successful. I am running 12V WS2811 LEDs and 5V to the board. I am having a little bit of flashing and flickering with my current setup because of the length of my data wire. I have ordered some logic level shifters HiLetgo 5pcs TXS0108E High Speed Full Duplex. Im optimistic that these will stop the flickering. Ill let you know when I get them. If you are working on a WLED setup and this review helped you, please hit the helpful button so that this moves up in the results. Thanks.
-
Jon W.
> 24 hourExcellent device! One correction or tip in the Arduino set-up directions for new users: 3. Set up your Arduino IDE as: Go to File->Preferences and copy the URL below to get the ESP board manager extensions: arduino.esp8266.com/stable/package_esp8266com_index.json Add the prefix http:// to the beginning the board manager extension link given above.
-
Justin Kendall
> 24 hourDelivery was quick and came in perfect condition. Came packaged in static proof bag pins were fine labels were fine worked flawlessly. Excellent quality product. Got myself into coding now Im building stuff with esp8266.
-
Pauline Hudson
> 24 hourShipped quickly and in an anti-static bag. Appears to be a functioning NodeMCU 1.0 board.
-
Waleed
> 24 hourIt works well,but its kinda hard to use,and diffidently you can get a one like these for about $3.
-
joey zielinski
> 24 hourGreat little board. Cant beat the price for something so useful. Tons of GPIO and perfect for MQTT use. Do yourself a favor though. Forget about LUA if you already have a little background messing with arduino code. You should check out PlatformIO(not affiliated) as an IDE for these boards. It has esptool built in and the board drivers are already there. Use pio to install the ESP8266wifi library (pio lib install 1101) and your good. I had this board up and posting to my MQTT server in a couple hours using the PubSubClient.h library(pio lib install 89).
-
PFD
> 24 hourThis board does not work with an Arduino board. You get the following error during upload of any Arduino IDE: Library/Arduino15/packages/esp8266/tools/python3/3.7.2-post1/python3: no such file or directory. So, you go to the web for help and get many comments about this error. But no one has really resolved it as of 11/24/19, especially for any normal user. Caveat Emptor!
-
A. Young
> 24 hourWorks great, and nicely compatible with ESPHome, although the need to manually flash it first time around with its own software, rather than being able to flash it the normal generic-serial way, was a little confusing. (Hence the four-star review.)
-
Jeff Rescignano
> 24 hourThis board works great for my development needs on the ESP8266 platform. Works great in the Arduino IDE.