Skip to content

kylefischer/Arduino-Live-Weather-Feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌦️ Live Weather Display

A real-time weather monitoring system that bridges Python and Arduino. It fetches live meteorological data via the OpenWeatherMap API and streams formatted strings over a serial connection to a 16x2 LCD display.

Live Feed Example

Hardware

  • Arduino Board
  • 16x2 LCD Display
  • 10k Ohm Potentiometer (for contrast adjustment)
  • Jumper Wires & Breadboard

Usage

  1. Arduino: Upload sketch.ino to the board.
  2. Configuration: In news_sender.py, updated the ARDUINO_PORT to match your device and provide a valid API_KEY.
  3. Execution: Run the python script to begin sending weather data to the display.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors