1

I have a project made with Arduino, and I want to replace it by a miniaturized circuit with just a microcontroller. Is there any tutorial that can guide me in doing this? Any reference is wellcome. Thank you!

asked Dec 11, 2015 at 21:59
2
  • This can be a useful exercise, though unless you need to incorporate other components it may be worth considering a cheap premade miniature Arduino clone PCB rather than a DIY effort. Commented Dec 12, 2015 at 16:25
  • I found that the Arduino Pro Mini might actually be smaller than a ATMega328P DIP (with external reset button, LED's, power circuit and cyrstal). Look how tiny it is :D i.ytimg.com/vi/SV32k9gCvik/maxresdefault.jpg Commented Mar 22, 2016 at 11:10

2 Answers 2

4

You can use an Arduino on a breadboard to get you going. From the breadboard, you can then develop a circuit on a pre-made PCB like this:

PCB

Then to a custom PCB, if you so desire.

answered Dec 12, 2015 at 0:09
1
  • you can also your m328p-less uno as a serial programmer, if you don't use the hardware serial already Commented Dec 12, 2015 at 0:10
2

The main question is: Which features do you want to have on your board?

You can start off with the design files of the Arduino board you are using: update what you need (and don't need).

Then, for the manufacturing itself, several approaches will work:

  • veroboard & through hole components. Not very practical, not small, but easy;
  • DIY manufacturing: toner transfer method, or if you have a CNC, isolation milling;
  • Boardhouse (e.g. PCB manufacturer) to whom you send your finished design to have it manufactured.

An alternative would be to use a smaller board, like an Arduino nano: it all depends on what your constraints/goals are.

Greenonline
3,1527 gold badges36 silver badges48 bronze badges
answered Mar 22, 2016 at 10:59

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.