Raspberry Pi Pico 2 #60
Replies: 3 comments 1 reply
-
That's great news! Looking forward to your test results, especially w.r.t ADC performance. It wiil be a p.i.t.a. to exchange the Pico on the OGD board, though. |
Beta Was this translation helpful? Give feedback.
-
Just tested the board and the results are pretty amazing actually. The DNL issues, are obviously gone and with it the Due to this combined with the more powerful processor cores (and FPU), the total dead time reduced significantly, which is probably the biggest change. With the same settings both on the Pico 1 and Pico 2 at default settings the dead time in energy mode halved (!) from ~24µs to ~12µs. The dead time in Geiger mode actually reduced more than that, it only registered ~1µs of dead time on the Pico 2, while the Pico 1 had about 4µs. This is of course only the software-measured dead time, there will still be a bit of a constant overhead on top of all of that, that cannot be measured in software. It's pretty safe to assume that this hasn't changed too much between the revisions, so the relative decrease in dead time is very significant. The flash size is now triple that of the old version at 3 MB reserved for custom spectrum storage. This means you're able to record almost 3x the amount of spectra before running out of space, which is also huge. The cherry on top of all of this is that power efficiency went up too. Without any further changes, the detector now consumes a good 10% less power than before according to my testing. I will also investigate the new sleep/dormant modes of the RP2350 as soon as there is support for these. On a side note, I was able to overclock the Pico 2 to 250 MHz at the default 1V core voltage in the sketch, which is 25 MHz higher than with the Pico 2 (225 MHz). Therefore the All of the hardware and software files are up to date now for the Pico 2 and development will continue on the Pico 2 from now on. The new board revision 4.2 is unchanged from the old one besides the switch to the Pico 2 and an updated BOM position for the out-of-stock buzzer. I will update the post on my website to also reflect these results (link above). |
Beta Was this translation helpful? Give feedback.
-
Ok, here is how I removed the old Pico from the OGD board: |
Beta Was this translation helpful? Give feedback.
-
The Raspberry Pi Pico 2 is a huge improvement to the project. Most importantly the processor will be a lot faster (new architecture and FPU), double the RAM and they finally fixed the ADC! 🚀
Read the full post on my homepage: https://nuclearphoenix.xyz/2024/08/10/pico-2
Let me know what you think, either here directly under this post or on my homepage! 👍🏻
Beta Was this translation helpful? Give feedback.
All reactions