Drone motor test app: Difference between revisions

From Rsewiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
The app is intended to configure, measure and test the drone (inner) flight-controller.
The app is intended to configure, measure and test the drone (inner) flight-controller.


It is written with Qt5 and python
It is written with Qt5 and python3


It runs with python 2.7++ and version 3.
Software is part of Mobotware using the name 'drone_ctrl'.


Software is part of mobotware using the name 'drone_ctrl'.
== Drone test app==


== Motor test app==
A motor test GUI is available (in the motortest_gui directory) - it will talk to the drone_ctrl firmware - some functions will work without the prop-shield.
 
A motor test GUI is available (in the motortest_gui directory) - it will talk to the motortest firmware - and there is no need for the prop-shield for this application.


[[File:motortest_gui.png | 600px]]
[[File:motortest_gui.png | 600px]]
Line 20: Line 18:


The hardware configuration and pin-out are described in the hardware section above.
The hardware configuration and pin-out are described in the hardware section above.
== Drone test app ==
@todo

Latest revision as of 16:21, 17 November 2020

back to Drone control

Configuration and test app

The app is intended to configure, measure and test the drone (inner) flight-controller.

It is written with Qt5 and python3

Software is part of Mobotware using the name 'drone_ctrl'.

Drone test app

A motor test GUI is available (in the motortest_gui directory) - it will talk to the drone_ctrl firmware - some functions will work without the prop-shield.

Motor test GUI. There is the possibility to log time performance (in the log tab), to test run an ESC (or up to 6 ESCs) in the data tab.

The hardware configuration and pin-out are described in the hardware section above.