Search found 4 matches
- Sun Nov 04, 2018 7:41 pm
- Forum: Report Bugs
- Topic: esp32 doesn't connect to wifi anymore
- Replies: 0
- Views: 3851
esp32 doesn't connect to wifi anymore
I'm using esp32 development card with Arduino ide and Blynk library. The sketch is reading 2 sensors and write the values to a blynk device. It was working I was testing my code for reliability and it suddenly did not connect to wifi anymore. I loaded some example sketch and they also did not connec...
- Mon Mar 05, 2018 8:28 am
- Forum: General Discussion
- Topic: esp32 seems dead
- Replies: 4
- Views: 9220
Re: esp32 seems dead
The Pc usb port is fine. I'v used a new ESP32 and it works ok. The "old" esp32 is a esp-wroom32.
I now believe that I damaged it by connecting a led to a gpio having the anode fixed to +5 and ground on pin 35.
I now believe that I damaged it by connecting a led to a gpio having the anode fixed to +5 and ground on pin 35.
- Sat Mar 03, 2018 2:51 pm
- Forum: General Discussion
- Topic: esp32 seems dead
- Replies: 4
- Views: 9220
esp32 seems dead
after few hours of normal work, Arduino ide failed to load a new program, port is not seen by PC and the board led is off. If I press reset it lights and it goes off when I release reset.
Should I consider my esp32 dead? Is there any possible rescue?
thanks
Should I consider my esp32 dead? Is there any possible rescue?
thanks
- Tue Feb 13, 2018 5:42 pm
- Forum: ESP32 Arduino
- Topic: WiFi - Static IP fails to connect wifi
- Replies: 9
- Views: 17048
Re: WiFi - Static IP fails to connect wifi
I've the same problem. I downloaded again yesterday from git the libraries and ran in verbose mode. I added a println of the status code after attempting to get the ip address confirmed. I have othe devices (pc,phones, etc) with fix address in my network. Arduino IDE 1.8.5 this is the code I used: /...