Show HN: E-Paper Life Organizer with Pico and Inky Frame
23 points| jaeheonshim | 1 year ago |github.com | reply
The display is only awoken from deep sleep mode every 30 minutes to update the information, allowing the frame to be fully battery powered. You can link your Todoist for the to-do items on the left, and you can link any calendar in iCal format (Google Calendar, Outlook, etc.) for the calendar on the right. The code can be fully customized to display just the calendar, just the to-do list, or a mix of both. Let me know if you have any ideas for what features I should add next!
[+] [-] sxp|1 year ago|reply
> The Pico isn't powerful enough to fetch the iCal data on its own, so it relies on a server program to retrieve the latest information to show on the display.
What prevents the Pico from fetching iCal data? And if you need an intermediate server, why not just have it render a bitmap/jpg and have the Pico fetch that? I used this method of a server that rendered the bitmap for my own experiments with ESP32 calendars.
[+] [-] sxp|1 year ago|reply
> The Pico isn't powerful enough to fetch the iCal data on its own, so it relies on a server program to retrieve the latest information to show on the display.
What prevents the Pico from fetching iCal data? And if you need an intermediate server, why not just have it render a bitmap/jpg and have the Pico fetch that? I used this method of a server that rendered the bitmap for my own experiments with ESP32 calendars.
[+] [-] Raf_|1 year ago|reply