Close

BLDC Static torque Test bench

A project log for Self standing balancing robot

nRF52 mesh of motion sensors, Gazebo for physics simulation, BLDC motors simulation and control, CAD with Fusion 360. Fully Open source.

wassimWassim 01/03/2019 at 11:370 Comments

Objective

PC Gui repo : https://github.com/HomeSmartMesh/raspi

firmware repo : https://github.com/nRFMesh/nRF52_Mesh/tree/master/applications/nrf52832_rovarm

Run the web app and the python serial to mqtt gateway

start python py_rf_serial/cli.py
start live-server web_plot

 Web gui :

Monitor MQTT messages

pi@rfserv:~ $ sub 'jNodes/75/#' -t 'Nodes/75/#' -v | ts

Motor under test

Torque measure

The photo was taken without pressure on the motor, so the 8.9 grams pointed out are not relevant, see results for measures summary

Power

a current limit is set and when the measure is performed, it is simply checked if the current limit is reached by checking if the voltage drops or not.

Results

only direct pio permanent enable is shown, the pwm sine control is excluded for the moment

ESCCoil4 cm measure1 cm conversionNm
7.2 V3.8 V 310 mA75 g300 g.cm0.029

Conclusions

TODO

Open points

Discussions