Search found 3 matches

by iMad_idf
Fri Jun 25, 2021 9:56 am
Forum: ESP-IDF
Topic: Strange issue with ESP32-WROVER-E(16MB) Rev3
Replies: 1
Views: 1603

Re: Strange issue with ESP32-WROVER-E(16MB) Rev3

Ok, figured. It was 115200 bootloader response for entering download mode (0x01). Somehow GPIO5 decided that its strapped to ground (while it ia not). I have it wired to resistor and then LED. GPIO5 -> 1KOhm -> LED -> 3.3v Any idea why such setup would lead to entering download mode? 🤔 Worked for mo...
by iMad_idf
Thu Jun 24, 2021 6:08 pm
Forum: ESP-IDF
Topic: Strange issue with ESP32-WROVER-E(16MB) Rev3
Replies: 1
Views: 1603

Strange issue with ESP32-WROVER-E(16MB) Rev3

Hello, I am finishing a project which ivolved ESP32 wrover E as a main CPU. Hardware is fully custom, I am using encrypted partitions and OTA. I've run into a strange issue with one beta unit. It eventually stopped functioning as expected, and just outputs garbage in the monitor. I am able to erase ...
by iMad_idf
Sun Aug 02, 2020 10:04 pm
Forum: ESP-IDF
Topic: ESP32: Wifi to Ethernet bridge with DHCP server
Replies: 2
Views: 3442

ESP32: Wifi to Ethernet bridge with DHCP server

Hello guys, I am quite advanced by now with ESP-IDF, but I run into the issue I really need some suggestion on. My application is as follows: 1. On Ethernet, there's a client that needs IP 2. On WifiAP, there's also a client who needs an IP 3. Both need to be in single subnet, and transparently proc...