Comments on: Year in Review 2021 – Random Nerd Tutorials https://randomnerdtutorials.com/year-in-review-2021/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 25 Jan 2022 15:31:13 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Sara Santos https://randomnerdtutorials.com/year-in-review-2021/#comment-721476 Tue, 25 Jan 2022 15:31:13 +0000 https://randomnerdtutorials.com/?p=108464#comment-721476 In reply to Joe Margevicius.

Hi Joe.
Thank you so much for your support.
I’m really glad that you’re enjoying our learning materials.

Yes, Costa Vicentina is great for a road trip and it’s also very windy.
Algarve is the best place for sun and beach. We love it.

Regards,
Sara

]]>
By: Joe Margevicius https://randomnerdtutorials.com/year-in-review-2021/#comment-721348 Tue, 25 Jan 2022 03:40:08 +0000 https://randomnerdtutorials.com/?p=108464#comment-721348 ok, a bit late on the scene … but I too am over 70 and prefer, by a long shot, hardware, but alas, the days of tubes and 3-legged transistors is mostly history. With the ESP32 (and RPi), life has moved to software, which I really haven’t liked nearly as much as chasing electrons in circuits. But the eBooks by you guys have been a thrill – I’ve gone through micropython, ESP32 via Arduino IDE, building web servers, and can’t say enough about the examples and significantly, the support! Thanks you !!! Please don’t stop !

(we did the Rota Vicente 3 years ago and it was an outstanding trip! … we live in Silicon Valley so Portugal, we learned, is a spectacular country!).

]]>
By: Sara Santos https://randomnerdtutorials.com/year-in-review-2021/#comment-717843 Sat, 08 Jan 2022 19:06:59 +0000 https://randomnerdtutorials.com/?p=108464#comment-717843 In reply to Sean.

Hi.
Thank you so much for supporting our work.
We really need to slow it down this year.
Regards,
Sara

]]>
By: Sean https://randomnerdtutorials.com/year-in-review-2021/#comment-717459 Fri, 07 Jan 2022 03:05:29 +0000 https://randomnerdtutorials.com/?p=108464#comment-717459 Well done a terrific year. Take time to care for yourself and avoid burnout, the quality is far more important than the quantity – that’s why I’m happy to be a signed-up member of RNTlabs!
Cheers
Sean

]]>
By: lee lorimer https://randomnerdtutorials.com/year-in-review-2021/#comment-717418 Thu, 06 Jan 2022 23:09:09 +0000 https://randomnerdtutorials.com/?p=108464#comment-717418 I have very much enjoyed your many on line and in print publications. They are always well written and very informative. I have several work areas that I need to monitor the temperature and humidity in each area - I would like to use multiple weather station like those you describe in your article contained in https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station except that I would like have a "master" webserver that would listen to each of the individuals weather stations and then store the data from each one and then plot a composite graph with the datร  from each location. It would seem to me the individuals wx station are a snap. My question is how to scrape the data off of the individuals webpage from each station so the data can be aggatted and then replotted in composite graph It may also be nice to store the data on large sd card or a hard drive for historical reasons. Thanks again for all that you do to inspire and teach the rest of us Have a great 2022! Lee Thanks for your response but also for the very quick speed your getting back to me. Have a wonderful 2922,! ๐Ÿ˜ƒ]]> In reply to Sara Santos.

Good evening and Happy New Year! ๐Ÿ˜ƒ
I have very much enjoyed your many on line and in print publications. They are always well written and very informative.

I have several work areas that I need to monitor the temperature and humidity in each area – I would like to use multiple weather station like those you describe in your article contained in https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station except that I would like have a “master” webserver that would listen to each of the individuals weather stations and then store the data from each one and then plot a composite graph with the datร  from each location.

It would seem to me the individuals wx station are a snap. My question is how to scrape the data off of the individuals webpage from each station so the data can be aggatted and then replotted in composite graph

