Hello everybody
I would like to ask you if it is possible to implement the internal function on the RTC component as it seems to me that this is not available on the RP2040 / PiCO chip, or a component made on purpose as it was done for ESP32, another thing that would seem useful to me is a component that takes into consideration the power management of the micro (PY PICO and ESP32) given the widespread use of battery-powered IOT sensors, one last thing on the SPI master component the only presale frequencies that can be selected are Fosc / 4/16/64, but the my peripheral works only at 4MHz, instead on the SPI master component of the ESP32 the working frequency is directly selectable and this seems better as an approach, last thing the maximum selectable frequency on PY PICO is 125MHz when it is declared for 133MHz
thanks for your attention, I am waiting for your answers
thank you very much
RTC PY-PICO and more
-
- Posts: 113
- http://meble-kuchenne.info.pl
- Joined: Thu Dec 10, 2020 5:40 pm
- Been thanked: 10 times
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 503 times
- Been thanked: 686 times
Re: RTC PY-PICO and more
Hello,
I've mande some changes to the SPI CAL for the PICO and hopefully you can now use the SPI at varying speeds like you can on the ESP. Let me know how you get on with these.
I've made a note to investigate the RTC and power management features for you.
I've mande some changes to the SPI CAL for the PICO and hopefully you can now use the SPI at varying speeds like you can on the ESP. Let me know how you get on with these.
I've made a note to investigate the RTC and power management features for you.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 503 times
- Been thanked: 686 times
Re: RTC PY-PICO and more
Looking here it looks like the RTC on the Pico is more like a real time counter and cannot be used as a reliable clock. So it might not be worth adding as a component.
https://forums.raspberrypi.com/viewtopic.php?t=325598
What do you think?
https://forums.raspberrypi.com/viewtopic.php?t=325598
What do you think?
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Re: RTC PY-PICO and more
Hi BenR
I have read the topic and as always there are conflicting opinions, the main problem may not be the accuracy itself, but that it does not manage the SLEEP and DORMANT phases, on page 579 of the RP2040 datasheet, for the awakening it refers to an external clock for reboot, so maybe an external RTC is better.
as far as the power management of the ESP32 and the PICO is concerned, how are you doing?
Thanks
I have read the topic and as always there are conflicting opinions, the main problem may not be the accuracy itself, but that it does not manage the SLEEP and DORMANT phases, on page 579 of the RP2040 datasheet, for the awakening it refers to an external clock for reboot, so maybe an external RTC is better.
as far as the power management of the ESP32 and the PICO is concerned, how are you doing?
Thanks
Re: RTC PY-PICO and more
Hi BenR
I tested the new SPI component but the compiler seems to me that now it gives an error on the prescale
thank' s
I tested the new SPI component but the compiler seems to me that now it gives an error on the prescale
thank' s
- Attachments
-
- PICOTT.msg.txt
- (5.87 KiB) Downloaded 282 times