from Hacker News

Arduino Nano with Raspberry Pi Pico Chip

by gandalfff on 11/18/22, 11:27 PM with 4 comments

  • by steve_adams_86 on 11/19/22, 6:21 AM

    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?