Hello again,
I have thought up a new project for myself.
And size is the key.
So instead of using a atmega8 @ 8mhz with almost always use.
I want to use a attiny84 @ 8mhz (internal)
I want to receive a IR signal
And with that input i want to drive 2 servos motors
I have successfully done this with a at168 @ 16 mhz
When i changed it to 8mhz internally the servo library didn't work any more.
Sadly my knowledge is to low it see what the problem is, but ive solved it using a softwareservo library.
As i want to make it as small as possible i was thinking to use the tiny84
Needs:
- 2 servo's
- 5 inputs (1 for IR, 4 for reading out switches)
- 1 serial 9600 baud ( to config the settings)
So it this possible to do?
using the standard library (servo, serial)
Thanks in advanced