Search found 3 matches
- Mon Apr 15, 2024 7:43 am
- Forum: ESP32 Arduino
- Topic: PWM output pin on reset
- Replies: 5
- Views: 1385
Re: PWM output pin on reset
Put a 10-50K pullup resistor on the pins you want to stay high. When the device resets, there is not going to be any signal delivered on those pins, so you need to provide a default one. You should choose a pin other than 12, which is a strapping pin that needs to be pulled low for 3V3 flash. hi an...
- Mon Apr 15, 2024 7:25 am
- Forum: ESP32 Arduino
- Topic: PWM output pin on reset
- Replies: 5
- Views: 1385
- Sun Apr 14, 2024 2:17 am
- Forum: ESP32 Arduino
- Topic: PWM output pin on reset
- Replies: 5
- Views: 1385
PWM output pin on reset
hi, i have a code used to control 4 pumps, and i use PWM to control their power (flow). 0V means 100% power. 5V means 0% power. problem is that every time the ESP resets, the pumps starts to work for a brief moment, as if the output pin went low during that time. i have seen Espressif's 'ESP32 pin l...