-->
Page 1 of 3

Getting Started With NodeMcu V3 Module

PostPosted: Mon Jan 09, 2017 5:27 am
by flywire
https://nodemcu.readthedocs.io/en/master/en/flash/
Note that this is a reference documentation and not a tutorial with fancy screen shots. Turn to your favorite search engine for those.

I can't get my module working now rereading the docs I see the next sentence:
Make sure you follow a recent tutorial rather than one that is several months old!

My NodeMcu V3 Module is a CH340 board with a ESP8266 module flashed with old firmware from ESP8266Flasher using Win7. (Hell, 2 years is eons ago.)
Where to from here?

Edit: If you have a new Lolin NodeMcu V3 Module then you probably have the AT Command firmware loaded. So connect the development board to the computer USB port with a micro USB to USB cable (aka mobile phone cable). Then use ESPlorer with latest Java to test. Refer to this post and the previous one it links to.

Re: Getting Started With NodeMcu V3 Module

PostPosted: Mon Jan 09, 2017 3:22 pm
by flywire
My first issue is getting a good firmware image. The NodeMCU custom build server is a good option for me. Which modules are worth including to get started with my NodeMcu V3 module?

:arrow: :arrow: :arrow: Edit: Can someone answer for a noob install?

Re: Getting Started With NodeMcu V3 Module

PostPosted: Tue Jan 10, 2017 5:11 am
by flywire
I have been trying this sequence without success:

1. Create firmware on nodemcu-build.com
- float: http://nodemcu-build.com/builds/nodemcu ... -float.bin
This was built against the dev branch and includes the following modules: file, gpio, net, node, tmr, uart, wifi.

2. Connect the NodeMcu V3 Module to the Win7 USB port with a micro USB to USB cable (aka mobile phone cable). Flash with NodeMCU Flasher. Select Config and load firmware then Operation, select Com Port then Flash. Blue led will flash and a tick will be shown in green circle at bottom left of screen when finished successfully. Log tab will confirm.
(Note - I understand that pressing RST and FLASH button is not required with USB-CH340 version but I have tried both ways.)

3. Use esp8266.ru/esplorer with latest Jave to test.

Press the Refresh button, Select the COM port, Select 9600 baudrate, Click Open

=====
PORT OPEN 9600

Communication with MCU..Got answer! Communication with MCU established.
AutoDetect firmware...

Can't autodetect firmware, because proper answer not received (may be unknown firmware).
Please, reset module or continue.

=====

WTF?

Re: Getting Started With NodeMcu V3 Module

PostPosted: Thu Jan 12, 2017 9:50 am
by Sick Vic
Just hit reset again and you should see your fm version/ does for me anyway.