/STM32F407-MG996R-AND-GUI-TESTER

STM32F407 with PWM to control MG996R(Servo Motor SG90 MG995...etc), and GUI tester for MAX OS X

Primary LanguageCMIT LicenseMIT

STM32F407-MG996R-AND-GUI-TESTER

STM32F407 with PWM to control MG996R, and GUI tester for MAX OS X
1.
make STM32F407 project, and burn to board.(0.5ms~2.5ms)

2.
build GUI
g++ -o2 -o wxservotester.app wxservotester.cpp serialport.cpp connectargsdlg.cpp `wx-config --cxxflags --libs`
3.
wxservotester.app -> Tools -> ConnectDevice
4.
Test your servo motor!

alt text



demo video:

Audi R8



Dependency:
wxWidgets 3.0 : https://github.com/wxWidgets
POSIX API