Last seen: 2022-04-05 3:34 pm
The examples worked as they appeared for me in Arduino, but when I tried to run them in PlatformIO, I got the error about not finding ESP8266WiFi. So...
I've put the WiFiManager demo into my IOTStack environmental data collection system by combining the On Demand and Saved custom parameters parts of th...
Time for another dumb question. I watched the video again and started playing with the Basic demo. I took an ESP32 that had been running an IOT progr...
This video covered exactly what I needed a year ago when I was doing my IOTstack and ESP32 Temperature and Humidity stations around the house and remo...
It seems that this experiment worked. I started with a blank reply and then clicked on the {;} button and pasted the HTML into the windowThen I closed...
@robotbuilder I can paste my code into Arduino IDE and then copy it as HTML, but when I paste it into the forum, It's html. How do you get it to look ...
@robotbuilder I have not found an editor that supports the copy HTML. Also my source code contains no tabs because the tab is replaced with 4 spaces w...
I found that I needed the time condition to check against 6 or 7 because the time I'm comparing against is UTC so when I see 2 in the hour, it's not E...
I came up with an algorithm that seems to work for me for EST to EDT using your dictionary approach. What I have attached is a test program that I us...
@madmisha Thanks, I thought about hard coding it just like your example. Great minds think alike 😀 😀
@madmisha Not using the RTC as I don't care what time it is. I care about the time in the database for the data I'm displaying. The only thing I have ...
@martin-richard I have seen this before. I have gotten into the habit of ejecting the CircuitPython drive regardless of whether or not it was a Pico....
I'm sorry I forgot to update this thread with the answer I got over on the Raspberry Pi forum: