Frontend
UI/UX
Mon Oct 28 2024
PiTemps is a small project I built to easily monitor the CPU temperature of my Raspberry Pi 5. By reading the contents of the file located at /sys/class/thermal/thermal_zone0/temp, I'm able to retrieve the temperature and pass it to a Next.js Client Component. This component dynamically generates an SVG based on the temperature.