Raspberry Pi Projects

A collection of Raspberry Pi and Pico projects exploring hardware, sensors, and web interfaces.

← Back to Home

Projects

Click on any project below to expand and view details.

Room Temperature Monitor

A Raspberry Pi Pico 2 project that logs room temperature using an MCP9808 sensor and displays real-time data and graphs through a web interface.

Components

  • Raspberry Pi Pico 2
  • Adafruit MCP9808 Temperature Sensor
  • Jumper Wires
  • Power Supply

Software

  • MicroPython
  • HTML, CSS, JavaScript
  • Chart.js

Project Images

Raspberry Pi Pico temperature setup
Pico 2 connected to MCP9808 temperature sensor
Temperature chart
Live temperature graph
MicroPython code
MicroPython sensor code

Robotic Car

A Raspberry Pi 2 project that controls a robotic car using a motor driver and sensors.

Components

  • Raspberry Pi 2
  • Motor driver L298N Dual H Bridge
  • 2 DC Motors
  • 4 AA Batteries
  • USB camera

Software

  • HTML, Python

Project Images

Raspberry Pi robotic car
Raspberry 2 connected to robotic car components
Robotic car control chart
Live robotic car control interface
MicroPython code
car