Events

:

:

Elektronik | Funk | Software

Der Technik-Blog

  • Social Media

    YouTube

    Werbung:


    New Posts


    Events

    • Keine zukünftigen Events vorhanden

    The Tech-Blog

    Arduino Camera Slider

    Camera Slider (elektrical part)

    Alex @ AEQ-WEB

    In the last post we wrote about the mechanical structure of our camera slider. In this article we continue with the construction manual for the electrical part.

    Stepper Motor Controller

    The stepper motor can not be connected to the microcontroller without additional electronics. Between the microcontroller and the motor we have a motor driver. The driver is a finished module, with a chip and four LEDs on the PCB. Four wires from the Arduino board provide control signals to the ULN2003 (IC type), which in turn amplifies the signals with its own power supply and supplies them to the motor. The rotating field that the stepper motor requires is already generated from your Arduino or microcontroller.

    Werbung:

    Control & Software

    As controller, you can basically take any microcontroller that has at least four I/O pins. Because of the simplicity, we decided to choose an Arduino, because there is already an integrated library and you can do it with a little bit of code. The engine would also work with a STM Nucelo, Raspberry or NodeMCU.

    End-Position-Sensor

    The end position sensor is needed to find the zero point at powering the slider. From this zero point, the slider can start and the software is always aware of the slider position and how far he is from the starting point or end point. The code is programmed to always rotate to the sensor at startup or after a reset from the Arduino. If the microswitch triggers, the software knows where the slider is and moves away from the switch or end position sensor. This switch hangs on a pull-up circuit and is a normally closed contact. If it is pressed, the Arduino receives a low, otherwise it is always a high level. This will make it easier to detect a cable break or defective sensor.

    Motor position teaching

    For the slider to work properly, the software needs to know the length of the route where the carriage is moving. For a certain distance (number of engine turns), which the slider should drive, you have a certain number of steps. Depending on the type of motor, a step may e.g. be a half, quarter or even full turn. In our construction, the actual length of the carriage is about 96 cm. These 96 cm correspond to our engine exactly 45000 steps. To determine the number of steps, you must move the slider towards the end position sensor. With the example code (stepper_test.ino) the motor can be controlled manually via the serial monitor. If the slider has been moved to the end position sensor and the sensor is activated, you can start driving the slider back to the other end. For this, all steps that the motor drives to the end must be recorded and then added. The sum of all steps required by the slider from the sensor to the other end is the number of steps for the entire length.

    Software

    The software is programmed to automatically move the slider to the position sensor. In the Init-loop, the motor always drives -70 steps, and checks the status of the sensor. As soon as the slider triggers the sensor (low-level input), the init-loop is ended and the main program starts. In the main program, the slide always runs from end to end and once fast (2000) and once slow (200).

    Werbung:

    Installation of cable and controller

    The camera slider should be so transportable as possible. Therefore, we have mounted two plastic boxes on the bottom side. The first box, which is located directly below the stepper motor, contains a self-made small shield with the pull-up circuit and the stepper controller. Together with the Arduino all the components are installed in this box. The two ALU square tubes contain the cables of the power supply and the sensor. In the second box, which is located under the return pulley, the batteries and a switch for the power supply can be accommodated.

    Ideas for remote control

    Basically, this camera slider only drives at two speeds from A to B. Often you would like to define the speed and direction. This could be done locally and analogously via a potentiometer. Another possibility would be a control via Bluetooth or WiFi. You can either integrate appropriate modules or replace the Arduino with an ESP or a NodeMCU board.

    Cam-Slider Codes
    Download

    The ZIP folder contains the example code and the stepper test code for determining the length to be approached in steps.

    Werbung:


    Info: This page was automatically translated and may contain errors
    122X122

    About the Author

    Alex, the founder of AEQ-WEB. He works for more of 10 years with different computers, microcontroller and semiconductors. In addition to hardware projects, he also develops websites, apps and software for computers.

    Top articles in this category:

    NodeMCU ESP8266 WiFi WLAN Weatherstation

    NodeMCU Weatherstation

    • DE/EN

    In this article, we'll show how you build a weather station with NodeMCU and ESP8266 that sends weather data over WiFi to a PHP server.

    read more
    Arduino Camera Slider

    Camera Slider (elektrical part)

    • Video
    • DE/EN

    This article is the second part of the electric camera slider. We show how the motor is controlled and how the software works with the position sensor

    read more

    Social Media

    YouTube

    Werbung:


    New Posts


    Events

    • Keine zukünftigen Events vorhanden