-->
Page 1 of 1

Help with Lolin NodeMcu V3

PostPosted: Sat Aug 27, 2016 6:07 am
by jumpjack
I purchased a Lolin NodeMcu V3 . There is not so much documentationabout it, but I was able to connect it to Arduino IDE and upload the Blink sketch, which works fine.
But... the module STILL acts as an access point! :shock: I see SSID ESP_xxyyzz , where xxyyzz is the last part of module MAC address. It also shows service 80, but nothing happens when I try to connect to it with a browser.

Does anybody know how to program the access point part? Is it accessible by Arduino IDE?

Re: Help with Lolin NodeMcu V3

PostPosted: Sat Aug 27, 2016 6:22 am
by krzychb
Hi @jumpjack, sure the soft-AP is accessible by Arduino IDE - https://github.com/esp8266/Arduino/tree ... cess-point
Have fun :D
Krzysztof

Re: Help with Lolin NodeMcu V3

PostPosted: Mon Sep 05, 2016 11:32 am
by mrburnette
.... A0 on Lolin board has a voltage-divider... discussed here:
http://www.hackster.io/rayburne/nodemcu-esp8266-remote-temperature-using-websockets-5956c4

Ray