Updated Project: Before flavourtown, the software side was very different in the way it worked. I was reading an exported calendar file and converting it to a JSON file that was then split and displayed. This project (cal-pal) was archived and for…
Updated Project: Before flavourtown, the software side was very different in the way it worked. I was reading an exported calendar file and converting it to a JSON file that was then split and displayed. This project (cal-pal) was archived and forked on github to become PicoCharts. Since then, I have rewritten almost all the code (Data is fetched from an API now) except for some core UI stuff. I have added several features that are now available from the API. In terms of hardware, I have made iterations such as changing the internal layout and adding usbc, power button etc. I upgraded to a Pico 2W, for better performance and WiFi. I also resoldered the entire thing with better equipment.
PicoCharts is a pocket-sized embedded device that lets students view their timetable, homework, behaviour, and attendance without needing a phone. I built this device using a Raspberry Pi Pico 2 W and I am using an online API for the data (ClassCharts). Hence the name “PicoCharts”
AI was used selectively for complex date arithmetic and initial scrolling logic. All AI-assisted code is clearly commented.