Hello everyone,
I wrote a simple Arduino sketch to control 12 led lights in a pattern.
The led's will be mounted on my quadcopter.
The plan is to burn the sketch to an Attiny2213 micro controller mounted on a board along with the relay, transistors ect.
The problem is that the quad uses a 4s lipo(14.8v) battery.
Attiny2213 has a max of 5.5v.
I currently have a working model on the bread board with the led's using the 14.8v, and a 9v battery powering the Arduino.
Any suggestions on how to get rid of the 9v battery(weight reduction is the goal), and use only the lipo battery to power everything?
Thanks for your help.
Stan