fbritop Well-Known Member Licensed User Longtime User May 27, 2019 #1 After struggling with Arduino IDE, I finally got my ESP-WROMM32 connected, and I´m able to upload my squetch from B4R, and connect to a Wifi. Acording to the schematics: How can I access PINS that are above D8?. Either PINS or D1PINS only covers from D0 to D8
After struggling with Arduino IDE, I finally got my ESP-WROMM32 connected, and I´m able to upload my squetch from B4R, and connect to a Wifi. Acording to the schematics: How can I access PINS that are above D8?. Either PINS or D1PINS only covers from D0 to D8
fbritop Well-Known Member Licensed User Longtime User May 27, 2019 #2 Found it already... just use int numbers for GPIOS Upvote 0
thetahsk Active Member Licensed User Longtime User May 28, 2019 #3 fbritop said: Found it already... just use int numbers for GPIOS Click to expand... Pay special attention to the ports GPIO36, 39, 34, 35. These ports are input only. Upvote 0
fbritop said: Found it already... just use int numbers for GPIOS Click to expand... Pay special attention to the ports GPIO36, 39, 34, 35. These ports are input only.
fbritop Well-Known Member Licensed User Longtime User May 28, 2019 #4 Yes and I just discovered that they cannot be setup as PullUp, they keep "floating". Thanks @thetahsk Upvote 0
Yes and I just discovered that they cannot be setup as PullUp, they keep "floating". Thanks @thetahsk