-->
Page 1 of 1

Very Strange issue with lolin nodemcu v3

PostPosted: Mon Dec 19, 2016 1:40 pm
by darko1984
Hi all!
Im using a lolin nodemcu v3 board to decode 433mhz signal from a weather station and upload everything on wunderground.
Everytjing work perfectly but only with serial monitor opened :shock: :shock:
I can't understand why......
The 433mhz receiver send data to d3 pin(gpio0 on esp8266).
If i try to use any other gpio, it doesn't work even with serial monitor opened..the last strange anomaly is that i always see the esp access point if i try to scan for wireless network.....need some.helps
....thank you guys

Re: Very Strange issue with lolin nodemcu v3

PostPosted: Tue Dec 20, 2016 2:54 am
by darko1984
Hi guys!
i'have just solved this issue yesterday!!
The problem was that using gpio0(D3 on nodemcu-lolin) as an input,is not so tricky, because gpio0 is used to flash firmware.
I have connected the pin(D5) to the rx 433mhz and now everything works perfectly!!!!!

Re: Very Strange issue with lolin nodemcu v3

PostPosted: Tue Dec 20, 2016 8:25 am
by jumpjack
Yes, they should definitely write down a list of non-usable GPIOs on various ESP8266 breakouts... It's really a shame that a pin is there but you cannot actually use it because at startup it will mess up the boot process!

Re: Very Strange issue with lolin nodemcu v3

PostPosted: Tue Dec 20, 2016 9:15 am
by mrburnette
jumpjack wrote:Yes, they should definitely write down a list of non-usable GPIOs on various ESP8266 breakouts... It's really a shame that a pin is there but you cannot actually use it because at startup it will mess up the boot process!


FLASH label on D3 means the "flash' button for the NodeMCU.
Image