There is a version of ServoBlaster for testing on this thread:
http://www.raspberrypi.org/forums/viewt ... 5&start=25
Reported working by a couple of people.
Richard
Thanks very much for the fixes! One day I'll find time to merge them in to github.edb wrote:Hi Richard I did figure this out - in your original demo_3d.cpp you call...
Joan is correct, the kernel space driver is depreciated and you really should use the userspace servod.c one instead (ServoBlaster/user/servod.c).JohnneyBoy wrote:Hello,
I looked like I needed to update the kernel source .config file with a valid one, the driver now compiles.
Just need to test it....
John
Please see the README in the github repository, and use the user space servod implementation, not the kernel space servoblaster.ko implementation.Zeryk wrote: when sudo insmod servoblaster.ko then Error: could not insert module servoblaster.ko: Invalid module format
Excellent! That's what it is all aboutForris wrote:I've written my first bit of real-world Python and my son is now showing an interest in my new toy.