It may also be nice to store the data on large sd card or a hard drive for historical reasons.

Thanks again for all that you do to inspire and teach the rest of us

Have a great 2022!

Lee

Thanks for your response but also for the very quick speed your getting back to me. Have a wonderful 2922,!

๐Ÿ˜ƒ

]]>
By: Sara Santos https://randomnerdtutorials.com/year-in-review-2021/#comment-717349 Thu, 06 Jan 2022 15:49:08 +0000 https://randomnerdtutorials.com/?p=108464#comment-717349 In reply to lee lorimer.

Hi.
To aggregate the readings from all boards, you can use MQTT and publish all data in Node-RED dashboard for example. We have several examples about this topic on our website.
You can also use other communication protocols like ESP-NOW, to send data to one master board: https://randomnerdtutorials.com/esp32-esp-now-wi-fi-web-server/
You can also use Firebase Realtime Database to save all data and create a web page accessible from anywhere to display all readings. Check all our Firebase tutorials: https://randomnerdtutorials.com/?s=firebase

Have a great 2022.
Regards,
Sara

]]>
By: lee lorimer https://randomnerdtutorials.com/year-in-review-2021/#comment-717150 Thu, 06 Jan 2022 01:20:06 +0000 https://randomnerdtutorials.com/?p=108464#comment-717150 I have very much enjoyed your many on line and in print publications. They are always well written and very informative. I have several work areas that I need to monitor the temperature and humidity in each area - I would like to use multiple weather station like those you describe in your article contained in https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station except that I would like have a "master" webserver that would listen to each of the individuals weather stations and then store the data from each one and then plot a composite graph with the datร  from each location. It would seem to me the individuals wx station are a snap. My question is how to scrape the data off of the individuals webpage from each station so the data can be aggatted and then replotted in composite graph It may also be nice to store the data on large sd card or a hard drive for historical reasons. Thanks again for all that you do to inspire and teach the rest of us Have a great 2022! Lee]]> Good evening and Happy New Year! ๐Ÿ˜ƒ
I have very much enjoyed your many on line and in print publications. They are always well written and very informative.

I have several work areas that I need to monitor the temperature and humidity in each area – I would like to use multiple weather station like those you describe in your article contained in https://randomnerdtutorials.com/esp32-web-server-with-bme280-mini-weather-station except that I would like have a “master” webserver that would listen to each of the individuals weather stations and then store the data from each one and then plot a composite graph with the datร  from each location.

It would seem to me the individuals wx station are a snap. My question is how to scrape the data off of the individuals webpage from each station so the data can be aggatted and then replotted in composite graph

It may also be nice to store the data on large sd card or a hard drive for historical reasons.

Thanks again for all that you do to inspire and teach the rest of us

Have a great 2022!

Lee

]]>
By: Sara Santos https://randomnerdtutorials.com/year-in-review-2021/#comment-716986 Wed, 05 Jan 2022 12:09:28 +0000 https://randomnerdtutorials.com/?p=108464#comment-716986 In reply to Dave K..

Hi Dave.
Thanks for your nice words.
A chicken coop controller is a great project! Monitoring it via Wi-Fi would be great!
Have a great year.
Regards,
Sara

]]>
By: Sara Santos https://randomnerdtutorials.com/year-in-review-2021/#comment-716983 Wed, 05 Jan 2022 12:06:46 +0000 https://randomnerdtutorials.com/?p=108464#comment-716983 In reply to W. Joe Taylor, PE.

Thank you!
Happy New Year!
Regards,
Sara

]]>
By: W. Joe Taylor, PE https://randomnerdtutorials.com/year-in-review-2021/#comment-716745 Tue, 04 Jan 2022 05:37:53 +0000 https://randomnerdtutorials.com/?p=108464#comment-716745 Rui & Sarah,
Thank you for your excellent tutorials and courses. You are the best!
Happy New Year!

]]>