On the USB circuit board of the ESP32-CAM MB there are 2 very small parts to the left and right of the USB port, labeled with
"OI0" and "RST".
Are these jumpers or microswitches?
If there are jumpers: When (and how) do I have to pull them?
Search found 3 matches
- Fri Oct 08, 2021 11:28 am
- Forum: Hardware
- Topic: ESP32-CAM MB Switches or Jumpers at USB-Base?
- Replies: 0
- Views: 1593
- Thu Dec 12, 2019 3:35 pm
- Forum: ESP32 Arduino
- Topic: [SOLVED] Trouble with HTTP GET
- Replies: 2
- Views: 3038
Re: Trouble with HTTP GET
Yes - you are right! I have changed to a "form" and it works now. Learning by doing....
- Wed Dec 11, 2019 10:12 am
- Forum: ESP32 Arduino
- Topic: [SOLVED] Trouble with HTTP GET
- Replies: 2
- Views: 3038
[SOLVED] Trouble with HTTP GET
I'm working on a WEB server at a ESP32 to control a 3-color-LED. - The color picker ("colorpicker") from HTML5 is working - I can input a color with an input field named "selectedcolor" - But no GET request is done when the button (named "button") is pressed! - I do'nt use a form Can I get help to f...