element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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
  • About Us
  • 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
WorkBench Wednesdays
  • Challenges & Projects
  • element14 presents
  • WorkBench Wednesdays
  • More
  • Cancel
WorkBench Wednesdays
Forum Microcontroller Dev Boards: What features do you like to have (or to add?)
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join WorkBench Wednesdays to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 21 replies
  • Subscribers 110 subscribers
  • Views 6307 views
  • Users 0 members are here
  • pcb
  • microcontroller
  • arduino
  • pi pico
Related

Microcontroller Dev Boards: What features do you like to have (or to add?)

baldengineer
baldengineer over 2 years ago

image

A couple of weeks ago, I bribed shabaz (with coffee) to send me one of his Pi PIco Eurocards. As the name implies, these are a development board for the Pi Pico / RP2040. In the past, another friend sent me one of his all-in-one microcontroller development boards (pictured above). And I have designed a few boards that had development features on them. Besides those, boards like Adafruit's Feathers or even the iconic Arduino Uno could be considered dev boards. Last, historically, microcontroller manufacturers had elaborate evaluation platforms for their chips.

All of these points made me wonder: what are the features YOU want to see in a microcontroller development board?

image

If we use shabaz's Eurocard, some notable features are:

  • Headers for changing power source (external / Pi Pico / Programmer)
  • Integrated programmer/debugger (RP2040-based Xiao, in this case)
  • Prototype areas for through-hole and surface mount parts
  • SD Card
  • Button
  • LED
  • (and many more)

In addition to features, what tricks or tips have people learned when making a board like this one?

  • Sign in to reply
  • Cancel

Top Replies

  • wolfgangfriedrich
    wolfgangfriedrich over 2 years ago +8
    I just want to point out one feature, which is really nicely done on both of those boards. The markings of connectors and everything else in silkscreen. Pin numbers or signal labels in readable size, also…
  • michaelkellett
    michaelkellett over 2 years ago +7
    Keep it simple. Power supply input, on board regulator and clock. Break out every pin. Serial port, debug programming port. 0.1" headers are good and cheap but sometimesd take up too much room…
  • mayermakes
    mayermakes over 2 years ago +6
    i don't really have requests in stuff that should be on the board, I prefer to have zero clutter or parts that I don't really use in the project present to avoid conflicts and confusion on my part. also…
Parents
  • shabaz
    shabaz over 2 years ago

    Another benefit of large boards is that they can house a lot of project : ) That trainer board's breadboard area could be used to carry a PCB or stripboard or perfboard etc, just placed or pushed on top. I do the same thing on the Pico board.

    I was experimenting with audio in the photo here. Since this amplifier board needed 12V, I could take that power from the screw terminals visible at the right side of the photo, powering everything from the single barrel connector.

    image

    I don't use many MikroE Click boards, but I needed one here, so I prototyped a Click adapter to plug on top. Actually normal stripboard/perfboard can be plugged on, but I had a few older revision Pico Eurocard boards so I cut one in half to plug on top here. Might as well reuse scrap boards if possible:

    image

    GPIO pins in order can help sometimes; the connector on the right side is organized in that order, so the LED 7-segments could be nicely in A-G segment sequence on the header:

    image

    Soldered parts on the main area:

    image

    The parts are really easy to desolder (so that the board can be reused many times)  because of this; there's a gap between the holes and the pads:

    image

    Incidentally, 30 AWG wire is always handy to have on hand for creating projects/fixing circuit board problems etc.

    image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • shabaz
    shabaz over 2 years ago

    Another benefit of large boards is that they can house a lot of project : ) That trainer board's breadboard area could be used to carry a PCB or stripboard or perfboard etc, just placed or pushed on top. I do the same thing on the Pico board.

    I was experimenting with audio in the photo here. Since this amplifier board needed 12V, I could take that power from the screw terminals visible at the right side of the photo, powering everything from the single barrel connector.

    image

    I don't use many MikroE Click boards, but I needed one here, so I prototyped a Click adapter to plug on top. Actually normal stripboard/perfboard can be plugged on, but I had a few older revision Pico Eurocard boards so I cut one in half to plug on top here. Might as well reuse scrap boards if possible:

    image

    GPIO pins in order can help sometimes; the connector on the right side is organized in that order, so the LED 7-segments could be nicely in A-G segment sequence on the header:

    image

    Soldered parts on the main area:

    image

    The parts are really easy to desolder (so that the board can be reused many times)  because of this; there's a gap between the holes and the pads:

    image

    Incidentally, 30 AWG wire is always handy to have on hand for creating projects/fixing circuit board problems etc.

    image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • 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