HiLetgo 3pcs ESP32 mini ESP-WROOM-32 Development Board WLAN WiFi Bluetooth IoT Development Board
R 962
or 4 x payments of R240.50 with
Availability: Currently in Stock
Delivery: 10-20 working days
HiLetgo 3pcs ESP32 mini ESP-WROOM-32 Development Board WLAN WiFi Bluetooth IoT Development Board
ESP32 Mini development board, everything needed to program the ESP32 module, ESP32/32S WIFI Development Bluetooth ESP8266 Module CP2104 for Arduino IDE.
Power supply voltage: DC 5V (USB)
Input/Output voltage: DC 3.3V
I/O Pins: 34
SRAM: 520KB External Flash
Features: 11 digital input / output pins, all pins with interrupt / PWM / I2C / support 1 line (except D0) 1 analog input(3.2V max input) Micro USB connection; Compatible with Arduino 1MB Flash 500mA resettable fuse A Micro USB connection Board Size: 3.4x2.5cm/1.34x0.98inch.
Tips: * For the pin layout, Google "Wemos mini NodeMcu". For example D5 is equivalent to GPIO 14. * Solder properly. Use a LED to test if it will lit. Pros: * Smaller form than the standard NodeMcu * 4Mb flash memory * Solid build * Usb power works * Works well with Micropython firmware * The Nodemcu/Lua firmware also works fine Steps for usage: * Download the Arduino IDE from the arduino.cc site at en/Main/Software. * I found an OSX driver for the board at github.com on "adrianmihalko" 's page. You will want the files under the ch340g-ch34g-ch34x-mac-os-x-driver repository. * Once both of these are installed open up the Arduino IDE. * Go into the preferences and add the url as stated in the product description above (sorry can't post the url here). * In the "Board Manager" search for and install the latest version of the "esp8266" generic module. * Select the new "Port" added by the driver: (mine was "/dev/cu.wchusbserial14120"). * Set the "Reset Method" to: nodemcu. * All done!
You'd better to write a simple "blink" sketch and upload it to your board to see it work. The LED pin on this board is "2".