HB-25's and SimpleIDE
NWCCTV
Posts: 3,629
Has anyone at Parallax tested SimpleIDE with the HB-25's. My observations are the following: They do not work with the Servo code. I have spent the past couple of days coding 2 servos on my PropBOE board and when I ported it to my Wild Thumper, it did not work the way it is suppose to. I guess I may end up going back to Spin since I have working code for that.
Comments
EDIT: Do not pay attention to the comments. I fix that after the programs work.
-Phil
EDIT: Should I place a pause in between each of the commands? Was not needed in the spin code which I am attaching below:
-Phil
As for HB25 timing, I usually make sure the pulse train is going before turning on the HB25s. The first print statement has a built-in 0.8 second delay to prevent PCs from trying to install the Propeller as a plug and play serial device. I think Parallax Serial Terminal has the same thing, so you should be okay there. If you delay a certain time between starting code and powering up HB25 in Spin, that same delay should be about right with C.
Full speed on the HB25s is going to be +/- 500 with the Spin and C libraries you are using.