Search found 3 matches
- Tue Oct 24, 2023 1:58 pm
- Forum: General Discussion
- Topic: Assistance with Environmental Web Server w/ non-Web server related functionality
- Replies: 2
- Views: 931
Updated: Re: Assistance with Environmental Web Server w/ non-Web server related functionality
Update: nvmd below. Figured out I needed to define CO2, H2 and Smoke in the loop part of the script for it to work right. :) Thanks! That did indeed get it to compile. Now another issue has raised its head. My else if statements don't appear to be activating my lights and buzzer as expected. However...
- Sun Oct 22, 2023 7:13 pm
- Forum: General Discussion
- Topic: Assistance with Environmental Web Server w/ non-Web server related functionality
- Replies: 2
- Views: 931
Assistance with Environmental Web Server w/ non-Web server related functionality
Pretty new to playing around with development boards in general, including the ESP32. This code for my environmental Web Server, which consists of BME280 and three MQ Sensors works just fine (I have borrowed heavily from other online examples to get this working): #include <MQUnifiedsensor.h> #inclu...
- Sun Oct 22, 2023 3:44 pm
- Forum: General Discussion
- Topic: Add functionality for LEDs, Buzzer with exiting Web Server functionality
- Replies: 0
- Views: 597
Add functionality for LEDs, Buzzer with exiting Web Server functionality
Good day all! I'm fairly new to working with development boards in general and hopeful that someone might be able to help me out with a code issue I'm running into. I've already got working the following code for an ESP32 Environmental Web Server that outputs the values associated with sensors BME28...