Arduino: Servo motor control with potentiometer and calibration.
This project refers to an Arduino sketch which with the help of an external potentiometer (input device) can move the position of a servo motor (output device) clockwise or counterclockwise. The system...
View ArticleArduino: DC motor control with potentiometer and calibration.
This project refers to an Arduino sketch which with the help of an external potentiometer (input device) can control the rotation speed of a DC motor (output device). Finally, when the sketch starts...
View ArticleArduino: Control multi-LED bar graph with a potentiometer and calibration...
This project refers to an Arduino sketch which with the help of an external potentiometer (input device) can control a bar graph of many LEDs. Finally, when the sketch starts running, it calibrates the...
View ArticleArduino: Checking 3D shapes rotation with Python, OpenGL and Arduino.
This project refers to an Arduino sketch which allows the rotation of three dimensional shapes using appropriate sensors. Essentially, the Arduino collects values from the sensors and corresponds them...
View Article