Search found 2 matches
- Fri Jun 28, 2019 10:47 am
- Forum: ESP32 Arduino
- Topic: ESP32 vs Ardiuno - analogRead problem
- Replies: 2
- Views: 6797
Re: ESP32 vs Ardiuno - analogRead problem
The ADC samples the Voltage from the potmeter and the "loading" can vary from mcu to mcu especially from brand to brand. If you like to have a steady reading, you must use a buffer circuit between the potmeter and the mcu to provide the Voltage to be meassured with a low impedance at the ADC input. ...
- Wed Jun 26, 2019 12:13 pm
- Forum: ESP32 Arduino
- Topic: How can a event/variable trigger the webserver to switch to an alternative webpage on an ESP32 AP Webserver
- Replies: 0
- Views: 2197
How can a event/variable trigger the webserver to switch to an alternative webpage on an ESP32 AP Webserver
Hi I am fairly new to Arduino and ESP32. I want to have an AP running with an async Webserver, using Arduino, no problem, I found examples which are clear. Next, I would like to have the webserver to switch to an alternative page whenever a variable is set, e.g the ADC value is above a certain value...