Search found 4 matches

by chewwy
Sat Jun 19, 2021 10:35 am
Forum: Hardware
Topic: Removing CP2104 from dev board causes crash in WiFi.begin()
Replies: 4
Views: 3693

Re: Removing CP2104 from dev board causes crash in WiFi.begin()

I think I found the problem. It was indeed a power supply issue. The LDO that I had the 3.3V pin hooked up to was dodgy, so it browned out when WiFi.begin() was called and there was a sudden demand for current. I hooked the circuit to a scope and discovered that. Funny everything was OK when the CP2...
by chewwy
Sat Jun 19, 2021 5:17 am
Forum: Hardware
Topic: Removing CP2104 from dev board causes crash in WiFi.begin()
Replies: 4
Views: 3693

Re: Removing CP2104 from dev board causes crash in WiFi.begin()

I removed the UMH3N module from the board, which is providing signal for EN and IO0. No difference. I could read stuff from sensors, and write output by flashing LEDs. But the moment I call WiFi.begin(), the board resets. I am supplying 3.3V to the board via 18660 + HT7833 LDO. Everything works grea...
by chewwy
Fri Jun 18, 2021 11:35 pm
Forum: Hardware
Topic: Removing CP2104 from dev board causes crash in WiFi.begin()
Replies: 4
Views: 3693

Re: Removing CP2104 from dev board causes crash in WiFi.begin()

Could you please elaborate? What do you mean by the auto-reset circuit?

The reset button still works though..
by chewwy
Fri Jun 18, 2021 7:12 am
Forum: Hardware
Topic: Removing CP2104 from dev board causes crash in WiFi.begin()
Replies: 4
Views: 3693

Removing CP2104 from dev board causes crash in WiFi.begin()

I have been banging my head on this for a few days now, and need some fresh perspective on this problem. Basically, I am using a ESP32 D1 Mini dev board, and programming it using Arduino. I removed the CP2104 UART module using a hot air gun to see how much power I can save without it. After removing...