Comments on: ESP32 IoT Shield PCB with Dashboard for Outputs and Sensors https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 15 Mar 2025 10:51:34 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Helmut https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/#comment-1007651 Thu, 13 Feb 2025 17:53:26 +0000 https://randomnerdtutorials.com/?p=97405#comment-1007651 Hello, I’va adapted the sketch for AHT10 instead of BME280

]]>
By: Adityanarayan JANARDAN Gop https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/#comment-864716 Mon, 09 Oct 2023 02:40:11 +0000 https://randomnerdtutorials.com/?p=97405#comment-864716 Can I turn on relay after I detected motion

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/#comment-835117 Wed, 17 May 2023 21:57:30 +0000 https://randomnerdtutorials.com/?p=97405#comment-835117 In reply to Aytek.

EasyEDA

]]>
By: Aytek https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/#comment-834910 Tue, 16 May 2023 08:09:41 +0000 https://randomnerdtutorials.com/?p=97405#comment-834910 Hi,

Which software do you use the schematics diagram?

Thanks

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/#comment-811791 Fri, 20 Jan 2023 11:51:27 +0000 https://randomnerdtutorials.com/?p=97405#comment-811791 In reply to Greg McCormack.

That’s great.
Thank you.

]]>
By: Greg McCormack https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/#comment-811786 Fri, 20 Jan 2023 11:43:13 +0000 https://randomnerdtutorials.com/?p=97405#comment-811786 In reply to Sara Santos.

Thanks Sara – This is wonderful – I find your code really excellent and punchy ( direct ) – It is easy to follow and learn from – thank you so much.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/#comment-811451 Wed, 18 Jan 2023 22:29:10 +0000 https://randomnerdtutorials.com/?p=97405#comment-811451 In reply to Greg McCormack.

Hi.
You can take a look at this example: https://randomnerdtutorials.com/esp32-web-server-slider-pwm/
Or this one for multiple sliders: https://randomnerdtutorials.com/esp32-web-server-websocket-sliders/
I hope this helps.
Regards,
Sara

]]>
By: Greg McCormack https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/#comment-811428 Wed, 18 Jan 2023 19:12:23 +0000 https://randomnerdtutorials.com/?p=97405#comment-811428 In reply to CFraction.

Thank you Rui and Sara Santos ,

Brilliant example – I am struggling ( and have been since Christmas ) finding an example of a variable ( say a Slider ) sending information from the Front end to the Back end via ESPASyncWebServer.

I think you are the most likely to know the solution – Please help me and everybody else who will hunting for this solution.

cheers

Greg

]]>
By: ckyai https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/#comment-765397 Tue, 28 Jun 2022 06:28:04 +0000 https://randomnerdtutorials.com/?p=97405#comment-765397 hi, i´m a huge fan of your site. learned a lot about the esp32 here !! thanks for all of you affort. normally i try to get further on my own, but i´m totally stucked on the usage of smd leds and the related resistors. in the past i used the common led which where delivered beside the learn package, the colored ones with the both thin legs. now i´m trying to do my own fist pcb, but i´m not sure which led and resistor to choose. therefor i was reading this article but there is only a link to a banggood smd package. could you please point me to a equal led smd and equal resistor on https://www.chimicron.com?
that would be great !!!!
Thx in advance & all the best, Thorsten

]]>
By: Ricardo Jose Callejo https://randomnerdtutorials.com/esp32-iot-shield-pcb-dashboard/#comment-732048 Wed, 16 Mar 2022 13:17:59 +0000 https://randomnerdtutorials.com/?p=97405#comment-732048 In reply to wouter.

Just replace
#include “Wifi.h” with
#include “ESP8266Wifi.h”
and works on ESP8266.

]]>