-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples version for non-arduino #5
Comments
Hi, |
Hi, SalahuddinAsh |
On Ubuntu/Linux, put the following into a file 'sbgcbeep.sh' and run it. It should make your controller beep a couple times. You will need a password to set permission on your serial port. Also you should check the dmesg command to determine which serial port the sbgc is attached to, and possibly modify it in this script. See the SBGC serial protocol document for further details. #!/bin/bash sbgcbeep.sh - send command to Simple Brushless Gimbal Controller (SBGC) to make it beepauthor M.Lewis 2019-apr-8SBGC_PORT=/dev/ttyUSB0 sudo chmod 666 $SBGC_PORT START_BEEP="3e 59 0c 65 01 00 00 03 00 00 00 00 00 00 00 00 04" |
Hello, @marklewis3000. |
@Kumaron sorry but I have not successfully been able to control the movement of an attached gimbal using the code in this repo. |
Hi,
could you please provide a version for the examples for non-arduino computers? I'm using ODroid-XU4 and I'd like to control the gimbal controller from there. Otherwise, could you please give hints how to do that myself?
Thanks in advance
The text was updated successfully, but these errors were encountered: