Update README.md

This commit is contained in:
Agustín Gimenez Bernad 2024-08-09 17:40:59 +02:00 committed by GitHub
parent 37abe1aedc
commit 1a76cad974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,21 @@
# LogicAnalyzer # LogicAnalyzer
## Downloads
You can find all the compiled projects in the [Releases section](https://github.com/gusmanb/logicanalyzer/releases).
Latest version: Release 5.1.0.0, 05/05/2024
----
# More boards on the go!
One of the new functionalities of the RP2350 is the capability of having two XIP devices and also has the full device implementation (RP2040 only had READ capabilities implemented). This means that is possible to have (for example) a flash device *and* a PSRAM connected to it.
Unfortunatelly the Pico 2 does not expose the QSPI pins and they are tied directly to the flash... But there is hope! PiMoroni has developed the PiMoroni Pico Plus 2 which contains 16Mb of flash and 8Mb of PSRAM.
I already have ordered one of these new boards and have some ideas on what could be done with them :D
Right now the most possible one is this: PSRAM is not fast enough for sampling at a decent speed with many channels, BUT, it is fast enough for something like storing ADC samples, so what I'm going to try is to allow the mix of analog and digital channels. The analog channels will be very slow compared to the digital ones (only 500Ks/s) but it still can be useful to monitor behaviors of things like motors, servos or whatever. As the PSRAM is 8Mb it will allow to store up to 8 seconds of analog data on single channel mode (2 bytes per sample at 500Ks/s is roughly 1Mb/s of data), this, combined with the upgraded onboard ram and the burst mode can be really useful in multiple projects.
Stay tuned for more news!
---- ----
# Exciting news! The Pico 2 is coming soon! # Exciting news! The Pico 2 is coming soon!
@ -13,12 +30,6 @@ I was preparing a release for this month but it's going to be delayed, once I re
Stay tuned! Stay tuned!
## Downloads
You can find all the compiled projects in the [Releases section](https://github.com/gusmanb/logicanalyzer/releases).
Latest version: Release 5.1.0.0, 05/05/2024
----
## RELEASE 5.1 ## RELEASE 5.1
This release is a QoL release with some functional corrections. For more details check the release page. This release is a QoL release with some functional corrections. For more details check the release page.