Search found 4 matches

by dt4350
Sat Nov 06, 2021 6:32 pm
Forum: ESP32 Arduino
Topic: Cannot connect to WIFI from bare ESP32 board
Replies: 6
Views: 5668

Re: Cannot connect to WIFI from bare ESP32 board

Hi, Does your network provides 2.4GHz or it's 5GHz? ESP32 does not work on 5GHz band. Please take a look at the WiFi API docs here . Hi, I thought I had replied to your comment but I don't see it now. I'm sorry if it appears twice. I am trying to connect to a 2.4GHz network. I've since soldered a s...
by dt4350
Fri Nov 05, 2021 7:26 pm
Forum: ESP32 Arduino
Topic: Cannot connect to WIFI from bare ESP32 board
Replies: 6
Views: 5668

Re: Cannot connect to WIFI from bare ESP32 board

Update: I have soldered a different bare module/breakout board and that one can successfully connect to my wifi network.

Is it possible that I somehow damaged the wifi chip/antenna of the first module during the soldering process?
by dt4350
Fri Nov 05, 2021 7:09 am
Forum: ESP32 Arduino
Topic: Cannot connect to WIFI from bare ESP32 board
Replies: 6
Views: 5668

Re: Cannot connect to WIFI from bare ESP32 board

username wrote:
Fri Nov 05, 2021 4:54 am
try WiFi.begin(ssid.c_str(), password.c_str());
Thanks for your reply. That didn't work, unfortunately. It did prompt me to try hardcoding my ssid/password but that also didn't work.
by dt4350
Thu Nov 04, 2021 5:25 pm
Forum: ESP32 Arduino
Topic: Cannot connect to WIFI from bare ESP32 board
Replies: 6
Views: 5668

Cannot connect to WIFI from bare ESP32 board

Hello, I am using a bare ESP32 WROOM 32D module for prototyping: https://www.amazon.com/dp/B08XXH9RMT I am using a simple breakout like this for uploading code/accessing the pins: https://www.amazon.com/dp/B08PNR6H1C I am using the arduino IDE (v1.8.16) to upload code, and have successfully uploaded...