element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • STEM Academy
    • Webinars, Training and Events
    • More
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • More
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • More
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • More
  • Store
    Store
    • Visit Your Store
    • Choose Another Store
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Arduino
  • Products
  • More
Arduino
Arduino Forum Internet Weather Observations, Data Logger with Rain Gauge
  • Blog
  • Forum
  • Documents
  • Events
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Arduino requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 118 subscribers
  • Views 547 views
  • Users 0 members are here
  • esp32
  • ab9nq
  • esp8266
  • rain gauge
  • arduino
  • data logger
Related

Internet Weather Observations, Data Logger with Rain Gauge

ab9nq
ab9nq over 2 years ago

02/26/2020

 

 

All links verified to be working now!

 

ISP forced another WAN, ip address change; so previous web links are no longer valid.  Signed up with Noip.com for "Hostnames" that hopefully will eliminate this issue.

My apologies for the inconvenience this caused.

 

http://weather-1.ddns.net/Weather

ESP8266 Based, Wifi Client/Server

 

http://weather-3.ddns.net/Weather

ESP32 Based, ESPAsyncWebServer

 

http://observations-weather.000webhostapp.com/index.php

Project --Hosted, Domain web site:

 

 

Observations-I, web page driven by ESP8266 --Sketch, "NTP_Web_Interface_Data_Logger.ino."

Observations-II, web page driven by ESP32 --Sketch,  "Rain_Gauge_Two.ino."

 

Many thanks to everyone that have visited Project web pages!

 

Attached, "Project --Upload  Ver 2.7.zip"  current, online version of Sketch, "Rain_Gauge_Two.ino"; running ESPAsyncWebServer on ESP32. "dataCollector2.php" included for sending data from project to Hosted domain web site.  Also, included Serial Monitor output confirming operation of project.

 

Second  attachment "Project --NTP_Time-synced_Web_Interface.zip"  current, online version of Sketch; running WiFi Client/Server on ESP8266. "dataCollector.php" included for sending data from project to Hosted domain web site.

 

 

William, AB9NQ

Attachments:
Project --NTP_Time-synced_Web_Interface.zip
Project --Upload Version 2.7.zip
  • Reply
  • Cancel
  • Cancel

Top Replies

  • ab9nq
    ab9nq over 2 years ago in reply to BigG +2

    BigG  wrote:

     

    Just curious, are you posting data directly from the ESP32 to webhostapp hosted website?

     

    Function "webInterface" sends data to Domain, hosted web site.  HTTPClient library sends data…

  • BigG
    BigG over 2 years ago +1

    Just curious, are you posting data directly from the ESP32 to webhostapp hosted website?

  • neilk
    neilk over 1 year ago +1

    ab9nq

     

    Hi William, just catching up with your project. Very impressive.

     

    I'm running a 2 sensor temperature monitor for my greenhouse - 1 probe inside and 1 probe outside - on ESP8266, posting data to a webserver…

Parents
  • neilk
    neilk over 1 year ago

    ab9nq

     

    Hi William, just catching up with your project. Very impressive.

     

    I'm running a 2 sensor temperature monitor for my greenhouse - 1 probe inside and 1 probe outside - on ESP8266, posting data to a webserver on my private network.

     

     

    I'm very interested to see that some of your techniques are different to mine; I'm adding a note to my "to do list", to remind me to do some experiments.

    • Cancel
    • Up +1 Down
    • Reply
    • Cancel
Reply
  • neilk
    neilk over 1 year ago

    ab9nq

     

    Hi William, just catching up with your project. Very impressive.

     

    I'm running a 2 sensor temperature monitor for my greenhouse - 1 probe inside and 1 probe outside - on ESP8266, posting data to a webserver on my private network.

     

     

    I'm very interested to see that some of your techniques are different to mine; I'm adding a note to my "to do list", to remind me to do some experiments.

    • Cancel
    • Up +1 Down
    • Reply
    • Cancel
Children
  • ab9nq
    ab9nq over 1 year ago in reply to neilk

    Good Morning Neil,

     

    Thank you for reply; it is appreciated. Are you using the Asyncwebserver?  Found it to be very much faster; responding to url requests.

     

    There have been some additional coding on the posted project; added some features and improved other features.

    My Github Repositories can be found at https://github.com/tech500/  most recent version of posted project can be found

    here:  https://github.com/Tech500/Environmental_Rain_Gauge.

     

    Checkout WIFI status monitoring and logging in the project.  My ISP "pushes" firmware/security patches to Router/Gateway on occasion;

    causing loss of WIFI connection. 

     

    William

    • Cancel
    • Up +1 Down
    • Reply
    • Cancel
  • neilk
    neilk over 1 year ago in reply to ab9nq

    Hi William

     

    I'm not using Asynchwebserver, because I'm using the web server built in to my Netgear NAS. I chose to use it because it was easy, already there and the NAS is already running 24/7.

     

    It will be a while before I can study your code more deeply.

     

    Thanks again for posting

     

    Neil

    • Cancel
    • Up 0 Down
    • Reply
    • Cancel
Element14

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2022 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • Facebook
  • Twitter
  • linkedin
  • YouTube