Search found 4 matches

by ian_westbury
Sun Aug 01, 2021 10:55 am
Forum: Raspberry Pi microcontroller boards
Topic: AttributeError: 'RTC' object has no attribute 'init' WARNING: Could not sync device's clock: 'RTC' object has no attribu
Replies: 10
Views: 5705

Re: AttributeError: 'RTC' object has no attribute 'init' WARNING: Could not sync device's clock: 'RTC' object has no att

Thanks @fdufnews and @aivarannamaa. It dissappeared after a day or two but it comes back occasionally. I can see from the Thonny website that there are later versions than 3.3.10 available. Isn't it possible to download one of the packages for 3.3.13 from the Thonny website and install that on my RPi?
by ian_westbury
Sun Jul 11, 2021 4:02 pm
Forum: Raspberry Pi microcontroller boards
Topic: AttributeError: 'RTC' object has no attribute 'init' WARNING: Could not sync device's clock: 'RTC' object has no attribu
Replies: 10
Views: 5705

Re: AttributeError: 'RTC' object has no attribute 'init' WARNING: Could not sync device's clock: 'RTC' object has no att

Hi

Thanks for the reply.

I think the problem is that I am not actually trying to set the RTC. This warning appears as soon as I initialise the Pico.

Where would I use the rtc.datetime(datetime_tuple)?

Why would this warning suddenly appear?
by ian_westbury
Sun Jul 11, 2021 3:02 pm
Forum: Raspberry Pi microcontroller boards
Topic: AttributeError: 'RTC' object has no attribute 'init' WARNING: Could not sync device's clock: 'RTC' object has no attribu
Replies: 10
Views: 5705

AttributeError: 'RTC' object has no attribute 'init' WARNING: Could not sync device's clock: 'RTC' object has no attribu

I have been running my Pico in MicroPython v1.16 in Thonny on my Raspberry Pi 4. I have an issue that started today where on powering up and connecting the Pico I get a Warning message. Traceback (most recent call last): File "<stdin>", line 10, in <module> AttributeError: 'RTC' object has no attrib...