Servo control with ATMega128 and 4017 decade counter
Submitted by Adriaan on Tue, 12/30/2008 - 08:04Since moving to FreeRTOS Renoster's control system lost the use of Timer1 thus the ability to control 4 servos using PWM. After some scouring on the net using a 4017 decade counter seem to be the solution to get that functionality back.
ATMega128 with FreeRTOS
Submitted by Adriaan on Sat, 12/20/2008 - 08:51Renoster requires a fairly integrate control system, with several tasks required to run almost simultaneously, e.g. position calculation, way point tracking, mapping etc. and others need to be able to interrupt those in the event of possible danger, e.g. collision detection, tilt detection etc. A preemptive multitasking OS such as FreeRTOS provides all these features.
