Wheel and Motor Mount Kit Controller
TheGrue
Posts: 114
I recently purchased the Wheel and Motor Mount Kit [noparse][[/noparse]Item 27971] and was looking for any objects in the Object Exchange for it. I can't seem to find any objects for this kit or am I just blind and missed it somewhere?
Comments
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
How to I set the the Default Ramp Rate on the controller? How do I reverse the second controller? How do I send the controllers the number of increments to move?
All of the PWM objects I have viewed seem to revolve around direct control of motors. I want to control the two controllers that are connected to the two HB-25's. I can do this with the BS2 code but I want to do this with the Propeller.
port.tx($31) would reverse motor with the id of 1.
I thought this might be the case but it couldn't hurt to ask. Why reinvent the wheel if one is readily available?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Searider
I am still trying to wrap my mind around some of it. I see you put in the PRI sections the standard things found in Parallax's demo code and documentation.
One question that arises is how would my Top object update the variables inside the loop of your code? Right now my Top object will read the wireless remote object, then the proximity object and would issue an update to the motors [noparse][[/noparse]as soon as I get that part going].
Thanks in advance.
To be used the way I do, that is the only data that needs to be be sent. That is not to say that you can't modifications. The speed and turn tables that I have are currently optimized for an indoor bot. I have been thinking that i could devise a way to update the tables at runtime so you could select indoor or outdoor mode.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Searider
Anyway, I just uploaded a demo object to the Object Exchange that does what the BS2 demo does "MPC_Roll_Demo.spin"
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Searider
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Searider