Any different option/setting to choose between ESP12E and NodeMcu

no need for special tools Marvin.
just open cmd Windows and type arp -a
you will see all the devices with IP address and Mac.
:wink:
Alexis

1 Like

Sure! Windows and Linux both have itā€™s own command line tools. But in Windows Iā€™m rarely using cmd, and the opposite while using Linux. Windows isā€¦ full of windowsā€¦ :wink:

1 Like

finally I use netwatcher ā€¦

192.168.0.55 00-17-13-17-71-05 Tiger NetCom ESP32
192.168.0.56 24-0A-C4-31-46-F8 Espressif Inc. NodeMCU NĀ°1
192.168.0.60 60-01-94-0C-2E-0E Espressif Inc. NodeMCU NĀ°2 (defective)

real time 2 mn
Video_2019-06-15_162313

I still think that Advanced IP scanner is better than ARP or Wireless Network Watcher.
It allows you to add friendly names and comments, and view services running on the various devices. But, in cases like yours itā€™s good to try anything that will help identify the issue.

Pete.

2 Likes

Yes Pete
I also tried the advanced IP scanner, but when I disconnect my nodemcu, I always see it connected.:smile:

1 Like

now i have flashed my nodeMCU as a wifi repeater, and I have been connected for 20 minutes, no disconnection!
same IP than before : 192.168.0.60
So, nodeMCU is not dead !
:thinking::thinking::rofl::rofl:

connected with alex, channel 13
dhcp client startā€¦
connect to ssid alex,channel 13
2019/06/15 18:40:35: ip:192.168.0.60,mask:255.255.255.0,gw:192.168.0.254
ip:192.168.0.60,mask:255.255.255.0,gw:192.168.0.254,dns:192.168.0.254
2019/06/15 18:41:16: add 1
aid 1
station: 10:fe:ed:1a:76:14 join, AID = 1
station: 10:fe:ed:1a:76:14 join, AID = 1

1 Like

@PeteKnight
go back to blynk :rofl::rofl::rofl::rofl:

2019-06-15_204222

Try core 2.4.3

Pete.

1 Like

yes I will try now.
but why the other nodeMCU works like a charm ?

Here The core 2.4.3 does not show up ? Am i in the wrong place ?

there is no 2.4.3, try 2.4.2

Numerical dyslexia strikes again!

Pete.

1 Like

Number dyslexia is a term sometimes used to describe learning issues with math. ā€¦ Kids with dyscalculia have trouble understanding math concepts, such as biggest vs. smallest. ā€¦ They also may struggle with reading word problems, reading number names, and spelling number names.

:rofl:

Still no luckā€¦ Still my ESP12E is not connecting.

[52690] 
    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ v0.6.1 on NodeMCU

[52695] Connecting to 192.168.0.103:8080
[57696] Connecting to 192.168.0.103:8080
Starting reconnection timer in 30 seconds...
Attempting reconnection #1
[91746] Connecting to 192.168.0.103:8080
[96747] Connecting to 192.168.0.103:8080
Starting reconnection timer in 30 seconds...
Attempting reconnection #2
[130746] Connecting to 192.168.0.103:8080
[135747] Connecting to 192.168.0.103:8080
Starting reconnection timer in 30 seconds...
Attempting reconnection #3
[169746] Connecting to 192.168.0.103:8080
[174747] Connecting to 192.168.0.103:8080
Starting reconnection timer in 30 seconds...
Attempting reconnection #4
[208746] Connecting to 192.168.0.103:8080
[213747] Connecting to 192.168.0.103:8080
Starting reconnection timer in 30 seconds...
Attempting reconnection #5
[247746] Connecting to 192.168.0.103:8080
[252747] Connecting to 192.168.0.103:8080

to many issues with my code, I prefer to keep 2.5.0 beta3 :wink:
ā€˜IPAddress WiFiUDP::remoteIP() constā€™ marked override, but does not override

At last the ESP12E connects after 5 attempts on the reconnect 30sec tries !!
But when i operate the GPIO with the Blynk app it is very slow. And after 3 hrs or so it will go offline and comes back online after 20min .

Does reinstall of the Blynk local server will help ?
I also scanned with the advanced ip scanner as @PeteKnight said ! And i found the ip and mac is same.

Or should i buy a new router ? Or just hard reset it ?
Because the ESP is not connecting to Blynk cloud too !!

get a new nodemcu.
yesterday I tried 2 nodemcu , same core , same code.
the 1st connect within a second.
the 2 nd try to connect 10 times and reset.
after 2h it was connected, and this morning it try again to connect.
as I said, I uploaded a code to transform my nodemcu as a repeater mode , it runs like a charm without disconnect.
I will try it with virtuino or openhab to be sure there is something to do with blynk server.
tomorrow Iā€™ll order 2 nodemcu in China.
have a good day bro

1 Like

I will buy new ESP12E and check if the problem is with the module or any other software oriented problem.
I will keep the result posted !!
Have a great weekendā€¦

1 Like

Iā€™ll try a wemos mini D1 .
what do you think about that @PeteKnight ?
is it better than nodemcu?

I like them because theyā€™re smaller than the NodeMCU and you can choose how to solder the header pins on (or donā€™t bother with pins at all).
They also have the double and triple bases available, so you can make your own modular systems and easily swap things in and out, like this, which has a D1 Mini Pro, a Relay board and a Proto board:
image
Because theyā€™re plugged into sockets on the triple base you can pull components out and replace them easily.

I did a Pros and Cons comparison here:

Pete.

1 Like