Problem solved, it was a power issue as I suspected. I transfered all my sensors to +3.3V instead of +5v and now my ESP can boot and connect the wifi with all stuff plugged.
Search found 3 matches
- Fri Feb 10, 2023 6:50 pm
- Forum: Hardware
- Topic: Esp can't boot when sensor attached !?
- Replies: 3
- Views: 2067
- Fri Feb 10, 2023 9:16 am
- Forum: Hardware
- Topic: Esp can't boot when sensor attached !?
- Replies: 3
- Views: 2067
Re: Esp can't boot when sensor attached !?
Ok so I managed to plug a laptop on the device in order to have a look at the serial port outputs, and the issue is related to wifi connection. It's booting, but cannot connect the wifi. [W][wifi_esp32:494]: Event: Disconnected ssid='Tusseau_koala' bssid=[redacted] reason='Auth Expired' [W][wifi:549...
- Thu Feb 09, 2023 8:31 am
- Forum: Hardware
- Topic: Esp can't boot when sensor attached !?
- Replies: 3
- Views: 2067
Esp can't boot when sensor attached !?
Hello, Trying to set up a heating system controller based on esp32. I had a couple of temperature 1 wire sensors ds18b20 mounted with 4.7k pullup resistor and it was working fine on the test setup. Now I moved one of the sensor at the end of a 25m twisted pairs cable, with a 2.2k pullup resistor. I ...