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
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Embedded Forum how to start to develop customized development board??
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 5 replies
  • Answers 4 answers
  • Subscribers 466 subscribers
  • Views 934 views
  • Users 0 members are here
Related

how to start to develop customized development board??

shakti334
shakti334 over 5 years ago

I have Worked on few development boards of arduino such as nano,uno,mega,etc. But how can we design our own microcontroller board? what is the procedure to design them and which softwares are used?

waiting for an appropriate answer. Thanks in Advance.

  • Sign in to reply
  • Cancel

Top Replies

  • Fred27
    Fred27 over 5 years ago +4 suggested
    If you really want to design your own development board, then I agree with the posters above. There's not a great deal of point. However, I suspect what you really mean is you want to design your own custom…
  • fmilburn
    fmilburn over 5 years ago in reply to clem57 +3 suggested
    As the others have said, you should define your objectives and needs. But if you are interested in what the general steps are there is a tutorial here for creating a small Microchip (was Atmel) development…
  • clem57
    clem57 over 5 years ago +2 suggested
    Before you go build your own custom board, you have to ask what use(s) do you plan for it. Once you decide the goal, then ask why a current board does not fit your needs. It is possible to build a board…
Parents
  • 14rhb
    0 14rhb over 5 years ago

    I'm all for electronics, so please don't let my next comment put you off, but I agree with clem57 comment - is it worth it? There are so many great dev boards avaiable at very reasonable cost.

     

    What would be the goals of designing your own? A few answers could perhaps be:

    •           To have met the challenge of being able to do so. e.g. for fun
    •           To understand, again because you just want to.
    •           To build one that has very specific specification - peripherals or battery life .
    •           To mass produce one for market. (I think this was previously discussed)...e.g. to make money.
    •           To make a locally available board - with suitable PCB stencil in local language.

     

    Out of interest shakti334 who are you referring to by the following statement - a buisiness company, a maker group, some friends or a school/university group ?

    But how can we design...

     

    If you did want to take this route it very much depends what skills you have and which are available. Personally if making myself I would use the tools and manufacturers I was most familiar with.

    Therefore I would already know that my board would utilise one of the Microchip MCU devices as I am experienced in using those. I would think about what specification I needed on the board and identify some suitable device familes. I would look more closely at the footprints and costs if it were for mass production and eventually select a model to use. I'd do lots of reading of the datasheets. I'd identify other circuit components required such as a buffer, USB-UART bridge, power supply, programming header, and whatever else my specification needed. I would identify the actual components required and then start making the PCB design. For that I would use Autodesk EAGLE because I am also familiar with that. Others would likely use Altium Designer or one of the other PCB packages. To have the 'Arduino experience' of a managed boot up you would also need to start writing some boot code (which would also setup and run the UART/USB). You'd likely need a few test boards to rigorously check for operation.

     

    If you were marketing this you would have lots of other things to do. For example local regulations to comply with - RF interference, component specifcations, electrical safety. You would need documentation, a website ready for startup and tutorials. You would need packaging, branding,advertising and customer support.....lots to do and it nedds doing those parts well to make it successful. Finally after all that effort you would find things are moving on and so this would need to be a quick process and one you find you have to repeat quite often. If that is still your aim then I wish you well image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • 14rhb
    0 14rhb over 5 years ago

    I'm all for electronics, so please don't let my next comment put you off, but I agree with clem57 comment - is it worth it? There are so many great dev boards avaiable at very reasonable cost.

     

    What would be the goals of designing your own? A few answers could perhaps be:

    •           To have met the challenge of being able to do so. e.g. for fun
    •           To understand, again because you just want to.
    •           To build one that has very specific specification - peripherals or battery life .
    •           To mass produce one for market. (I think this was previously discussed)...e.g. to make money.
    •           To make a locally available board - with suitable PCB stencil in local language.

     

    Out of interest shakti334 who are you referring to by the following statement - a buisiness company, a maker group, some friends or a school/university group ?

    But how can we design...

     

    If you did want to take this route it very much depends what skills you have and which are available. Personally if making myself I would use the tools and manufacturers I was most familiar with.

    Therefore I would already know that my board would utilise one of the Microchip MCU devices as I am experienced in using those. I would think about what specification I needed on the board and identify some suitable device familes. I would look more closely at the footprints and costs if it were for mass production and eventually select a model to use. I'd do lots of reading of the datasheets. I'd identify other circuit components required such as a buffer, USB-UART bridge, power supply, programming header, and whatever else my specification needed. I would identify the actual components required and then start making the PCB design. For that I would use Autodesk EAGLE because I am also familiar with that. Others would likely use Altium Designer or one of the other PCB packages. To have the 'Arduino experience' of a managed boot up you would also need to start writing some boot code (which would also setup and run the UART/USB). You'd likely need a few test boards to rigorously check for operation.

     

    If you were marketing this you would have lots of other things to do. For example local regulations to comply with - RF interference, component specifcations, electrical safety. You would need documentation, a website ready for startup and tutorials. You would need packaging, branding,advertising and customer support.....lots to do and it nedds doing those parts well to make it successful. Finally after all that effort you would find things are moving on and so this would need to be a quick process and one you find you have to repeat quite often. If that is still your aim then I wish you well image

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