ESP32 stuck after wifi connect

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
traskiz
Posts: 3
Joined: Mon Mar 26, 2018 8:14 pm

ESP32 stuck after wifi connect

Post by traskiz » Mon Mar 26, 2018 8:26 pm

fixed
Last edited by traskiz on Wed Mar 28, 2018 4:24 pm, edited 1 time in total.

ARTaylor
Posts: 29
Joined: Fri Mar 23, 2018 4:04 pm
Contact:

Re: ESP32 stuck after wifi connect

Post by ARTaylor » Mon Mar 26, 2018 10:03 pm

traskiz wrote:
Mon Mar 26, 2018 8:26 pm

station.ifconfig(('192.168.0.178','255.255.255.0','192.168.0.1','192.168.0.1'))
I'm not sure if that is what .ifconfig does - are you copying your code or is that the output of .ifconfig?

Other than that, I don't have any problem connecting using the network module exactly the way you are and my ESP32 connects instantly. I think you may either have a problem with your board or maybe there is some further encryption on the network you are trying to connect to?

EDIT: by the way, there is an ESP32 specific sub-forum
EDIT EDIT: Ok I read the network module documentation, I thought it just returned a value but it does seem you can set the interface params as well
Grow something!

Post Reply