Micro Propeller Thrust Test Rig

Micro Propeller Thrust Test Rig

Personal Project
Project Dates:
May 2020 - Present

The Project

While working on the micro plane project, I would often find CAD models for propellers online with the thrust it would provide as a function of the rpm. As I would often resize the models to better suit my target size, and out of interest in the challenge itself, I decided to design my own propeller thrust test rig.

The Design

Board Design

As I will be working with small motors, with low power requirements, I decided to design the circuit to be powered via USB. In an effort to improve my skills and simplify the circuit, rather than using a micro controller, I decided to use the FT232H IC. To control the voltage supplied to the motor I am using a buck regulator IC, and to measure the thrust a strain gauge along with the NAU7802 24 bit ADC for bridge sensors, finally I am measuring the current going through the motor by measuring the voltage drop across a small resistor. All of these components are connected to the FT232H via a I2C bus. The I2C bus also has its pins broken out to allow for future additions to the sensing circuit.

Not shown on the schematic is the Whetstone Bridge or motor, which connect to the circuit via the terminal blocks on the board.

Prototyping

A prototype of the thrust test rig is shown below. I designed it with the motor elevated away from the surface the rig is placed on to avoid the influence of the ground effect on the thrust measurements. The rig was printed in my resin 3D printer, however, I feel that it is not rigid enough and will probably laser cut some MDF for the final rig. The circuit is only the force sensing component of the rig, which is read by an Arduino which displays the results on a graph, while I control the voltage supplied to the circuit with my DC power supply.

Yes, those are some 3D printed screws, they worked alright, but I bought some replacements for the final design.

The test circuit ended up being a bit messy, but it got the job done.

Final circuit soldered together, missing the memory for the FT232H IC, however that is optional.

Progress

Currently, I have all the parts and the PCB for the circuit, save for a memory IC for the FT232H, however that is optional. While I wait for the IC to arrive, I have done some preliminary testing to check if the FT232H has been soldered properly and I had the libraries configured correctly, shown below. From this testing, I have a couple of revisions I would like to make to the design should I ever order a new PCB:

  • Breakout a pin to connect to ground

  • Label the IO pins

  • Implement an onboard LED to allow for quick functionality checks

  • Reposition the PGood and Enable connections from the FT232H to pins that don't require the EEPROM to be present

Videos showcasing the initial testing of the FT232H as well as testing the load cell and code for the project are available below.