Juke_Bot Propeller spin project
msiriwardena
Posts: 301
in Propeller 1
I have been putting this project to-gether and it does not work.
I now know of few issues.
1.I used the Activity Bot it uses - high speed 360 servos and original project used Bee-Bot with standard servos.
2. I have no sound -although - they both uses same parts.and drivers.
The activity bot erratically which is mosy likely driver issue but I have double cheked the sound(JUKE-bot) - Ihave no sound at all-I follwed all the instructions.
The activity bot - uses Activity Board WX - which uses the pins for the hardware sa the Bee-bot.
I hope some one will help to fix the issues - mainly the servo issue.
Thank you.
Siri
I now know of few issues.
1.I used the Activity Bot it uses - high speed 360 servos and original project used Bee-Bot with standard servos.
2. I have no sound -although - they both uses same parts.and drivers.
The activity bot erratically which is mosy likely driver issue but I have double cheked the sound(JUKE-bot) - Ihave no sound at all-I follwed all the instructions.
The activity bot - uses Activity Board WX - which uses the pins for the hardware sa the Bee-bot.
I hope some one will help to fix the issues - mainly the servo issue.
Thank you.
Siri
Comments
Siri
These lines of code are from the “DemoFeedBackServo”:
repeat until pst.rxCount <> 0
repeat theservo from 0 to LastServo
pst.str(string(" Servo"))
pst.dec(theServo)
pst.str(string(" Theta: "))
dispThree(FBS.GetPos(TheServo))
pst.str(string(" RPM: "))
dispThree(FBS.GetVelocity(TheServo))
waitcnt(clkfreq/10 + cnt)
pst.newline
I am trying to understand what this line-
"dispTree(FBS.GetVelocity(TheServo))" - refers to – rest of the code I understand and this line appears in the 360 Driver too.
Please can you explain this to me(I am not a experience coder ).I can write
simple code in spin.
Thank you,
Siri
Please move the last comment to Robotics discussion under the same topic.
Thank you,
Siri
Tom M.
What got me confused is that normally in spin when referring to a method
a period(.) is placed after the reference to the method.
The line is: "dispThree(FBS.GetVelocity(TheServo))"
I will post the question to Tom C.
Thanks for the prompt reply.
Siri
I am looking at the obex version at this link and I did not see dispThree called in the driver object.
obex.parallax.com/object/869
Hope this helps,
Tom M