AVR Compute Kit servos

Hi, where can I find the code to help work out with the servos or is this something that I find out how to do ourselves as part of the competition?

I’ll be glad to help out. Can you first confirm that you have servo control using the GCS sliders?

If you can share a little more about what you’re trying to do we can share a tutorial.

Yes we have the sliders and they work, we are attempting to make a slider that links 3 or 4 servos together

We have a pre-release of DEXI-OS v0.11 with a servo example that you can test. You can find the image here:

There is a sample flow called Compute Kit Servo Control as you can see below:

and you can easily modify it to allow multiple servos to be controlled together. You can add inject nodes to test directly from the flow or you can access the dashboard to control it from a UI:

This example assumes you have servos connected to the Servo 0 and Servo 1 ports on the compute kit hat.

Thank you, this works very good