Search found 4 matches
- Tue Jul 22, 2025 3:34 pm
- Forum: Hardware
- Topic: GPIO0 PWM Peak to Peak Voltage
- Replies: 3
- Views: 142
Re: GPIO0 PWM Peak to Peak Voltage
Ah, noted. Thank you!
- Mon Jul 21, 2025 7:24 pm
- Forum: Hardware
- Topic: GPIO0 PWM Peak to Peak Voltage
- Replies: 3
- Views: 142
Re: GPIO0 PWM Peak to Peak Voltage
Here is the oscilloscope result for Channel 1 (GPIO2):
- Mon Jul 21, 2025 7:23 pm
- Forum: Hardware
- Topic: GPIO0 PWM Peak to Peak Voltage
- Replies: 3
- Views: 142
GPIO0 PWM Peak to Peak Voltage
I have some ESP-WROOM-32 modules and I noticed that the PWM voltage on GPIO0 does not actually go to 0V. PWM on other pins behaves as expected. Here is a pinout of the ESP modules:
WROOM Mini D1 Pinout.png
I attached the negative oscilloscope probe to the ground pin on the outside row of the ...
WROOM Mini D1 Pinout.png
I attached the negative oscilloscope probe to the ground pin on the outside row of the ...
- Mon Jul 21, 2025 5:40 pm
- Forum: Hardware
- Topic: Is my Wemos D1 mini working correctly ?
- Replies: 2
- Views: 958
Re: Is my Wemos D1 mini working correctly ?
If you are using the Arduino IDE, then this forum post in the Arduino Forums claims you can use the following command:
pinMode(4, INPUT_PULLDOWN);
Forum URL for reference:
https://forum.arduino.cc/t/pullup-and-pulldown/657225
FYI, according to the following image, D2 is GPIO4, which should be ...
pinMode(4, INPUT_PULLDOWN);
Forum URL for reference:
https://forum.arduino.cc/t/pullup-and-pulldown/657225
FYI, according to the following image, D2 is GPIO4, which should be ...