Skip to content

Controlling external motors #80

Answered by ThomasAkam
guykoy123 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @guykoy123,

Apologies for the delay getting to this.

It should be possible to control these linear actuators from a pyControl setup. I think the way you would do it would be to use one of the UART outputs of the pyboard microcontroller, which is a two wire serial interface with seperate recieve (RX) and transmit (TX) pins, controlled from micropython using the pyb.UART class. The output from the pyboard uses 0 and 3.3V for the low and high logic levels, but the actuators use the RS323 standard which uses ~ +/-10V logic levels. You would therefore need to use a logic level converter IC to convert from the low voltage UART signals from the pyboard to the higher voltages expected by the a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by guykoy123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants