[Dprglist] New Raspberry Pi RP2040 boards

John Swindle swindle at compuserve.com
Sat Jan 23 10:40:32 PST 2021


RP2040 has a single 500kS/sec 12-bit ADC with a zero-settling-delay* input mux and dedicated FIFO. That's something that the cheap alternatives haven't had. Or at least I thought I had searched for that option in 2019 and had not found anything. I didn't keep my notes.
I care about this stuff because I'd like the audio localizer to be smaller, cheaper, etc. 12 bits is nowhere near enough for what I want to do, but it's great to see it built into the processor chip at $4 on a board. TI had similar offerings but with significantly greater features at considerably higher prices like $9 to $30.
If the highest measured frequency is low enough and the latency is acceptable, then the hardware FIFO can assist with oversampling. With CPU overhead, more oversampling can be done. But, unfortunately, to get to 16 bits of resolution, the highest measured frequency would only be about 1kHz (half of 500kS/s / (2^4)^2).
Impressed that the little CPU has a 600 page datasheet. Makes sense considering all the stuff in it.

*I think they can say this because all conversions take the same amount of time and some conversions fail due to lack of time, so I think there actually is settling delay, but it's built into the latency.

-----Original Message-----
From: Murray Altheim via DPRGlist <dprglist at lists.dprg.org>
To: dprglist at lists.dprg.org
Sent: Thu, Jan 21, 2021 9:33 pm
Subject: Re: [Dprglist] New Raspberry Pi RP2040 boards

On 22/01/21 2:36 pm, Rud Merriam via DPRGlist wrote:
> I now see there is an Arduino board using that chip and possibly
> support for the original using Arduino IDE.
FYI, the new board will be called the "Arduino Nano RP2040 Connect", a Nano
form factor, 16MB of flash memory, a 9-axis IMU and some sensors, with an
announcement by Massimo Banzi of Arduino at:

  https://blog.arduino.cc/2021/01/20/welcome-raspberry-pi-to-the-world-of-microcontrollers/

As regards using the Arduino IDE, quoting Mr. Banzi:

  "We are going to port the Arduino core to this new architecture in
    order to enable everyone to use the RP2040 chip with the Arduino
    ecosystem (IDE, command line tool, and thousands of libraries)."

Cheers,

Murray

...........................................................................
Murray Altheim <murray18 at altheim dot com>                      = =  ===
http://www.altheim.com/murray/                                     ===  ===
                                                                    = =  ===
    In the evening
    The rice leaves in the garden
    Rustle in the autumn wind
    That blows through my reed hut.
            -- Minamoto no Tsunenobu

_______________________________________________
DPRGlist mailing list
DPRGlist at lists.dprg.org
http://lists.dprg.org/listinfo.cgi/dprglist-dprg.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dprg.org/pipermail/dprglist-dprg.org/attachments/20210123/91c3fcf1/attachment-0001.html>


More information about the DPRGlist mailing list