Settings

Theme

Arduino Nano with Raspberry Pi Pico Chip

docs.arduino.cc

31 points by gandalfff 3 years ago · 4 comments

Reader

steve_adams_86 3 years ago

I like the RP2040 a lot. Getting started with it on a Qt Py and the Pico W was really easy and pleasant, and for the price, it’s kind of mind blowing what kind of power you’re getting.

I’ve been moving hydroponic automation code and hardware from an arduino uno over to a Pico W running circuit Python, and it has been such an empowering experience. I’ve got the Pico on a block terminal breakout so I can prototype faster, make future modifications, and rewriting everything in Python has been mostly painless. The wifi radio library had some hiccups, but it was fixed fairly quickly and I had work arounds.

One thing I’m not clear on is why the arduino nano connect costs so much more than the Pico W. I’m not really deep into embedded stuff yet — I mostly dabble and if stuff works, I’m ecstatic. I got my Pico W for around $12 CAD though, and the nano at the moment is around $30 CAD. Is it just that arduino community and support is so strong?

I actually loved building on the Uno first and wanted to rebuild using the arduino MKR 1010, but the Pico has seemed much more flexible, slightly smaller, and much cheaper to replace if anything goes wrong. Am I missing out on something?

  • Aaron2222 3 years ago

    Looks like the Nano has 16MB of flash as opposed to 2MB on the Pico W, as well as Bluetooth, an onboard accelerometer, gyroscope, microphone, temperature sensor and cryptographic co-processor.

    • steve_adams_86 3 years ago

      I already responded but I wanted to say thanks. Your response sent me down a bit of a rabbit hole learning more about what my controllers are all about, what they’re best suited to, etc. and I’m realizing I should have done that a little sooner.

      I wanted to jump in and get things done previously (and I’m glad I did that at least), but I suspect digging deeper into this will actually be a huge benefit to future projects. There’s a lot to know!

    • steve_adams_86 3 years ago

      Wow, I totally missed the cryptographic co-processor. That’s very appealing. I’m not sure how I’d use 16MB of flash in my projects, but I’m guessing that’s one of those things where once you have it, you can’t imagine working without it.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection