Tiny Quadcopter (Part 2)
See previous post . Programming via DFU worked fine, and USB serial also worked, after I added stm32f411 to the list of supported devices in stm32f4xx_hal . I should just check that serial echo example works and submit a pull request: so far I've only tried printing messages. This means I can definitely use my STM32F411 board without soldering any headers onto it, which keeps it small and lite. I've updated my project to use that board for the receiver, and a STM32F103 black pill for the transmitter. I now have a dilemma re NRF24L01+ boards. There are a few variables: With, or without RFX2401 range extender. The main issue is they draw 90mA during TX. The on board 3.3V regulator on the micro-controller board can't handle that and neither can the 5V output of the flight controller, so I would have to add a dedicated regulator, powered directly from the battery. It also draws 8mA in receive mode. Standard header vs 1.27mm edge connectors: the boards with the latt...