You are here

Maker X DV4s with Raspberry Pi 4b

1 post / 0 new
exenko
Offline
Last seen: 2 weeks 1 day ago
VESC Free
Joined: 2024-10-16 20:10
Posts: 1
Maker X DV4s with Raspberry Pi 4b

 

Hey everyone,

I’m working on a project where I need to control two motors independently using a Raspberry Pi 4b, and I could really use some guidance to avoid frying anything!

Here’s what I’m trying to achieve:

  • I plan to control both motors independently.
  • The Raspberry Pi has two PWM pins, and I was thinking of wiring them directly to the PPM input on the ESCs (since PWM and PPM are essentially complements/inverts of each other, right?).

I’m a bit confused about how GPIO14 (TXD) and GPIO15 (RXD) work though. From what I understand, these pins natively use UART, and the other GPIO pins don’t support UART without additional software. So, here are my main questions:

  1. Can I use the same TX/RX signals for both motors, or do I need separate lines for each motor?
  2. Do I need to do anything with the A1 or A2 pins on the ESC?
  3. Am I missing anything obvious, or making any mistakes in my thinking here?

For context, I’m using a https://www.mboards.co/collections/escs/products/makerx-mboards-dv4s-blu... ESC and have the Bluetooth module connected to 5V, GND, TX, and RX. I’m not sure how to connect to the module for control, or if there are other things I need to set up.

I've been searching for answers for hours and would really appreciate any help. Thanks in advance!

 

RPi4b_to_VESC_0.png