element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum What Raspberry Pi Pico development board do you recommend
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 29 replies
  • Subscribers 660 subscribers
  • Views 13632 views
  • Users 0 members are here
  • raspberry pico
  • pico
  • development_kit
Related

What Raspberry Pi Pico development board do you recommend

colporteur
colporteur over 2 years ago

Can you share some of your Pico insight? I'm looking to start dabbling in Pico. I have experience with Pi's and Arduino's and look forward to discovering the Pico.

My experience suggests a development board is an ideal platform to begin with. It removes some of the heavy liftings. Yeah I could breadboard it and work from there but I thought, hey Christmas is coming why not get yourself a new toy. Who wouldn't want a slick development board under the tree?

Does anyone have any suggestions? What is good or bad in a development board? Since I don't know what I am looking for maybe a list from others is a good starting point?

  • Sign in to reply
  • Cancel
Parents
  • shabaz
    0 shabaz over 2 years ago

    Hi Sean,

    I'm biased too, but if you want the DIY option, then in https://github.com/shabaz123/pico-eurocard there is a zip file there called exportpico_euro_v_2_0.zip.

    If that file is sent to a PCB factory, then the board that arrives can be used as-is (apart from buying the Pico), since the Pico is very complete.

    In other words, by just soldering on the Pi Pico (either directly or with header pins), then the board can be used to patch wires to external breadboard, or to the perfboard area already on the PCB.

    Then, whenever you feel like it, additional parts can be soldered on depending on needs. For instance, a couple of buttons and LEDs, or a 3.3V or 5V regulator, if you want to power other things too.

    This is the completely populated board (but as mentioned, you could start with just the Pico soldered on). The board has space for two Picos (thanks to an idea from Jan Cumps  ). The second Pico is a smaller XIAO RP2040 (it is just used as a debugger when C/C++ coding using the Pico SDK. If you're using Arduino or Python, then it's not required.

    image

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • colporteur
    0 colporteur over 2 years ago in reply to shabaz

    Are you taking orders?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 2 years ago in reply to colporteur

    No paid orders unless anyone requests hundreds of them hehe,  but if you can send me your address in a private message, I can send you one of the spare boards for free (I don't have many, since I only ordered a handful, but can definitely send one).

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • colporteur
    0 colporteur over 2 years ago in reply to shabaz

    My first reaction was to send a message to secure a board and see that you are compensated. After a sober second thought I have to ask myself that if I take you up on your offer will I have the time to get collect the parts, solder up the PCB and invest the time for some initial testing.

    My home is undergoing renovations and a new grandson just arrived. By taking you up on the offer I need to feel I can commit to an end. RIght now I have to say any commitment is difficult.

    Thanks for the offer just the same. I look to a ready-made Christmas present. At least then if it doesn't get used it only impacted me.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Jan Cumps
    0 Jan Cumps over 2 years ago in reply to colporteur

    Don't follow your 2nd reaction. The board works without additional components too.
    There are steps:

    • if you want a prototype area for your Pico, you just need the board and 2 headers.
    • if you want debug functionality (I would like to say: yes you want that), add the Seeed Pico board

    This will give you an environment with flexibility.

    • Do you want a more powerful 3.3 or 5V supply: add it
    • .Do you want a rotary encoder? add it.
    • etc...

    I like the design because this is an almost uncommitted expansion board. You can start from this board with just a Pico. It gives you expansion, at the cost of a PCB.
    When you want to add a programmer/debugger (you should do that - it's an unlock to wealth of features) ,you can do that.


    When you are not looking for a generic prototyping kit, and If you have a specific breakout solution that meets your specific requirements, this is not what you are looking for.

    When you need a board to freely experiment, it's a gem.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 2 years ago in reply to colporteur

    I'm happy to solder on the SMD parts so that if you ever want to expand the board, you won't need to do any SMD, and as Jan says, you only need to add stuff as you require it

    It is actually just a 5-minute job for me to solder the SMD items, so it's no trouble at all. But I understand if (say) you prefer a board with (say) Grove connectors or other plug-on modules etc., since this board doesn't have that, it's really for either 0.1" jumper wires, or direct soldered wires.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Jan Cumps
    0 Jan Cumps over 2 years ago in reply to shabaz

    I have 198x magazines where they introduce SMD soldering. Since then, there has been a lot of info on how to do that. And tools that are in everyone's range. It's easier for everyone, to design a PCB, to solder. And you get neater results.

    If, in 2022, someone thinks that SMD designs are a limiting factor, I don't entertain that feeling. 

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 2 years ago in reply to colporteur

    I didnt want to sell them, but I can find a way : ) 

     Pico Eurocard Rev 2.0 - Free (just pay shipping) 

    If you want one, please let me know on that thread, but there is some (minor) assembly as mentioned. Otherwise, the ones that everyone has recommended look pretty good too!

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • colporteur
    0 colporteur over 2 years ago in reply to shabaz

    Please put aside one unit for me. I will communicate instructions shortly.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • colporteur
    0 colporteur over 2 years ago in reply to shabaz

    Please put aside one unit for me. I will communicate instructions shortly.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube