top of page

Safari browser sometimes has issues displaying images...

I.e: *you have to click on the images to see them...

For a better browsing experience on Brainy-Bits

Please use Chrome, Edge or Firefox browser.

  • Writer's pictureBrainy-Bits

How to make your own Standalone Arduino



OVERVIEW


Once you have your project working on a Arduino UNO and would like to make it permanent without sacrificing your Arduino UNO development board, it’s a good idea to just take the ATmega328 chip out and embed it on a breadboard or PCB.


Making your own Standalone Arduino is not just about saving money it’s also about using less power since you decide what components to include.


In this tutorial we will build 2 versions, one using the standard LM7805 voltage regulator and an other using a miniature switching power supply board.


Note:  There are many different ways to build a standalone Arduino, this tutorial is meant to show you 2 ways to achieve this.

 

PARTS USED


Mini Switching Power Supply Module


ATmega328P chip with Arduino Bootloader

LM7805 Voltage Regulator


These are Amazon affiliate links...

They don't cost you anything and it helps me keep the lights on

if you buy something on Amazon. Thank you!

 

CONNECTIONS


Here are the parts used in both version :


10uf electrolytic capacitors, 22pf ceramic capacitors

10K and 220Ohms resistors

16MHz crystal, tact switch and 3mm LED


As you can see in the schematic above, we are using the popular LM7805 to regulate the power down to 5V.


The LM7805 is not the most efficient (approx. 55%), but if your project is connected to the grid, than this doesn’t really matter.


Now in this schematic we are using a more efficient (up to 96%) miniature switching power supply.


If using batteries this would save power and make your project last longer.


Also it requires less connections since all the component are included on the switching board, unlike the LM7805 that requires capacitors and jumpers.


We are using 2x 18650 Protected batteries of 3.7V and 4500mAh each.

Connected in series they will provide between 7.4 – 8.4V and have a capacity of 4500mAh.


Using Protected 18650 batteries is important to make sure that they don’t get overdischarged.

 

TUTORIAL VIDEO




 

CONCLUSION


As you can see the Arduino UNO board on its own uses quite a bit of power, so building a standalone Arduino UNO makes sense once you have your project working and want to power it using batteries.


Many thing will influence the runtime:  number of sensors, Led’s, update intervals, etc… but using an efficient power regulator will save power that would have been lost otherwise, and for about 1 dollar more compared to using the LM7805, it kinda of makes sense.


Also keep in mind that there are many other ways to build a Standalone Arduino UNO, so as we always say:


Get Learning, and build your own,  “Your” way!

705 views0 comments

Recent Posts

See All

All my content is and will always be Free.

If you feel that my Videos / Tutorials are helping, and you would like to contribute...

 You can toss some coins in the Tip Jar via PayPal.

Select amount then click the “Donate” button.

bottom of page