Search found 4 matches

by robademar
Sun Nov 04, 2018 7:41 pm
Forum: Report Bugs
Topic: esp32 doesn't connect to wifi anymore
Replies: 0
Views: 3541

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...
by robademar
Mon Mar 05, 2018 8:28 am
Forum: General Discussion
Topic: esp32 seems dead
Replies: 4
Views: 8334

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.
by robademar
Sat Mar 03, 2018 2:51 pm
Forum: General Discussion
Topic: esp32 seems dead
Replies: 4
Views: 8334

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
by robademar
Tue Feb 13, 2018 5:42 pm
Forum: ESP32 Arduino
Topic: WiFi - Static IP fails to connect wifi
Replies: 9
Views: 15026

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: /...