Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Actuator for Pixhawk 4
#1
Hi,

If I want to use this linear actuator as part of my payload integration design. How would I wire it up to the pixhawk 4? Is there other actuator would you guys recommend?   
https://www.amazon.com/dp/B01NA7AULQ/ref...R1VY?psc=1 


Thanks.
Reply
Login to remove this ad | Register Here
#2
I am no expert, but I can gave you some information to start. The actuator you linked is a 12V DC actuator. To activate, you apply 12V. To retract you apply -12V.

So to use that actuator, you will likely need a PWM actuator controller to interface between FC servo control and the actuator. The other option would be to get a PWM actuator.

I have never use any of this setup. Anyone with a better idea can chime in.
[-] The following 1 user Likes voodoo614's post:
  • khiemmessier27
Reply
#3
Depends on how you want to use it and what firmware you are running. You need to consider whether you want to be able to pre-program it into an autonomous mission or simply activate it with an RC channel from your transmitter. It looks like these actuators take a PWM input, but I am not certain?

like Voodoo mentioned, you will need some sort of intermediary to isolate the control signal and the power. Do not try to power a device like this directly from the PH4 unless you have reviewed the power consumption and are certain it is within the limits of the outputs. (PH outputs are very low output current - i doubt it would work). For one, the PWM outputs on the pixhawk are 5v. I recommend using a 12v BEC to power it and wire the PWM signal to an output pin on the Pixhawk. Look into

If you need position control such as "move to 50% stroke", you will need to set up a PWM system. If you are only looking for full open or full close control, this could be simplified with a simple relay output. What firmware are you running? The arducopter firmware is capable of configuring its outputs to act like a 3.3v or 5v relay switch.

There are some details here, but I am not familiar with the PH4 in particular.

https://ardupilot.org/copter/docs/parame...1-function
https://ardupilot.org/copter/docs/common...pping.html
https://ardupilot.org/copter/docs/common-relay.html
https://ardupilot.org/copter/docs/common...tions.html

You will almost certainly have better luck getting pixhawk specific guidance over at the ardupilot (one of the original groups who contributed to the dev of the pixhawk) forums:
https://discuss.ardupilot.org
[-] The following 1 user Likes Ekliptiko's post:
  • khiemmessier27
Reply
#4
(12-Jul-2021, 05:36 AM)Ekliptiko Wrote: like Voodoo mentioned, you will need some sort of intermediary to isolate the control signal and the power. Do not try to power a device like this directly from the PH4 unless you have reviewed the power consumption and are certain it is within the limits of the outputs. (it is very low output current - i doubt it would work)

If you need position control such as "move to 50% stroke", you will need to set up a PWM system. If you are only looking for full open or full close control, this could be simplified with a simple relay output. What firmware are you running? The arducopter firmware is capable of configuring its outputs to act like a 3.3v or 5v relay switch.

There are some details here, but you will have to dig into the BRD_PWM_COUNT parameter and output groups. I am not familiar with the PH4 in particular.

https://ardupilot.org/copter/docs/common-relay.html

Hi Ekliptiko,

Thank you for  your advices. Im running arducopter yes. My team is planning to use the H bridge L298 controller but we still need to figure out how to wire it up to pixhawk 4. 


https://intofpv.com/t-l298n-pixhawk-4-question
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  L298N + Pixhawk 4 Question khiemmessier27 15 2,626 12-Jun-2022, 06:17 PM
Last Post: angela804
  Help Pass-through with Pixhawk theZ0MB!E 6 2,783 23-Oct-2020, 01:55 PM
Last Post: theZ0MB!E


Login to remove this ad | Register Here