I need a validation on what I am doing is correct. please look at the part of schematic shown below. I am driving two linear actuator through rpi 4b. Both Enable pin of each motor driver input is connected to hardware pwm on gpio(). I am driving actuators at 8 Khz PWM frequency. All is working fine , I am able to control and drive actuators at minimum 55% speed by changing duty cycle on motor enable pin of motor driver. Is there a risk of controlling the actuators using this configuration? Is there a possibility that noise or vibration can damage the actuator or motor driver? I have seen one actuator getting damaged and one motor driver circuit not working out of 15 batch . I am trying to link if it is happening because of this configuration or PWM frequency or it might be something else?

Validating Motor control architecture using Raspberry Pi Hardware PWM
66 Views Asked by BhavinT At
0
There are 0 best solutions below
Related Questions in PWM
- access fan and it's speed, in linux mint on acer predator helios 300
- fastLED degrades PWM outputs Arduino
- Atmega32uA - enable PWM on single pin?
- Configuring timer channel as output
- Servo motor doesn't respond
- How to generate two signals with variable frequency and constant phase difference?
- Can i use high frequency in event callback in ESP32 with MCPWM?
- What is the difference between SET_AUTORELOAD And SET_COUNTER
- Unable to establish socket connection between Python program on laptop and MicroPython program on Pico W 2
- How to avoid LEDs Fluickring?
- Attiny 2313A || PWM signal for DC motor control using RC receiver (Graupner 400)
- To Avoid Fluckring Of LEDs in Video Camera
- STM32 fails to generate PWM using some timers
- What is the best way to convert ticks to degrees for PWM phase shift (STM32)?
- STM32 PWM Generation
Related Questions in MOTORDRIVER
- raspberry driver stepper motor 24v 2A
- MongoDB connection with Motor driver to discord.py bot
- How do the Kitronik Robotics Boards' motor outputs work only for motors specifically?
- Ideas for how to run oscillating stepper motor with bnc input from Labchart8?
- How can I use STM32F103 to read TMC2226's register
- Fast PWM 1kHz | 6V DC engine control using RC receiver || Attiny 2313
- L298n motor control with Raspberry pi
- Inquiry about AZSPWM1 Implementation on TMS320F28335 for induction machine
- FOC Clarke Transform multiplication coefficent
- Configuring GPIO pins for Hall sensored six step commutation with STM32F4 Discovery board
- Rotation step motor arduino
- SPI protocol used on communication between two ST MCU's and an end Peripheral Device
- Control fan speed with PCA9685 and a PIC
- How to drive a large Linear Actuator using the Grove - I2C motor driver and an ItsyBitsy RP2040?
- using mongodb with motor driver and django
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?