Super noob question:
I have a project that takes inputs from a sensor- two analog inputs- and uses the values to give two pulsing outputs to a servo. It also drives five LEDs that turn on when the sensor is giving a reading that is outside a certain boundary. Basically it's like a gimbal- it senses with a 2-axis G sensor and then tells the servos to move.
The issue is the size. The Uno I am using is way too big for my little servo gizmo. Is it possible to just program the ATMega chip, remove it from the Uno, and then put it into a socket on a separate small PCB that has the LEDs on it and the sensor soldered to it? For accurate pulses, do I need some sort of crystal? Oh, I already have a 5V regulated power supply that I assume would power the ATmega chip. I see little capacitors and resistors on the Uno, but they look like they are for the USB translator chip and on board LEDs, but maybe not...
Sorry for the unbelievably noobish question, but I never took an electronics class unfortunately and am trying to teach myself with the help of all you excellent people. Thanks!