This is a Windows Form Application that is programmed in C#.NET. It is used to control the servos that are connected to the PWM pins on an Arduino Mega or Uno. It uses the serial to communicate with the Arduino on a specified COM port. In case of Mega, there are 13 PWM pins, and 3 or 4 PWM pins on an Arduino Uno.
This application can find its usage in controlling servo-controlled robots, like humanoids.
Note: The software has not been thoroughly tested yet. Use at your own risk.
- Download the ZIP file, or clone the repo.
- Open the Solution in you Visual Studio IDE (best to use 2012, others may/may not work, express will work).
- Build the whole solution.
- Upload the sketch "RemoteCont.ino" onto the Arduino Mega/Uno using the Arduino IDE.
- Note the serial COM port on which the Arduino is present.
- Use the application.
v1:
- Provides basic servo control (only using Mega).
v2:
- Fixed resize issue
- Improved the user interface
- More fixes have been made
- Improved servo control (in code)
v3 (coming soon):
- Actions and frames will be added
- User will be able to save the actions in a file
Contact e-mail of author: suorees113@gmail.com
Suggestions, contributions and opinions are always welcome.
See LICENSE file.