1 / 15

Remote Wireless Weather Station

Remote Wireless Weather Station. Bradd Konert. Xbee Intro. Xbee = wireless serial communication Wireless technology based on 802.15.4 2.4GHZ Short distance (900ft) and long distance (1 mile). Previous Work. Hank Grimmick 1-Wire sensors. Initial Idea. ASP.NET = main goal

enya
Télécharger la présentation

Remote Wireless Weather Station

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Remote Wireless Weather Station Bradd Konert

  2. Xbee Intro • Xbee = wireless serial communication • Wireless technology based on 802.15.4 2.4GHZ • Short distance (900ft) and long distance (1 mile).

  3. Previous Work • Hank Grimmick • 1-Wire sensors

  4. Initial Idea • ASP.NET = main goal • 1-wire does not support Windows • Rainwise Rain Gauge • 2 Semesters… boring… zzzz

  5. Next Idea • Reading Meteorological Values • Barometric Pressure • Relative Humidity • UV Index • Temperature • Display values to LCD screen • Wireless Transmitting to Server • Display on Internet

  6. Hardware

  7. Parts List (page 1) Arduino Mega Microcontroller Arduino XBee Sheild

  8. Parts List (page 2) USB Weather Board w/ Sensors 20x4 LCD Display

  9. Parts List (page 3) XB RF Modules x2

  10. Solar Panel

  11. Solar Schematic

  12. Weatherboard Schematic

  13. Software

  14. Arduino Code • C Based • Wiring Library • Streamlined and User Friendly • pinMode(weatherBoardPowerPin, OUTPUT);     • digitalWrite(weatherBoardPowerPin, HIGH);

  15. Server • Server will receive data via XBee USB • ASP.NET server side code • Parse Data • Log Data? • Forecast? • Client Side • Retrieve and display data

More Related