Servo control on Ubuntu 12.04 LTS on BeagleBoard-XM
294 views
Skip to first unread message
luismi morales
unread,
Oct 23, 2012, 11:40:36 AM10/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagl...@googlegroups.com
Hi,
I have been looking for information on the Internet, in this forum, but have not found anything ..
I need to control a servo. I'm under Ubuntu 12.04 on a BeagleBoard. Any help please?
Everything I've found talks about Angstrom, whose files and directories are organized differently than Ubuntu. If anyone knows of a module for Ubuntu, I appreciate ...
Thanks!
jose antonio rubio
unread,
Nov 5, 2012, 12:51:47 PM11/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagl...@googlegroups.com
Hello I use the expansion board www.TinCanTools.com It's contains an Arduino and I control with serial port
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagl...@googlegroups.com
Easiest method would be using the PWM outputs on the BeagleBone to drive the servos via a servo controller board. You can't use the software GPIO on the BeagleBone for this, the Linux kernel introduces too much jitter and latency. You could also look at using the BeagleBone PRU with the GPIO pins.
Andrey Nechypurenko
unread,
Nov 5, 2012, 1:39:31 PM11/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagl...@googlegroups.com
> Easiest method would be using the PWM outputs on the BeagleBone to drive the
> servos via a servo controller board. You can't use the software GPIO on the
> BeagleBone for this, the Linux kernel introduces too much jitter and
> latency.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagl...@googlegroups.com
For pruss you can also try this: https://github.com/pomarek/sw_pwm Its not the final version but it works:)
When I find some more time I'll push a little newer version
(additional 4 relay control lines - to allow enabling/disabling groups
of servo)
This is a kernel module so you need to compile it with your kernel source.
NOTE: It was tested only on two versions of kernel - very old and very
very old:) (I don't remember the numbers)