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
Arduino
  • Products
  • More
Arduino
Arduino Forum Prototyping PCB with Arduino and regulators question
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 2 replies
  • Answers 2 answers
  • Subscribers 390 subscribers
  • Views 350 views
  • Users 0 members are here
Related

Prototyping PCB with Arduino and regulators question

roineust
roineust over 8 years ago

Hello,

i'v been prototyping a circuit with several components on it, in addition to an Arduino that is connected to that circuit. Now i have got to a point, where there is a need to put the whole thing on a PCB. I found out that there are companies, such as Elecrow (https://www.elecrow.com/ ) that make this stage of moving from a bunch of wobbly protruding wires and into an initial prototyping PCB - a relatively easy task. Yet, after an initial learning phase of tools such of several EDA and Gerber file editors, i still have some unanswered questions:

1. There are several regulators (more than 6) ranging from 3.3V 1Amp to 22V 5Amp, that backup the whole system power wise: Is there a way to seamlessly integrate such a regulating functionality into a PCB, so there will be some sort of power bus on it, with several volt outputs and altogether around 10 Amps of power, so i don't have to buy the regulators as separate components and connect them separately to the PCB with wires?

2. Is there a way to also integrate an Arduino, with its digital/analog input/output finctions into the PCB, so the input/output wires also don't have to protrude outside the PCB, but rather the Arduino be an integrated part of the whole PCB?

3. When i ask if there is a way to do the above PCB type of integrations, i mean of course to ask what is the most efficient and friendly way to do it. i understand that i can try and make the integrations myself, by building the regulators and Arduino from scratch, component by component (e.g. ATmega1280 , capacitors, transistors, MOSFETS etc..) The question is if Elcrow or other such companies, have a process that makes it easier/cleaner and 'wizard' like, to integrate these functions of regulating and Arduino into a prototyping PCB.

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 8 years ago +4 suggested
    Hi Roi, There are a few different implementations that are feasible. (a) Use your PCB to house all the separate modules that you have. The boards can be soldered on using (say) SIL header pins and sockets…
  • dougw
    dougw over 8 years ago +3 suggested
    Look for a CAD package that has the components you want to use in their libraries. This way you only need to specify the connections. For example, Eagle has auduino and voltage regulator libraries available…
  • dougw
    0 dougw over 8 years ago

    Look for a CAD package that has the components you want to use in their libraries. This way you only need to specify the connections.

    For example, Eagle has auduino and voltage regulator libraries available. You can lay it out and then simply plug an arduino onto your card with no wires. The regulators would be directly soldered to the card. If they are regulator modules, they could plug onto your card or be soldered.

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

    Hi Roi,

     

    There are a few different implementations that are feasible.

    (a) Use your PCB to house all the separate modules that you have. The boards can be soldered on using (say) SIL header pins and sockets.

    (b) Build all your modules by scratch, i.e. individual components onto the PCB

    (c) A hybrid of (a) and (b) where some of the funtionality is built from scratch using individual components, and some consists of ready-made modules/boards soldered on using SIL headers/sockets

     

    A variant of (c) is the Arduino shield. In other words, design your PCB to fit on top of the Arduino.

     

    The most common is (b) or (c). I've not heard of any service where Arduino and voltage regulators are handled for you automatically and you just need to add the rest. The nearest to this would be an Arduino shield where you design what is on the shield, and it plugs onto the Arduino.

    If you need to have DC-DC converters then it is quite common to purchase a module and fit it onto the PCB. This is because it is a specialist skill to produce a DC-DC converter and might not be the core function you're developing, so it makes sense to use an off-the-shelf DC-DC converter. If you need microcontroller functionality then it is common practice to fit an Atmel chip on a PCB and a DIL header for an in-circuit programmer.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
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