Page 1 of 1

Connecting ESP32 to WLAN

Posted: Thu Nov 30, 2017 2:28 am
by javargas26
I need to conect the ESP to the internet but not in a local network. I need to be able to meassure the light from the street ligh lamp and send it to a database.

Re: Connecting ESP32 to WLAN

Posted: Thu Nov 30, 2017 8:12 am
by SpotlightKid
Where there's no WLAN, you can't connect to it. :) You'd need a GRPS/LTE module. Here someone used one to build a mobile phone with MicroPython: viewtopic.php?f=5&t=4038&p=23408

Or use a mobile phone or a small battery driven wlan/grps router as an access point.

Re: Connecting ESP32 to WLAN

Posted: Thu Nov 30, 2017 10:37 pm
by javargas26
I am using the phone as AP but I fail to send the information to the server

Re: Connecting ESP32 to WLAN

Posted: Fri Dec 01, 2017 12:23 am
by SpotlightKid
Show code, please. (And maybe google "how to ask questions the smart way" or similar ;) )