IoT Sports Scoreboard

This project showcases the integration of Internet of Things (IoT) technology with live sports data. Using an ESP32 microcontroller, the scoreboard continuously fetches cricket match data and displays it on an LCD screen.

Working video

Features

Technical Details

Project Workflow

  1. Data Collection: The Cricbuzz website’s API is used to fetch live cricket match data.
  2. API Integration: A custom API was created using ThingSpeak to streamline data fetching and processing.
  3. Data Processing: The ESP32 processes the incoming data and prepares it for display.
  4. Display: The processed data is displayed on the 16×2 I2C LCD, providing real-time updates.

Learning Outcomes

Future Enhancements