Im planning to use an arduino mini on a RC helicopter.
Would it be possible to run the mini power from a 7.2V battery pack to the +9V of the mini ?
Would the arduino mini then output a regulated +5v at any pin so i can run a 5v sensor? (possibly the +5v pin at the top or bottom??)
Also, on another note,
3. if i buy an arduinoNG and flash the program to it, then remove the atmega8 chip can i just connect the corresponding pins as i would the arduinoNG pins ? (ie no need for any other hardware / ?bootloader? etc etc)
Does the standalone ATmega8 need exactly 5v to run?
And, finally, does just the standalone atmega8 have the ability to convert 7.2V to 5v ? (unlikely eh)
If you're following these plans, make sure to pay attention to Daniel's tip above on replacing the 7805 regulator with something that can handle your lower input voltage.
@brainfart - i am starting off by putting a gyro on a cheap heli and modulating the tailrotor to keep it from yawing - (Maintenance) and then will proceed to add on things from there.
@Daniel - Thanks for the info. Good point on the low dropout voltage regulator! thnx. I have a stupid Q regarding the crystal (see #6 below)
@Neilzero - Thanks for that page. It REALLY helped me get a better understanding of most of the concepts of standalone atmega, and a lot of the links on the page were useful too!
Here are a few more Qs i had -
Heres the stupid Q - if i use the atmega's internal crystal/oscillator, which i have read is equivalent to 1Mhz, would that mean my atmega will be running at 1/16th the speed compared to if i used an external 16MHz crystal? (So in a sense a 16MHz external cryztal is "overclocking" it?)
If i program the atmega168 via wiring board, will it be able to put a bootloader on as well as upload the program i write? or will it only do the bootloader and i will have to put it in my arduinoNG to upload the program ?
Any useful links of people using gyros with their own microcontrollers in helicopters? or for anything else?
Would i be correct to assume that a gryo will only show a rate of change if there is rotational movement about its axis, and not if it is moved around on a horizontal plane without any rotation?