deaware / dwminiesp_firmware_support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DW.miniESP Firmware Support

This is official page of software support from Deaware.

Special thanks

Board information

  • VCC is 3.3V
  • All gpio is 3.3V
  • 10 bits ADC is 0 - 1V.
  • VIN is 4.5V - 12V.

How to use DW.miniESP with Arduino IDE (version >= 1.6.4)

1) Connect the USB to Serial to DW.miniESP

  • Directly plug USB to Serial to DW.miniESP. (Only for 6 Pin USB to Serial Arduino Programmer)

  • Wiring USB2Serial to DW.miniESP following this table. (Any USB to Serial)
USB to Serial DW.miniESP
GND GND
VCC VCC
TXD RXD
RXD TXD

2) For software support, our DW.miniESP is compatible following article at ESP8266 Arduino repository. Please select board NodeMCU 1.0 for uploading code to board.

About