Motors not spin

Hi
Recently bought a makerfire f3 brushed flight controller and tried to test the motors using betaflight but they didn’t work.
I decided to try to hook it up to my transmitter and ppm receiver thinking that maybe it wasn’t arming or something, but still doesn’t work and the inputs from the transmitter don’t show up on the receiver tab in betaflight
(Btw the FC says it is compatible with ppm receivers but doesn’t have a specific port for it, so I stuck it into the dsm ports)
Does it sound like the flight controller itself is broken? Or is it a problem between the receiver and the FC?
 
Yah very likely the latter, problem between receiver and FC regarding the not seeing values in the receiver tab of BF configurator. Hooking up receivers is notoriously difficult, it can go smoothly but is one of those places nearly everyone gets hung up at some point because of some misconfiguration, the stars need to align for everything to work with regard to the receiver input.

For the motors you should be able to bench test them with the props off and using the motors tab of betaflight, there is a toggle you have to "check" to on mode that warns you to remove props (please for the love of all that's holy take the props off before bench testing, anything above 2" blades can cut you up pretty bad). Using the motors tab with a battery hooked up to the quad you should be able to send control signals from the FC to ESCs to get the motors spinning. Also on first plugging in the battery you should hear ba-da-ba, then a pause then beep-boop, if you hear the ba-da-ba but no beep boop it means the ESCs to motors are good or else won't hear anything and battery power is getting to ESCs, the last two tones, beep-boop come when the ESC gets a 0 throttle signal in from the FC which should happen basically immediately, if it doesn't then there is an issue with the connection between FC and ESCs, if you hear no ba-da-ba at the beginning then problem with motors hooked up to ESCs or problem with battery power getting to them (a ESC+Battery+motor is enough to test out the ba-da-ba, first three startup tones sound).

Regarding the receiver would try and diagnose/fix that issue separately. There's a small checklist of things that need to be correct for receiver data to come into the receiver tab:

1. TX must be bound to receiver, if not you will likely just see idle values being sent from the receiver in receiver tab which will appear similar to no data at all (unless showing RSSI which will bounce around).
2. In BF ports tab make sure the Serial RX toggle is on for whichever UART your receiver is hooked up to (as far as I know no harm in guessing if it isn't clear which one it's hooked up to)
3. In BF configuration tab the "Receiver Protocol" drop down needs to have the correct "wire protocol" for how the receiver is sending data over the serial line specified in ports tab in step 2 here.

If all three above are correct you should at least see sliders moving around in the receiver tab, if they are the wrong ones you'll have to change the channel mapping on the receiver tab, common combos are AETR (aileron elevator throttle rudder), or TAER, again you can just swap letters until the right sticks control the right thing but can usually see like yaw and roll are swapped then swap the A and R. One last thing once receiver is sending data into that tab is to make sure the value shows 1000 when stick at minimum and 2000 when stick at maximum, if the values differ you can easily remap using the CLI tab and rxrange command.
 
Also just FYI the F3 boards are getting a bit long in the tooth now, they can work still but the UARTs on them are a bit more fixed with regard to what functions they can serve (some components may send inverted signals where low is 1 and high is 0, or using higher baud rates than a given UART can support on F3 boards). The newer F7 based ones (they went from F3 to F4 to F7 no F5 or F6 were released by STM as far as I can tell), the F7 has more UARTs and they are very configurable in general so would have less issues with getting receivers hooked up or other peripherals (GPS/compass, servos, etc.) and getting data in or out of them, not to say toss the F3 and get an F7 but for future reference that's one reason to look at the F7 options despite being a bit more pricy and potentially running a bit hot.
 
Back
Top