Drone motor test app
From Rsewiki
(Difference between revisions)
(Created page with "back to Drone control == Motor test app== A motor test GUI is available (in the motortest_gui directory) - it will talk to the motortest firmware - and there is no need ...") |
|||
Line 1: | Line 1: | ||
back to [[Drone control]] | 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 python | ||
+ | |||
+ | It runs with python 2.7++ and version 3. | ||
+ | |||
+ | Software is part of mobotware using the name 'drone_ctrl'. | ||
== Motor test app== | == Motor test app== |
Revision as of 11:06, 28 October 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 python
It runs with python 2.7++ and version 3.
Software is part of mobotware using the name 'drone_ctrl'.
Motor test app
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.
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.
Drone test app
@todo