-
Notifications
You must be signed in to change notification settings - Fork 24
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
Ir communication [BOLT] #30
Comments
Similar to #22. Without a BOLT I cannot quite debug this, and a BOLT is somewhat expensive... |
I mean hey, I got windows 10 and a bolt of my own, buuuut no second bolt/RVR to receive/send IR stuff from/to the bolt. We'd technically need two robots to truly test out the IR.. |
By changing some methods into partial methods and reversing some arguments, I was able to correct some of the communication IR: Broadcasting, follow and evade work. But I still have difficulties to make the message sending work. I think the problem is at this level: for the moment I put this : but it doesn't work. |
hello, has IR communication been implemented for sphero in general and bolt in particular? because it doesn't look like it has, I've been digging through the library files and I can't seem to find a way to operate the duo start_ir_broadcast(0,1) on one bolt and start_ir_follow(0,1) on another.
The text was updated successfully, but these errors were encountered: