Hi,
Is there a convenient way to directly connect an RTC (like a DS3231) to the camera board?
I’d like to be able to timestamp April Tag readings and log the result to the SD card, but it seems clunky to have to attach an entire Arduino just to do this. The micropython libraries discuss pyb.RTC() but these throw an Attribute Error at compile time, and without a battery I’m not sure how this would work anyway.
Thanks!