OldBotBuilder
USA
Asked
— Edited
EZMQTT Client
— MQTT client for ARC: connect to brokers, publish/subscribe topics, map incoming messages to variables (incl. binary arrays) and run scripts.
Try it →
The iOTiny does not have a uart port... You could try SendSerial instead?... Using SendSerial also means you don't have to initiate the iOTiny's digital port prior to sending data... For reference the board layout of the iOTiny is shown here (middle of the page)... EZB and iOTiny info
Just checked the dynamixel plugin... Unless it is somehow updated to work with the iOtiny you're out of luck where the control is concerned... However, you may be able to control the servos "somewhat" using SendSerial commands and scripts... This is just a guess however since I have never used a dynamixel type servo before...
Richard is correct the IOTiny, has no UART port and therefor cant use the Dynamixel with it.
@Richard R. & @fxrtst, You guys are correct. Unfortunately for me. Thanks for the reply.
If you wanted to set the dynamixel baudrate to 115,200 - i can modify the plugin to use a digital port rather than UART. That will work on the IoTiny
@DJ will modifying the existing plug in that works for the ezb make it now unusable on the ezb4/2? Thanks Chris
@kamaroman68 If you read between the lines @DJ will be just adding support for the IOTiny. It would be rather silly to add dynamixel support for the iotiny while dropping support for the ezb4....
@DJ Sures,
I have the baud rate set @ 115200 now.
If I could use the ioTiny for my project it would be a big help. Thanks.