HI
I am first time programming with Arduino IDE and ESP32.
I have a WT32-SC01 board in which i can correctly read the A0 input.
However, when i am trying to send a digitalWrite to any of the pins, it is not being sent.
I've attached a LED to the pins and the HIGH voltage is never received on any of the pins.
I had a hard time figuring out the PIN mapping of the board with Arduino IDE, but now i am just directly referencing my pin.
First, make sure that you are using the correct pin number for the LED. The WT32-SC01 board has a different pin mapping than the standard Arduino boards, so you need to use the correct pin number for the LED. You can refer to the documentation for the WT32-SC01 board to find the correct pin number for the LED.
Second, make sure that you have properly connected the LED to the WT32-SC01 board. The LED should be connected to the correct pin on the board and to a ground pin using a current-limiting resistor. If the LED is not properly connected, it will not receive the HIGH voltage signal from the digitalWrite() function.
Finally, make sure that you are using the correct voltage level for the LED. The WT32-SC01 board operates at 3.3V, so you should use a 3.3V LED with a current-limiting resistor to ensure that it receives the correct voltage level. If you are using a 5V LED, it may not work properly with the WT32-SC01 board.