Servo Control using 4Duino
2016-09-15 | By 4D Makers
License: None Arduino
Servo motor is a very useful device for hobbyists and robot enthusiasts as it allows your project to have moving parts. Servo motors are unique, as they operate through a position control using a PWM signal (i.e. pulse width modulated signal). This signal controls the angle to which the motor’s gear is rotated.
How It Works
Components
- 4Duino
- DC Servo Motor
- Jumper cables
- Micro USB cable
- µSD card
Implementation
Step 1: Build
Build the circuit as shown in the following diagram and schematic.
Step 2: Program
Workshop 4 – 4Duino Extended Graphics environment is used to program this project.
This project requires the Arduino IDE to be installed as Workshop calls the Arduino IDE for compiling the Arduino sketches. The Arduino IDE however is not required to be opened or modified to program the 4Duino.
Open this file using Workshop 4.
Step 3: Comms Port
Connect the 4Duino to the PC using µUSB cable.
Then navigate to the Comms tab and select the Comms port to which the 4Duino connected.
Step 4: Compile and Upload
Finally, go back to “Home” tab and now click on the “Comp’nLoad” button.
The Workshop 4 IDE will prompt you to insert a micro SD card to the PC in order to save the widget images. Insert micro SD card, select the appropriate drive and press button “OK”.
If the SD card has the widget images you can click button “No Thanks”
Step 5: Insert micro SD card
After uploading the program in to the 4Duino, it will try to mount the µSD card. If the µSD card is not present it will prints an error message. Once µSD card is mounted, you will see the screen displayed in the image on the right.
All you need to do is insert the micro SD card you saved the image files into the 4Duino.
Demonstration