Project 1: USB Temperature Logger with Web Dashboard
Use an Arduino Uno, a DHT22 or DS18B20 sensor, and a Raspberry Pi with Wi‑Fi. Wire sensor to Arduino, connect Arduino over USB to the Pi, and confirm the device appears with dmesg before sending your first readings.
Project 1: USB Temperature Logger with Web Dashboard
Have Arduino print timestamped temperature and humidity lines. On the Pi, a short Python script using pyserial logs data to CSV. Serve charts with Flask and Chart.js, so your phone shows a tidy, auto‑updating graph at home.
