It is one of the main and most popular products of the new V20 series of filling equipment.
Author Archives: Ed
Lesson 32. An open-loop stepper motor positioning system.
In all the articles on stepper motors, I never tired of repeating that a stepper motor combines an electric drive and a positioning device without feedback. In this lesson, I want to demonstrate the use of a stepper motor in an electric drive positioning system.
Lesson 31. Arduino stepper motor driver with computer control. Communication protocol using AT commands.
In the lesson, we will develop a stepper motor driver with computer control. I will talk about text-based communication protocol using AT commands. We will learn how to control a motor using the Arduino IDE serial port monitor and the top level program StepMotor.
Lesson 30. Text strings in Arduino. Converting data to strings and vice versa. String class.
In the lesson, I will tell you about text strings in Arduino, about the String class, about converting various data types to text strings, and about the reverse operation-converting strings to numbers.
Lesson 29. StepMotor – a library for controlling a stepper motor in the Arduino system. TimerOne library.
In the lesson I talk about my StepMotor library, designed to control unipolar and bipolar stepper motors.
Lesson 28. Unipolar stepper motor in the Arduino system. Stepper library.
With this publication, I begin a series of lessons about stepper motor control in the Arduino system. The first lesson is devoted to connecting unipolar stepper motors to Arduino.
Stepper motors, principle of operation, types, characteristics.
In many of my developments, I use stepper motors. There are branches of precision mechanics in which they are irreplaceable. I will try to explain as simply as possible how the stepper motor operates, what it is.
Lesson 27. Thermocouples in the Arduino system. Arduino thermometer-recorder project for high temperatures.
A series of articles about temperature measurement using Arduino controllers would be incomplete without a story about thermocouples. Moreover, there is nothing else to measure high temperatures.
Lesson 26. Connecting DS18B20 temperature sensors to the Arduino. OneWire Library. An accurate Arduino thermometer-recorder.
In the lesson we will learn how to connect a DS18B20 temperature sensor to the Arduino board, how to control it using the OneWire library. We will develop an accurate thermometer.
Lesson 25. Silicon thermal sensors of the KTY81 series in the Ardino system. A project of thermometer-recorder.
The lesson describes the use of silicon temperature sensors in the Arduino system. The working project of the thermometer is given. Along the way, the issue of measuring resistance in the Arduino system is considered.