https://github.com/souris-dev/arduino-servo-controller
Software to control the servos attached to the PWM pins of an Arduino Mega and Uno.
https://github.com/souris-dev/arduino-servo-controller
Last synced: 2 months ago
JSON representation
Software to control the servos attached to the PWM pins of an Arduino Mega and Uno.
- Host: GitHub
- URL: https://github.com/souris-dev/arduino-servo-controller
- Owner: souris-dev
- License: mit
- Created: 2014-04-05T15:54:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T00:52:59.000Z (about 5 years ago)
- Last Synced: 2025-01-23T05:14:25.326Z (4 months ago)
- Language: C#
- Homepage: http://souris-dev.github.io/Arduino-servo-controller
- Size: 858 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Arduino Servo Controller
===================
-------------------------------About
-------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.
Getting Started
---------------------**Note**: The software has not been thoroughly tested yet. **Use at your own risk.**
1. Download the ZIP file, or clone the repo.
2. Open the Solution in you Visual Studio IDE (best to use 2012, others may/may not work, express will work).
3. Build the whole solution.
4. Upload the sketch "RemoteCont.ino" onto the Arduino Mega/Uno using the Arduino IDE.
5. Note the serial COM port on which the Arduino is present.
6. Use the application.
Version Information
---------------------
**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 fileContact Information
------------------------Contact e-mail of author:
[[email protected]](mailto:[email protected])Suggestions, contributions and opinions are always welcome.
License
-----------See *LICENSE* file.