Page 1 of 1

ESP32 Wifi

Posted: Wed Feb 16, 2022 9:19 am
by lebc08
How do I connect my ESP32 to wifi, without connecting the module to my computer? I plan to power it up with batteries

Re: ESP32 Wifi

Posted: Wed Feb 16, 2022 9:35 am
by ESP_Sprite
Depends on what firmware you program in it... connecting to WiFi is handled there, so you can do that in whatever way you want depending on how ypu program that firmware.

Re: ESP32 Wifi

Posted: Wed Feb 16, 2022 9:47 am
by lebc08
ESP_Sprite wrote:
Wed Feb 16, 2022 9:35 am
Depends on what firmware you program in it... connecting to WiFi is handled there, so you can do that in whatever way you want depending on how ypu program that firmware.
Currently I can connect my esp32 to wifi when I connect it to my computer but when I powered it up with battery, it will not connect. So this means that it’s programmed wrongly ?

Re: ESP32 Wifi

Posted: Thu Feb 17, 2022 3:11 am
by ESP_Sprite
Ah, like that. What 'battery' do you use, and which ESP32 devboard? Does pushing 'reset' get the ESP32 back to life?

Re: ESP32 Wifi

Posted: Thu Feb 17, 2022 8:32 am
by lebc08
ESP_Sprite wrote:
Thu Feb 17, 2022 3:11 am
Ah, like that. What 'battery' do you use, and which ESP32 devboard? Does pushing 'reset' get the ESP32 back to life?
I’m using a 3.7V 2500mAh Lithium ion battery on the ESP32 WROOM but I did not try the reset button because the esp32 was able to be powered up

Re: ESP32 Wifi

Posted: Thu Feb 17, 2022 10:47 am
by ESP_Sprite
I don't think that board is able to run directly off the 3.7V... if you connect it to the Vin input, the LDO doesn't have enough headroom to correctly regulate and the 3.7V is out-of-spec for the 3.3V input, so you can't connect it there either.