Alternate Debugging Methods
ESPlorer is not recommended for basic debugging. Instead, we recommend the following lightweight tools:
- Download and install the CH340 device driver for your operating system. This allows your computer to communicate with the NodeMCU module via a USB connection.
- Download ESPlorer which is a Java application that allows you to connect to, debug, and develop software for the ESP wifi modules. Drag ESPlorer into your Applications folder. You may also need to install Java if it's not already on your computer.
- Plug in the wifi module to your computer using a data quality USB cable.
- Open ESPlorer and select your the device port from the drop-down list. On Mac it’s something like
/dev/cu.wchusbserial1410
and on Windows something likeCOM3
.Check your cable
If a serial port doesn't show up in the drop-down box, check your USB cable. Make sure it's a high quality cable that is capable of transmitting data.
- Set the baud rate to 115200 in the drop-down
- Click Open to establish a connection, then click RTS button twice to reset the device and you should begin to see output: