SlideShare a Scribd company logo
1 of 8
Download to read offline
Bulletin of Electrical Engineering and Informatics
Vol. 10, No. 6, December 2021, pp. 3064~3071
ISSN: 2302-9285, DOI: 10.11591/eei.v10i6.3190 3064
Journal homepage: http://beei.org
Implementation of high-voltage kicker system for “ROSTU”
middle-size league robot soccer
Dzikri Hasbialloh, Simon Siregar, Muhammad Ikhsan Sani
Department of Computer Engineering, Faculty of Applied Science, Telkom University, Indonesia
Article Info ABSTRACT
Article history:
Received Feb 24, 2020
Revised Jan 18, 2021
Accepted Oct 12, 2021
Middle-size robot soccer is one of the divisions that competed in national
events such as the National Indonesia Robotics Competition and international
competitions such as the middle size league (MSL). One of the main
components in soccer robots is the kicker system. The kicker system is
expected to be high torque, robust, and safe. In this work, a high voltage
kicker system is designed and evaluated to substitute ROSTU's previous
kicker system. This high voltage solenoid-based kicker system works at 380V
and uses the electromagnetic force principle to move a ball. The performance
criteria of the kicker system are it can move a ball with a mass of around 1 kg
for a minimum range of 3 m and control the charging and discharging process
in high voltage conditions. The experiment results show that the kicker system
can move a ball with a mass of 1.06 kg, a difference kick distance from
100cm to 350cm, and a monitoring system that can show information about
the capacitor voltage and system status.
Keywords:
Kicker system
Middle size league
Robot soccer
Solenoids
Transistor IGBT
This is an open access article under the CC BY-SA license.
Corresponding Author:
Simon Siregar
Department of Computer Engineering, Telkom University
Jl. Telekomunikasi Jl. Terusan Buah Batu, Sukapura, Kec. Dayeuhkolot, Kota Bandung
Jawa Barat 40257, Indonesia
Email: simon.siregar@tass.telkomuniversity.ac.id
1. INTRODUCTION
This paper is the development of our previous research. Early research on wheeled soccer robots
began in 2016 [1], 2017 which based on [2], and 2018 [1]. The first version of the ball kicker system for a
small soccer robot system [3] was based on solenoid 24V in [4], [5]. Figure 1 shows our previous ROSTU
robot soccer system. ROSTU stands for Robotic Soccer of Telkom University which represent one of Telkom
University robotic team in The National Indonesian Robot Competition (known as KRI). Type of the ball
used in the match was ping pong balls [6]. This system works as follows: Arduino Mega 2560 will receive
position data from Raspberry Pi [7] in real-time [6], [8]-[10]. This position data is processed in raspberry pi
from digital image processing. The raspberry pi processor was chosen due to its open-source characteristic
[11]. Digital image processing is a process to identify the position of the ball in a mapped camera frame [9],
[12], [13]. After the position of the ball is received, Arduino Mega 2560 will turn on the dc motor to chase
the ball according to the data. Furthermore, Arduino Mega 2560 will read the compass sensor and direct the
ball to the goal position and turn on the solenoid to kick the ball [14].
In the 2017 version, the soccer robot design is based on the National Indonesian Robot Competition
2017 rules [15], [16], which uses FIFA's standard futsal ball. The ball’s weight is 500gr. Because of the
weight, the kicker system is changed to the electro-pneumatic system, which has a greater thrust force.
However, the kicker based on electro-pneumatic has several disadvantages, such as the dimension of the
electro-pneumatic system is more significant than the previous one; the process of air reloading time takes
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Implementation of high-voltage kicker system for “ROSTU” middle-size … (Dzikri Hasbialloh)
3065
some time. Moreover, the power and direction of the kick and the number of available kicks are very
dependent on existing pressure. Based on this background, a kicker system-based high-voltage solenoid
system is chosen. The high voltage solenoid (± 380 V) kicker system has an advantage in the number of kick
styles it can produce. The design of this kicker system has to consider the number of solenoids turns (n), the
supply voltage, and the electrical current to produce the optimal force (F). Moreover, the safety of a high
voltage system has to be designed to protect the low voltage system inside the ROSTU soccer robot [17].
Based on this background, the primary purpose of this paper is to design a high voltage kicker system with a
solenoid.
Raspberry Pi
Camera
WIFI Module
Compass Module
HMC5883L
Raspberry Pi 3
Model B
Arduino Mega 2560
Motor Driver
4 Motor DC
Solenoid
INPUT INPUT INPUT
Figure 1. Previous robot soccer system [14]
2. ELECTRICAL DESIGN
The solenoid-based kicker is one of the research challenges in the MSL Competition [18]. In a high
voltage solenoid-based kicker system, there are ten main components based on [19]. The block diagram of
the ROSTU’s Kicker System is shown in Figure 2. The description of how the system works is as:
a. The power supply is using a 4S battery with 5200mah. This component provides a kicker system voltage
suppression to perform kicks.
b. Display system. This section consists of a 16x2 LCD, three pushbuttons, and two LEDs. The function of
this section is to monitor the kicker system condition.
c. Relay. This component serves as a switch from battery to Current limiter. So it allows for on/off the step-
up transformer as needed and to avoid the step-up transformer overheating due to continuous work.
d. Step-up Transformer. This component works to increase the voltage from 16v to 400v battery. This
component is vulnerable to damage. Damage occurred due to the backflow of capacitors, Overheat due to
continuous work, and overcharge. To overcome this, the safety diodes were installed between step up and
capacitor with a cooling fan to control the temperature of the step-up transformer.
e. Switch 1. This component uses the G80N60 transistor. This component works for:
f. Connect the power flow from step up to the capacitor in the charging process.
g. To decide the power flow from step up to capacitor when in charging process is fully charged (390v), the
maximum voltage of the capacitor must not exceed 390v.
h. Capacitor. This component serves as an electrical charge bank which needed to supply electrical current
for the kicking process. This capacitor specification is 6200uF 400v. It takes 20 seconds to fill the
capacitor. Under full charge conditions, the one-time shot kick will reduce the voltage to 50%.
i. Switch 2. This component uses the G80N60 transistor. This transistor works to connect and disconnect
electricity from the capacitor to the solenoid during the kicking process.
j. Solenoid. This component serves to convert electric energy into motion energy. The solenoid is made of a
0.4mm diameter copper wire wielding. The 0.4 mm diameter is chosen to facilitate the process of
solenoid winding. To increase the value of the inductance of the solenoid is done by multiplying the
number of wires wrapped simultaneously.
k. Voltage sensor. This component works to measure the voltage in the capacitor. The voltage value will be
sent to Arduino to be a parameter in the system.
l. Arduino. This component works to control the kicker system. Algorithms used are:
− Arduino reads voltage sensor values.
− If the voltage is less than 360, the Arduino will turn on the relay and switch one for the charging
process.
− If the voltage is more than or equal to 380, the Arduino will turn off switch one and the relay.
− If the voltage is more than 200 and the Arduino receives the command from the image processing
system to do the kick, then the Arduino will turn on switch two.
 ISSN: 2302-9285
Bulletin of Electr Eng & Inf, Vol. 10, No. 6, December 2021 : 3064 – 3071
3066
− If the voltage is less than 200 and the Arduino receives the command from the image processing
system to perform kick, then Arduino will not turn on switch two until the voltage value is more than
or equal to 200.
Motor
Dribbler 1
Motor
Dribbler 2
Motor
Driver D1
Motor
Driver D2
Main Controller
(Teensy 3.6)
Motor
Driver 1
Motor 1
Motor
Driver 2
Motor
Driver 3
Motor 1 Motor 1
TOF Sensor
VL53L0X
Mini PC
Intel NUC
Catadioptric
Camera
Arduino Nano
(Kicker Controller)
Display
System
Power
Supply
Relay
Step Up
Transformer
Switch 1
Capacitor
Bank
Switch 2
Voltage
Sensor
Solenoid
Kicker
System
Figure 2. Design of ROSTU kicker controller module system
Figure 3 shows ROSTU internal component for the kicker mechanism. ROSTU uses three DC 24 V
motors with an Omni wheel to control the motion. Moreover, the dribler system uses two 24V DC motors
with a worm gearbox. The catadioptric camera lens at the top of the robot is used to maximize the camera
view angle for computer vision. All components of the controller and mini PC are positioned at the top (far
from the solenoid and DC motor) to avoid the damage caused by the electromagnetic pulse from the solenoid
during the kicking process. All electronic components are protected by a casing made of 3d print (plastic) [20].
DRIBBLER MOTOR
DRIBBLER
WHEEL
VOLTAGE SENSOR
Figure 3. Rendered mechanical design of ROSTU robot soccer system
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Implementation of high-voltage kicker system for “ROSTU” middle-size … (Dzikri Hasbialloh)
3067
3. MECHANICAL DESIGN
Figure 4 shows the kicker solenoid-based design. The design enables the kicker system to do push
the ball in front of the robot and avoids ball friction with the floor when the robot moves [21], [22]. The
kicker system works as follows: the copper coil is energized with an electrical current to produce induction
force, induction force will push the ferromagnetic-based plunger, and the plunger will push the ball. This
kicking system was designed to push the ball with an elevation angle of 40.46°. Figure 5 describes the
detailed design of the solenoid system. The solenoid system consists of an isolating frame, a copper wire coil,
and a ferromagnetic-based plunger. The number of wire windings on a copper wire coil depends on the
designed force.
One value that affects the force produced by a solenoid system is the resistance value of the coil.
This resistance value will affect the value of the electric current. Increasing or decreasing the number of
wires in the parallelized winding wired will vary the solenoid resistance value. Table 1 shows the wielding
scheme for the solenoid system for the ROSTU robot.
Figure 4. Kicker design of ROSTU robot soccer
system
Figure 5. Solenoid design of ROSTU robot soccer system
Table 1. Wielding scheme for selenoid system
Number of paraleled winding Ilustration of winding
1
(Single wire winding)
2
(Wire windings simultaneously
then both ends of the wire are
united)
3
(Wire windings simultaneously
then both ends of the wire are
united)
4. ROSTU KICKER SYSTEM METHOD
Based on the electrical design in section 2, Figure 6 shows the flowchart of the solenoid-based
kicker system. Arduino nano communicates with the mini PC in serial communication [23]. Arduino nano
will send capacitor voltage information to a mini PC. The ROSTU Robot will give orders to Arduino nano to
trigger a kick motion. The ROSTU robot is run under the robot operating system (ROS) framework [24]-[26].
To communicate between Arduino nano and mini PC, the system must use the Serial ROS library. A
program, which runs under Arduino nano, must act as a node (subprogram) that publishes or transmits data.
The node in the main program reads the capacitor voltage information as parameters in the robot's main
program algorithm. Arduino nano receives a kick command from the main program by doing a subscribe
protocol (receive data) in the form of a PWM value. The Arduino obtain the PWM value and uses it as a
parameter to determine the power of the kicker system.
 ISSN: 2302-9285
Bulletin of Electr Eng & Inf, Vol. 10, No. 6, December 2021 : 3064 – 3071
3068
Start
Read Push Button
Trigger
High? Read Voltage Sensor
Step Up
Transformer Off
Voltage < 375?
PWM 150
PWM 255
Command a?
Command b?
Command c? PWM 50
Yes
Yes
Step Up
Transformer On
No
Read Voltage Sensor
Step Up
Transformer Off
No
End
Figure 6. Proposed kicker controller flowchart
5. RESULTS AND DISCUSSION
5.1. Kicker controller module experiment results
The kicker controller, as shown in Figure 7, has several testing scenarios as follows. There are two
buttons to run the experiment. Table 2 shows the experiment using the two-button in the kicker controller
module. The experiment result in Table 2 shows that the kicker controller module works as in the proposed
design.
Figure 7. Kicker controller module
Table 2. Experiment result of kicker
controller module
Scenario Experiment
Result
Respond
The push
button is
pressed for
the first time
Relay is On, Step
up is On, and Red
LED is On
As
designed
The push
button is
pressed for
the second
time
Relay is Off, Step
up is Off, and
Red LED is OFF
As
designed
The system
charges the
capacitor up
to 380V
Charging process
stop and Buzzer
is sounded for 1
second
As
designed
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Implementation of high-voltage kicker system for “ROSTU” middle-size … (Dzikri Hasbialloh)
3069
5.2. Monitoring display module experiment results
The experiments on display systems, as shown in
Figure 8, show the display system can receive manual commands via a push button. Moreover, the
display system can represent the kicker system status (charging or discharging) and the capacitor voltage
values. Built-in LEDs can provide a simple status indicator of the kicker system. Table 3 describes The
experiment scenario and experiment result for the kicker monitoring display system.
Figure 8. Kicker controller display module
Table 3. Experiment result of kicker controller display module
Push button Scenario Experiment Result Experiment result picture
The push button is pressed for the first
time
Charging Process is executed, Red LED
is On, Blue LED is off. The value of
capacitor voltage is detected
The push button is pressed for the
second time
Discharging Process is executed, Red
LED is off, Blue LED is on. The value
of capacitor voltage is detected
5.3. Copper coil experiment results
The effect of the difference winding number of copper wire experiment results shown in Table 4.
From the experiment, the result shows that the higher number of copper wire winding will increase the
electrical current, and will increase the inductance, which yields greater induction force.
Table 4. Experiment result of kicker director module
Wire size Number of winding Coil paralleled Resistance
Kick distance
(bounce kick)
0,4 mm 6000 1 120 Ω 1m
0,4 mm 6000 2 70 Ω 1,8m
0,4 mm 6000 4 20 Ω 3m
0,4 mm 6000 6 6 Ω 4 m
5.4. Solenoid switch experiment results
Table 5 shows experimental results with different PWM values. From the results can be concluded
that the kick distance can be controlled by variation PWM Trigger value. The greater the PWM value will
use greater the electrical current in the same voltage and will yield greater force. The maximum kick distance
is 400 cm and the minimum distance with possible PWM value is 130 cm.
 ISSN: 2302-9285
Bulletin of Electr Eng & Inf, Vol. 10, No. 6, December 2021 : 3064 – 3071
3070
Table 5. Experiment result of kicker switch module
PWM value Voltage Kick Distance (bounce kick)
255 390V 400 cm
230 390V 350 cm
210 390V 230 cm
190 390V 150 cm
160 390V 50 cm
130 390V 30 cm
100 390V 0 cm
6. CONCLUSION
This paper shows that the high voltage solenoid-based kicker system can kick up the kick with a
maximum distance of 4 meters. The maximum spacing produced is shorter than 0.5 meters than the design.
The PWM value can control the kick distance. Furthermore, the display system can monitor kicker system
conditions with the capacitor voltage value and the system status. In designing a football robot kicker system,
it is necessary to consider other factor factors such as friction force, solenoid heat, or transistor current
quality. Some improvement that could be done on the future research is by changing step-up transformer with
larger output electrical current.
ACKNOWLEDGEMENTS
This research was supported and funded by Riset Desentralisasi-Penelitian Terapan Unggulan
Perguruan Tinggi (PTUPT) from Ministry of Research, Technology, and Higher Education, Indonesia. This
work was also supported by Embedded and Network System Research Laboratory and Robotic SAS team,
Faculty of Applied Science, Telkom University.
REFERENCES
[1] S. Siregar, I. bin Ibrahim, M. I. Sani and M. I. Sari, "Design of Computer Vision Based Ball Detection System on
Wheeled Robot Soccer," 2018 International Conference on Control, Electronics, Renewable Energy and
Communications (ICCEREC), 2018, pp. 46-49, doi: 10.1109/ICCEREC.2018.8711988.
[2] C. L. Martinez et al., “Tech United Eindhoven, winner RoboCup 2014 MSL: Middle Size League,” in Conference
Robot Soccer World Cup, vol. 8992, pp. 60-69, 2015, doi: 10.1007/978-3-319-18615-3_5.
[3] M. Hill, N. Jones and M. Shanahan, “Small-Size Soccer Robots,” 2005 Level IV Design Project Final Report, The
University of Adelaide Australia, 2005.
[4] C. C. Wong, C. T. Cheng and H. M. Chan, “Design and implementation of an autonomous robot soccer system,”
International Journal of Advanced Robotic Systems, vol. 10, pp. 1-13, 2013, doi: 10.5772/56189.
[5] S. H. Mohades Kasaei, S. M. Mohades Kasaei and S. A. Mohades Kasaei, “Design and implementation solenoid
based kicking mechanism for soccer robot applied in robocup-MSL,” International Journal of Advanced Robotic
Systems, vol. 7, no. 4, pp. 69-76, 2010, doi: 10.5772/10490.
[6] H. Myint, P. Wong, L. Dooley and A. Hopgood, "Tracking a table tennis ball for umpiring purposes," 2015 14th
IAPR International Conference on Machine Vision Applications (MVA), 2015, pp. 170-173, doi:
10.1109/MVA.2015.7153160.
[7] G. Lencse and S. Répás, "Method for benchmarking single board computers for building a mini supercomputer for
simulation of telecommunication systems," 2015 38th International Conference on Telecommunications and Signal
Processing (TSP), 2015, pp. 246-251, doi: 10.1109/TSP.2015.7296261.
[8] D. Speck, P. Barros, C. Weber and S. Wermter, “Ball localization for RoboCup soccer using convolutional neural
networks,” in Conference: Robot World Cup, vol. 9776 LNAI, pp. 19-30, 2017, doi: 10.1007/978-3-319-68792-
6_2.
[9] C. Lopez et al., “Tech United Eindhoven Team Description 2015,” no. Figure 1, 2015.
[10] A A. Rahman and N. S. Widodo, “Colored Ball Position Tracking Method for Goalkeeper Humanoid Robot
Soccer,” TELKOMNIKA Telecommunication Comput. Electron. Control, vol. 11, no. 1, pp. 11-16, 2013, doi:
10.12928/telkomnika.v11i1.877.
[11] I. Mandhouj and H. Amiri, “Sonar image processing for underwater object detection based on high resolution
system,” Proc. Second Workshop on Signal and Document Processing (SIDOP 2012), 2012.
[12] P. A. Vallejos and J. Ruiz-del-solar, “Integrated Self-Localization and Ball Tracking in the Four-Legged Robot
Soccer League,” in Proceedings of the 1st IEEE Latin American Robotics Symposium, pp. 54–59, 2004.
[13] Y. Huang, J. Llach and C. Zhang, “A method of small object detection and tracking based on particle filters,” 2008
19th International Conference on Pattern Recognition, 2008, pp. 1-4, doi: 10.1109/ICPR.2008.4761480.
[14] M. I. Saleh, “Design And Implementation Of Electronic And Mechanical System On Wheeled Soccer Robot,”
Thesis, Telkom University, 2016.
[15] D. Xiong et al., “The design of an intelligent soccer-playing robot,” Ind. Rob., vol. 43, no. 1, pp. 91–102, 2016, doi:
10.1108/IR-05-2015-0092.
Bulletin of Electr Eng & Inf ISSN: 2302-9285 
Implementation of high-voltage kicker system for “ROSTU” middle-size … (Dzikri Hasbialloh)
3071
[16] J. M. Calderón, E. R. Rojas, S. Rodr’iguez, H. R. Báez and J. A. López, “A Robot soccer team as a strategy to
develop educational iniciatives,” Latin American and Caribbean Conference for Engineering and Technology,
Panama City, Panama, 2012.
[17] J. Martinovic, V. Snasel, E. Ochodkova, L. Zolta, J. Wu and A. Abraham, “Robot Soccer - Strategy Description
And Game Analysis,” 24th European Conference on Modelling and Simulation, Simulation Meets Global
Challenges, 2012, pp. 265–270, doi: 10.7148/2010-0265-0270.
[18] R. J. G. Alaerds, “Mechanical design of the next generation Tech United Turtle,” M.S. Thesis, Department of
Mechanical Engineering, Technische Universiteit Eindhoven, Eindhoven, 2010.
[19] F. A. Widodo, K. Mutijarsa and W. Adiprawita, “Design and Implementation of Locomotion, Dribbler and Kicker
for Soccer Robot,” in International Conference on Information Technology Systems and Innovation (ICITSI), 2017,
doi: 10.1109/ICITSI.2017.8267943.
[20] S S. B. Jusoh and K. Omar, “The mechanical and circuit design of robot soccer: A study,” 2011 International
Conference on Pattern Analysis and Intelligence Robotics, 2011, pp. 119-124, doi: 10.1109/ICPAIR.2011.5976923.
[21] Y. Liu, F. Wayne, J. Zhao and F. Wayne, “A Kicking Mechanism for a Soccer Playing Robot – a Multidisciplinary
Senior Design Project,” 2009 Annual Conference & Exposition, pp. 14.35.1-14.35.8 2009, doi: 10.18260/1-2--5612.
[22] Z. Sugianto, M. T. Kantori and M. I. Nugraha, “Dribbling and Kicking Mechanism of A Soccer Robot for ‘ KRSBI
Beroda,” in 5th Indonesian Symposium on Robotic Systems and Control, 2017, pp. 61–63.
[23] J. Lunenburg, R. Soetens, F. Schoenmakers, P. Metsemakers, R. Van De Molengraft and M. Steinbuch, “Sharing
open hardware through ROP, the robotic open platform,” Proceedings of RoboCup 2013, Symposium Papers and
Team Description Papers, 2013, 584-591.
[24] S. Bemis, “Design and development of a novel omni-directional platform,” M.S. Thesis, Faculty of Engineering
and Applied Science, University of Ontario Institute of Technology, Oshawa, 2009.
[25] J. Xiao, D. Xiong, W. Yao, Q. Yu, H. Lu and Z. Zheng, “Building Software System and Simulation Environment
for RoboCup MSL Soccer Robots Based on ROS and Gazebo. In: Koubaa,” Robot Operating System (ROS), vol.
708, pp. 597-631, 2019, doi: 10.1007/978-3-319-54927-9_18.
[26] M. Bestmann, “Towards Using ROS in the RoboCup Humanoid Soccer League,” M.S. Thesis, Department of
Informatics, University of Hamburg, Hamburg, 2017.
BIOGRAPHIES OF AUTHORS
Dzikri Hasbialloh is currently work as Firmware Design Engineer in PT. Epson Indonesia. He
graduated a diploma in Computer Engineering, from Faculty of Applied Science School,
Telkom University.
Simon Siregar is a lecturer since 2007 at Department of Computer Engineering, Faculty of
Applied Science, Telkom University. He graduated from Institut Teknologi Bandung (ITB) at
2009 and his special fields of interest are Internet of Things, Roboctic and Control System.
Currently, he is a Doctorate Candidate in Institut Teknologi Bandung.e
Muhammad Ikhsan Sani is graduated from Institut Teknologi Bandung (ITB) at 2008. His
special fields of interest included embedded system, robotics, and electronic circuit desing. His
employment experience included the Microelectronics Center and LAPI ITB. He joined
Telkom University in 2015 as a lecturer at D3 Computer Engineering program, Faculty of
Applied Science.

More Related Content

What's hot

Controlling of Personal Transport Vehicle
Controlling of Personal Transport VehicleControlling of Personal Transport Vehicle
Controlling of Personal Transport VehicleIRJET Journal
 
Gesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherGesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherIRJET Journal
 
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGEELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGEmuhammed jassim k
 
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...IJERA Editor
 
Final Year Report (6bits DACs)
Final Year Report (6bits DACs)Final Year Report (6bits DACs)
Final Year Report (6bits DACs)Siang Wei Lee
 
Final year project ideas for electrical engineering eepowerschool.com
Final year project ideas for electrical engineering   eepowerschool.comFinal year project ideas for electrical engineering   eepowerschool.com
Final year project ideas for electrical engineering eepowerschool.comMuhammad Sarwar
 
IRJET- Smart Digi Train
IRJET- Smart Digi TrainIRJET- Smart Digi Train
IRJET- Smart Digi TrainIRJET Journal
 
Tongue Motion Controlled Wheelchair
Tongue Motion Controlled WheelchairTongue Motion Controlled Wheelchair
Tongue Motion Controlled Wheelchairijtsrd
 
Monitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOTMonitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOTvivatechijri
 
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...Editor IJMTER
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationeSAT Publishing House
 
ROBOCON 2015 Documentation
ROBOCON 2015 DocumentationROBOCON 2015 Documentation
ROBOCON 2015 DocumentationVamsi Krishna
 
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...IRJET Journal
 
IRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET Journal
 
Embedded controller using motion control of motor
Embedded controller using motion control of motorEmbedded controller using motion control of motor
Embedded controller using motion control of motorIAEME Publication
 
Camera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWCamera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWijtsrd
 

What's hot (19)

Controlling of Personal Transport Vehicle
Controlling of Personal Transport VehicleControlling of Personal Transport Vehicle
Controlling of Personal Transport Vehicle
 
Gesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcherGesture control wheel chair cum stretcher
Gesture control wheel chair cum stretcher
 
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGEELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
 
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
 
Final Year Report (6bits DACs)
Final Year Report (6bits DACs)Final Year Report (6bits DACs)
Final Year Report (6bits DACs)
 
Final year project ideas for electrical engineering eepowerschool.com
Final year project ideas for electrical engineering   eepowerschool.comFinal year project ideas for electrical engineering   eepowerschool.com
Final year project ideas for electrical engineering eepowerschool.com
 
IRJET- Smart Digi Train
IRJET- Smart Digi TrainIRJET- Smart Digi Train
IRJET- Smart Digi Train
 
Tongue Motion Controlled Wheelchair
Tongue Motion Controlled WheelchairTongue Motion Controlled Wheelchair
Tongue Motion Controlled Wheelchair
 
Monitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOTMonitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOT
 
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
 
Mf3620902095
Mf3620902095Mf3620902095
Mf3620902095
 
Control and Supervision of a Solar Electric System
Control and Supervision of a Solar Electric SystemControl and Supervision of a Solar Electric System
Control and Supervision of a Solar Electric System
 
Presentation1
Presentation1Presentation1
Presentation1
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communication
 
ROBOCON 2015 Documentation
ROBOCON 2015 DocumentationROBOCON 2015 Documentation
ROBOCON 2015 Documentation
 
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
 
IRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash Driving
 
Embedded controller using motion control of motor
Embedded controller using motion control of motorEmbedded controller using motion control of motor
Embedded controller using motion control of motor
 
Camera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWCamera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEW
 

Similar to Implementation of high-voltage kicker system for “ROSTU” middle-size league robot soccer

IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET Journal
 
IoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring SystemIoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring SystemIRJET Journal
 
IRJET - Efficient Energy Harvesting and Reusing System
IRJET -  	  Efficient Energy Harvesting and Reusing SystemIRJET -  	  Efficient Energy Harvesting and Reusing System
IRJET - Efficient Energy Harvesting and Reusing SystemIRJET Journal
 
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIRJET Journal
 
IRJET- Multilevel Object Sorting System using PLC Controller
IRJET-  	  Multilevel Object Sorting System using PLC ControllerIRJET-  	  Multilevel Object Sorting System using PLC Controller
IRJET- Multilevel Object Sorting System using PLC ControllerIRJET Journal
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteUtkarsh Chaubey
 
Design-and-Implementation-of-an-Improved-Automatic-DC-Motor-Speed-Control-Sys...
Design-and-Implementation-of-an-Improved-Automatic-DC-Motor-Speed-Control-Sys...Design-and-Implementation-of-an-Improved-Automatic-DC-Motor-Speed-Control-Sys...
Design-and-Implementation-of-an-Improved-Automatic-DC-Motor-Speed-Control-Sys...PUBLISHERJOURNAL
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management SystemIRJET Journal
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management SystemIRJET Journal
 
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...IRJET Journal
 
Real Time E-metering and Automation of KCT College Campus using an Android Mo...
Real Time E-metering and Automation of KCT College Campus using an Android Mo...Real Time E-metering and Automation of KCT College Campus using an Android Mo...
Real Time E-metering and Automation of KCT College Campus using an Android Mo...Eswar Publications
 
Grid Connected Photovoltaic System with Energy Management Scheme
Grid Connected Photovoltaic System with Energy Management SchemeGrid Connected Photovoltaic System with Energy Management Scheme
Grid Connected Photovoltaic System with Energy Management SchemeIRJET Journal
 
A microsystem design for controlling a DC motor by pulse width modulation us...
A microsystem design for controlling a DC motor by pulse  width modulation us...A microsystem design for controlling a DC motor by pulse  width modulation us...
A microsystem design for controlling a DC motor by pulse width modulation us...IJECEIAES
 
Efficient Energy Harvesting and Transmission using Wireless Sensor Networks
Efficient Energy Harvesting and Transmission using Wireless Sensor NetworksEfficient Energy Harvesting and Transmission using Wireless Sensor Networks
Efficient Energy Harvesting and Transmission using Wireless Sensor NetworksIRJET Journal
 
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET Journal
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET Journal
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET Journal
 
Smart Solar Grass Cutter Robot
Smart Solar Grass Cutter RobotSmart Solar Grass Cutter Robot
Smart Solar Grass Cutter Robotijtsrd
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothIRJET Journal
 

Similar to Implementation of high-voltage kicker system for “ROSTU” middle-size league robot soccer (20)

IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring System
 
IoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring SystemIoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring System
 
IRJET - Efficient Energy Harvesting and Reusing System
IRJET -  	  Efficient Energy Harvesting and Reusing SystemIRJET -  	  Efficient Energy Harvesting and Reusing System
IRJET - Efficient Energy Harvesting and Reusing System
 
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
 
IRJET- Multilevel Object Sorting System using PLC Controller
IRJET-  	  Multilevel Object Sorting System using PLC ControllerIRJET-  	  Multilevel Object Sorting System using PLC Controller
IRJET- Multilevel Object Sorting System using PLC Controller
 
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-siteMajor Project Synopsis Report on IoT based DC Motor Through a Web-site
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
 
Design-and-Implementation-of-an-Improved-Automatic-DC-Motor-Speed-Control-Sys...
Design-and-Implementation-of-an-Improved-Automatic-DC-Motor-Speed-Control-Sys...Design-and-Implementation-of-an-Improved-Automatic-DC-Motor-Speed-Control-Sys...
Design-and-Implementation-of-an-Improved-Automatic-DC-Motor-Speed-Control-Sys...
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management System
 
IoT Based smart Battery Management System
IoT Based smart Battery Management SystemIoT Based smart Battery Management System
IoT Based smart Battery Management System
 
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
 
Real Time E-metering and Automation of KCT College Campus using an Android Mo...
Real Time E-metering and Automation of KCT College Campus using an Android Mo...Real Time E-metering and Automation of KCT College Campus using an Android Mo...
Real Time E-metering and Automation of KCT College Campus using an Android Mo...
 
Grid Connected Photovoltaic System with Energy Management Scheme
Grid Connected Photovoltaic System with Energy Management SchemeGrid Connected Photovoltaic System with Energy Management Scheme
Grid Connected Photovoltaic System with Energy Management Scheme
 
A microsystem design for controlling a DC motor by pulse width modulation us...
A microsystem design for controlling a DC motor by pulse  width modulation us...A microsystem design for controlling a DC motor by pulse  width modulation us...
A microsystem design for controlling a DC motor by pulse width modulation us...
 
Efficient Energy Harvesting and Transmission using Wireless Sensor Networks
Efficient Energy Harvesting and Transmission using Wireless Sensor NetworksEfficient Energy Harvesting and Transmission using Wireless Sensor Networks
Efficient Energy Harvesting and Transmission using Wireless Sensor Networks
 
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
 
E0443037
E0443037E0443037
E0443037
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
Smart Solar Grass Cutter Robot
Smart Solar Grass Cutter RobotSmart Solar Grass Cutter Robot
Smart Solar Grass Cutter Robot
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using Bluetooth
 

More from journalBEEI

Square transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherSquare transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherjournalBEEI
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...journalBEEI
 
Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...journalBEEI
 
A secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksA secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksjournalBEEI
 
Plant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkPlant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkjournalBEEI
 
Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...journalBEEI
 
Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...journalBEEI
 
Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...journalBEEI
 
Wireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmWireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmjournalBEEI
 
Implementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennaImplementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennajournalBEEI
 
The calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headThe calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headjournalBEEI
 
Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...journalBEEI
 
Design of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationDesign of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationjournalBEEI
 
Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...journalBEEI
 
Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)journalBEEI
 
Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...journalBEEI
 
Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...journalBEEI
 
An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...journalBEEI
 
Parking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationParking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationjournalBEEI
 
Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...journalBEEI
 

More from journalBEEI (20)

Square transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipherSquare transposition: an approach to the transposition process in block cipher
Square transposition: an approach to the transposition process in block cipher
 
Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...Hyper-parameter optimization of convolutional neural network based on particl...
Hyper-parameter optimization of convolutional neural network based on particl...
 
Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...Supervised machine learning based liver disease prediction approach with LASS...
Supervised machine learning based liver disease prediction approach with LASS...
 
A secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networksA secure and energy saving protocol for wireless sensor networks
A secure and energy saving protocol for wireless sensor networks
 
Plant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural networkPlant leaf identification system using convolutional neural network
Plant leaf identification system using convolutional neural network
 
Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...Customized moodle-based learning management system for socially disadvantaged...
Customized moodle-based learning management system for socially disadvantaged...
 
Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...Understanding the role of individual learner in adaptive and personalized e-l...
Understanding the role of individual learner in adaptive and personalized e-l...
 
Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...Prototype mobile contactless transaction system in traditional markets to sup...
Prototype mobile contactless transaction system in traditional markets to sup...
 
Wireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithmWireless HART stack using multiprocessor technique with laxity algorithm
Wireless HART stack using multiprocessor technique with laxity algorithm
 
Implementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antennaImplementation of double-layer loaded on octagon microstrip yagi antenna
Implementation of double-layer loaded on octagon microstrip yagi antenna
 
The calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human headThe calculation of the field of an antenna located near the human head
The calculation of the field of an antenna located near the human head
 
Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...Exact secure outage probability performance of uplinkdownlink multiple access...
Exact secure outage probability performance of uplinkdownlink multiple access...
 
Design of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting applicationDesign of a dual-band antenna for energy harvesting application
Design of a dual-band antenna for energy harvesting application
 
Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...Transforming data-centric eXtensible markup language into relational database...
Transforming data-centric eXtensible markup language into relational database...
 
Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)Key performance requirement of future next wireless networks (6G)
Key performance requirement of future next wireless networks (6G)
 
Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...Noise resistance territorial intensity-based optical flow using inverse confi...
Noise resistance territorial intensity-based optical flow using inverse confi...
 
Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...Modeling climate phenomenon with software grids analysis and display system i...
Modeling climate phenomenon with software grids analysis and display system i...
 
An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...An approach of re-organizing input dataset to enhance the quality of emotion ...
An approach of re-organizing input dataset to enhance the quality of emotion ...
 
Parking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentationParking detection system using background subtraction and HSV color segmentation
Parking detection system using background subtraction and HSV color segmentation
 
Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...Quality of service performances of video and voice transmission in universal ...
Quality of service performances of video and voice transmission in universal ...
 

Recently uploaded

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 

Implementation of high-voltage kicker system for “ROSTU” middle-size league robot soccer

  • 1. Bulletin of Electrical Engineering and Informatics Vol. 10, No. 6, December 2021, pp. 3064~3071 ISSN: 2302-9285, DOI: 10.11591/eei.v10i6.3190 3064 Journal homepage: http://beei.org Implementation of high-voltage kicker system for “ROSTU” middle-size league robot soccer Dzikri Hasbialloh, Simon Siregar, Muhammad Ikhsan Sani Department of Computer Engineering, Faculty of Applied Science, Telkom University, Indonesia Article Info ABSTRACT Article history: Received Feb 24, 2020 Revised Jan 18, 2021 Accepted Oct 12, 2021 Middle-size robot soccer is one of the divisions that competed in national events such as the National Indonesia Robotics Competition and international competitions such as the middle size league (MSL). One of the main components in soccer robots is the kicker system. The kicker system is expected to be high torque, robust, and safe. In this work, a high voltage kicker system is designed and evaluated to substitute ROSTU's previous kicker system. This high voltage solenoid-based kicker system works at 380V and uses the electromagnetic force principle to move a ball. The performance criteria of the kicker system are it can move a ball with a mass of around 1 kg for a minimum range of 3 m and control the charging and discharging process in high voltage conditions. The experiment results show that the kicker system can move a ball with a mass of 1.06 kg, a difference kick distance from 100cm to 350cm, and a monitoring system that can show information about the capacitor voltage and system status. Keywords: Kicker system Middle size league Robot soccer Solenoids Transistor IGBT This is an open access article under the CC BY-SA license. Corresponding Author: Simon Siregar Department of Computer Engineering, Telkom University Jl. Telekomunikasi Jl. Terusan Buah Batu, Sukapura, Kec. Dayeuhkolot, Kota Bandung Jawa Barat 40257, Indonesia Email: simon.siregar@tass.telkomuniversity.ac.id 1. INTRODUCTION This paper is the development of our previous research. Early research on wheeled soccer robots began in 2016 [1], 2017 which based on [2], and 2018 [1]. The first version of the ball kicker system for a small soccer robot system [3] was based on solenoid 24V in [4], [5]. Figure 1 shows our previous ROSTU robot soccer system. ROSTU stands for Robotic Soccer of Telkom University which represent one of Telkom University robotic team in The National Indonesian Robot Competition (known as KRI). Type of the ball used in the match was ping pong balls [6]. This system works as follows: Arduino Mega 2560 will receive position data from Raspberry Pi [7] in real-time [6], [8]-[10]. This position data is processed in raspberry pi from digital image processing. The raspberry pi processor was chosen due to its open-source characteristic [11]. Digital image processing is a process to identify the position of the ball in a mapped camera frame [9], [12], [13]. After the position of the ball is received, Arduino Mega 2560 will turn on the dc motor to chase the ball according to the data. Furthermore, Arduino Mega 2560 will read the compass sensor and direct the ball to the goal position and turn on the solenoid to kick the ball [14]. In the 2017 version, the soccer robot design is based on the National Indonesian Robot Competition 2017 rules [15], [16], which uses FIFA's standard futsal ball. The ball’s weight is 500gr. Because of the weight, the kicker system is changed to the electro-pneumatic system, which has a greater thrust force. However, the kicker based on electro-pneumatic has several disadvantages, such as the dimension of the electro-pneumatic system is more significant than the previous one; the process of air reloading time takes
  • 2. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Implementation of high-voltage kicker system for “ROSTU” middle-size … (Dzikri Hasbialloh) 3065 some time. Moreover, the power and direction of the kick and the number of available kicks are very dependent on existing pressure. Based on this background, a kicker system-based high-voltage solenoid system is chosen. The high voltage solenoid (± 380 V) kicker system has an advantage in the number of kick styles it can produce. The design of this kicker system has to consider the number of solenoids turns (n), the supply voltage, and the electrical current to produce the optimal force (F). Moreover, the safety of a high voltage system has to be designed to protect the low voltage system inside the ROSTU soccer robot [17]. Based on this background, the primary purpose of this paper is to design a high voltage kicker system with a solenoid. Raspberry Pi Camera WIFI Module Compass Module HMC5883L Raspberry Pi 3 Model B Arduino Mega 2560 Motor Driver 4 Motor DC Solenoid INPUT INPUT INPUT Figure 1. Previous robot soccer system [14] 2. ELECTRICAL DESIGN The solenoid-based kicker is one of the research challenges in the MSL Competition [18]. In a high voltage solenoid-based kicker system, there are ten main components based on [19]. The block diagram of the ROSTU’s Kicker System is shown in Figure 2. The description of how the system works is as: a. The power supply is using a 4S battery with 5200mah. This component provides a kicker system voltage suppression to perform kicks. b. Display system. This section consists of a 16x2 LCD, three pushbuttons, and two LEDs. The function of this section is to monitor the kicker system condition. c. Relay. This component serves as a switch from battery to Current limiter. So it allows for on/off the step- up transformer as needed and to avoid the step-up transformer overheating due to continuous work. d. Step-up Transformer. This component works to increase the voltage from 16v to 400v battery. This component is vulnerable to damage. Damage occurred due to the backflow of capacitors, Overheat due to continuous work, and overcharge. To overcome this, the safety diodes were installed between step up and capacitor with a cooling fan to control the temperature of the step-up transformer. e. Switch 1. This component uses the G80N60 transistor. This component works for: f. Connect the power flow from step up to the capacitor in the charging process. g. To decide the power flow from step up to capacitor when in charging process is fully charged (390v), the maximum voltage of the capacitor must not exceed 390v. h. Capacitor. This component serves as an electrical charge bank which needed to supply electrical current for the kicking process. This capacitor specification is 6200uF 400v. It takes 20 seconds to fill the capacitor. Under full charge conditions, the one-time shot kick will reduce the voltage to 50%. i. Switch 2. This component uses the G80N60 transistor. This transistor works to connect and disconnect electricity from the capacitor to the solenoid during the kicking process. j. Solenoid. This component serves to convert electric energy into motion energy. The solenoid is made of a 0.4mm diameter copper wire wielding. The 0.4 mm diameter is chosen to facilitate the process of solenoid winding. To increase the value of the inductance of the solenoid is done by multiplying the number of wires wrapped simultaneously. k. Voltage sensor. This component works to measure the voltage in the capacitor. The voltage value will be sent to Arduino to be a parameter in the system. l. Arduino. This component works to control the kicker system. Algorithms used are: − Arduino reads voltage sensor values. − If the voltage is less than 360, the Arduino will turn on the relay and switch one for the charging process. − If the voltage is more than or equal to 380, the Arduino will turn off switch one and the relay. − If the voltage is more than 200 and the Arduino receives the command from the image processing system to do the kick, then the Arduino will turn on switch two.
  • 3.  ISSN: 2302-9285 Bulletin of Electr Eng & Inf, Vol. 10, No. 6, December 2021 : 3064 – 3071 3066 − If the voltage is less than 200 and the Arduino receives the command from the image processing system to perform kick, then Arduino will not turn on switch two until the voltage value is more than or equal to 200. Motor Dribbler 1 Motor Dribbler 2 Motor Driver D1 Motor Driver D2 Main Controller (Teensy 3.6) Motor Driver 1 Motor 1 Motor Driver 2 Motor Driver 3 Motor 1 Motor 1 TOF Sensor VL53L0X Mini PC Intel NUC Catadioptric Camera Arduino Nano (Kicker Controller) Display System Power Supply Relay Step Up Transformer Switch 1 Capacitor Bank Switch 2 Voltage Sensor Solenoid Kicker System Figure 2. Design of ROSTU kicker controller module system Figure 3 shows ROSTU internal component for the kicker mechanism. ROSTU uses three DC 24 V motors with an Omni wheel to control the motion. Moreover, the dribler system uses two 24V DC motors with a worm gearbox. The catadioptric camera lens at the top of the robot is used to maximize the camera view angle for computer vision. All components of the controller and mini PC are positioned at the top (far from the solenoid and DC motor) to avoid the damage caused by the electromagnetic pulse from the solenoid during the kicking process. All electronic components are protected by a casing made of 3d print (plastic) [20]. DRIBBLER MOTOR DRIBBLER WHEEL VOLTAGE SENSOR Figure 3. Rendered mechanical design of ROSTU robot soccer system
  • 4. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Implementation of high-voltage kicker system for “ROSTU” middle-size … (Dzikri Hasbialloh) 3067 3. MECHANICAL DESIGN Figure 4 shows the kicker solenoid-based design. The design enables the kicker system to do push the ball in front of the robot and avoids ball friction with the floor when the robot moves [21], [22]. The kicker system works as follows: the copper coil is energized with an electrical current to produce induction force, induction force will push the ferromagnetic-based plunger, and the plunger will push the ball. This kicking system was designed to push the ball with an elevation angle of 40.46°. Figure 5 describes the detailed design of the solenoid system. The solenoid system consists of an isolating frame, a copper wire coil, and a ferromagnetic-based plunger. The number of wire windings on a copper wire coil depends on the designed force. One value that affects the force produced by a solenoid system is the resistance value of the coil. This resistance value will affect the value of the electric current. Increasing or decreasing the number of wires in the parallelized winding wired will vary the solenoid resistance value. Table 1 shows the wielding scheme for the solenoid system for the ROSTU robot. Figure 4. Kicker design of ROSTU robot soccer system Figure 5. Solenoid design of ROSTU robot soccer system Table 1. Wielding scheme for selenoid system Number of paraleled winding Ilustration of winding 1 (Single wire winding) 2 (Wire windings simultaneously then both ends of the wire are united) 3 (Wire windings simultaneously then both ends of the wire are united) 4. ROSTU KICKER SYSTEM METHOD Based on the electrical design in section 2, Figure 6 shows the flowchart of the solenoid-based kicker system. Arduino nano communicates with the mini PC in serial communication [23]. Arduino nano will send capacitor voltage information to a mini PC. The ROSTU Robot will give orders to Arduino nano to trigger a kick motion. The ROSTU robot is run under the robot operating system (ROS) framework [24]-[26]. To communicate between Arduino nano and mini PC, the system must use the Serial ROS library. A program, which runs under Arduino nano, must act as a node (subprogram) that publishes or transmits data. The node in the main program reads the capacitor voltage information as parameters in the robot's main program algorithm. Arduino nano receives a kick command from the main program by doing a subscribe protocol (receive data) in the form of a PWM value. The Arduino obtain the PWM value and uses it as a parameter to determine the power of the kicker system.
  • 5.  ISSN: 2302-9285 Bulletin of Electr Eng & Inf, Vol. 10, No. 6, December 2021 : 3064 – 3071 3068 Start Read Push Button Trigger High? Read Voltage Sensor Step Up Transformer Off Voltage < 375? PWM 150 PWM 255 Command a? Command b? Command c? PWM 50 Yes Yes Step Up Transformer On No Read Voltage Sensor Step Up Transformer Off No End Figure 6. Proposed kicker controller flowchart 5. RESULTS AND DISCUSSION 5.1. Kicker controller module experiment results The kicker controller, as shown in Figure 7, has several testing scenarios as follows. There are two buttons to run the experiment. Table 2 shows the experiment using the two-button in the kicker controller module. The experiment result in Table 2 shows that the kicker controller module works as in the proposed design. Figure 7. Kicker controller module Table 2. Experiment result of kicker controller module Scenario Experiment Result Respond The push button is pressed for the first time Relay is On, Step up is On, and Red LED is On As designed The push button is pressed for the second time Relay is Off, Step up is Off, and Red LED is OFF As designed The system charges the capacitor up to 380V Charging process stop and Buzzer is sounded for 1 second As designed
  • 6. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Implementation of high-voltage kicker system for “ROSTU” middle-size … (Dzikri Hasbialloh) 3069 5.2. Monitoring display module experiment results The experiments on display systems, as shown in Figure 8, show the display system can receive manual commands via a push button. Moreover, the display system can represent the kicker system status (charging or discharging) and the capacitor voltage values. Built-in LEDs can provide a simple status indicator of the kicker system. Table 3 describes The experiment scenario and experiment result for the kicker monitoring display system. Figure 8. Kicker controller display module Table 3. Experiment result of kicker controller display module Push button Scenario Experiment Result Experiment result picture The push button is pressed for the first time Charging Process is executed, Red LED is On, Blue LED is off. The value of capacitor voltage is detected The push button is pressed for the second time Discharging Process is executed, Red LED is off, Blue LED is on. The value of capacitor voltage is detected 5.3. Copper coil experiment results The effect of the difference winding number of copper wire experiment results shown in Table 4. From the experiment, the result shows that the higher number of copper wire winding will increase the electrical current, and will increase the inductance, which yields greater induction force. Table 4. Experiment result of kicker director module Wire size Number of winding Coil paralleled Resistance Kick distance (bounce kick) 0,4 mm 6000 1 120 Ω 1m 0,4 mm 6000 2 70 Ω 1,8m 0,4 mm 6000 4 20 Ω 3m 0,4 mm 6000 6 6 Ω 4 m 5.4. Solenoid switch experiment results Table 5 shows experimental results with different PWM values. From the results can be concluded that the kick distance can be controlled by variation PWM Trigger value. The greater the PWM value will use greater the electrical current in the same voltage and will yield greater force. The maximum kick distance is 400 cm and the minimum distance with possible PWM value is 130 cm.
  • 7.  ISSN: 2302-9285 Bulletin of Electr Eng & Inf, Vol. 10, No. 6, December 2021 : 3064 – 3071 3070 Table 5. Experiment result of kicker switch module PWM value Voltage Kick Distance (bounce kick) 255 390V 400 cm 230 390V 350 cm 210 390V 230 cm 190 390V 150 cm 160 390V 50 cm 130 390V 30 cm 100 390V 0 cm 6. CONCLUSION This paper shows that the high voltage solenoid-based kicker system can kick up the kick with a maximum distance of 4 meters. The maximum spacing produced is shorter than 0.5 meters than the design. The PWM value can control the kick distance. Furthermore, the display system can monitor kicker system conditions with the capacitor voltage value and the system status. In designing a football robot kicker system, it is necessary to consider other factor factors such as friction force, solenoid heat, or transistor current quality. Some improvement that could be done on the future research is by changing step-up transformer with larger output electrical current. ACKNOWLEDGEMENTS This research was supported and funded by Riset Desentralisasi-Penelitian Terapan Unggulan Perguruan Tinggi (PTUPT) from Ministry of Research, Technology, and Higher Education, Indonesia. This work was also supported by Embedded and Network System Research Laboratory and Robotic SAS team, Faculty of Applied Science, Telkom University. REFERENCES [1] S. Siregar, I. bin Ibrahim, M. I. Sani and M. I. Sari, "Design of Computer Vision Based Ball Detection System on Wheeled Robot Soccer," 2018 International Conference on Control, Electronics, Renewable Energy and Communications (ICCEREC), 2018, pp. 46-49, doi: 10.1109/ICCEREC.2018.8711988. [2] C. L. Martinez et al., “Tech United Eindhoven, winner RoboCup 2014 MSL: Middle Size League,” in Conference Robot Soccer World Cup, vol. 8992, pp. 60-69, 2015, doi: 10.1007/978-3-319-18615-3_5. [3] M. Hill, N. Jones and M. Shanahan, “Small-Size Soccer Robots,” 2005 Level IV Design Project Final Report, The University of Adelaide Australia, 2005. [4] C. C. Wong, C. T. Cheng and H. M. Chan, “Design and implementation of an autonomous robot soccer system,” International Journal of Advanced Robotic Systems, vol. 10, pp. 1-13, 2013, doi: 10.5772/56189. [5] S. H. Mohades Kasaei, S. M. Mohades Kasaei and S. A. Mohades Kasaei, “Design and implementation solenoid based kicking mechanism for soccer robot applied in robocup-MSL,” International Journal of Advanced Robotic Systems, vol. 7, no. 4, pp. 69-76, 2010, doi: 10.5772/10490. [6] H. Myint, P. Wong, L. Dooley and A. Hopgood, "Tracking a table tennis ball for umpiring purposes," 2015 14th IAPR International Conference on Machine Vision Applications (MVA), 2015, pp. 170-173, doi: 10.1109/MVA.2015.7153160. [7] G. Lencse and S. Répás, "Method for benchmarking single board computers for building a mini supercomputer for simulation of telecommunication systems," 2015 38th International Conference on Telecommunications and Signal Processing (TSP), 2015, pp. 246-251, doi: 10.1109/TSP.2015.7296261. [8] D. Speck, P. Barros, C. Weber and S. Wermter, “Ball localization for RoboCup soccer using convolutional neural networks,” in Conference: Robot World Cup, vol. 9776 LNAI, pp. 19-30, 2017, doi: 10.1007/978-3-319-68792- 6_2. [9] C. Lopez et al., “Tech United Eindhoven Team Description 2015,” no. Figure 1, 2015. [10] A A. Rahman and N. S. Widodo, “Colored Ball Position Tracking Method for Goalkeeper Humanoid Robot Soccer,” TELKOMNIKA Telecommunication Comput. Electron. Control, vol. 11, no. 1, pp. 11-16, 2013, doi: 10.12928/telkomnika.v11i1.877. [11] I. Mandhouj and H. Amiri, “Sonar image processing for underwater object detection based on high resolution system,” Proc. Second Workshop on Signal and Document Processing (SIDOP 2012), 2012. [12] P. A. Vallejos and J. Ruiz-del-solar, “Integrated Self-Localization and Ball Tracking in the Four-Legged Robot Soccer League,” in Proceedings of the 1st IEEE Latin American Robotics Symposium, pp. 54–59, 2004. [13] Y. Huang, J. Llach and C. Zhang, “A method of small object detection and tracking based on particle filters,” 2008 19th International Conference on Pattern Recognition, 2008, pp. 1-4, doi: 10.1109/ICPR.2008.4761480. [14] M. I. Saleh, “Design And Implementation Of Electronic And Mechanical System On Wheeled Soccer Robot,” Thesis, Telkom University, 2016. [15] D. Xiong et al., “The design of an intelligent soccer-playing robot,” Ind. Rob., vol. 43, no. 1, pp. 91–102, 2016, doi: 10.1108/IR-05-2015-0092.
  • 8. Bulletin of Electr Eng & Inf ISSN: 2302-9285  Implementation of high-voltage kicker system for “ROSTU” middle-size … (Dzikri Hasbialloh) 3071 [16] J. M. Calderón, E. R. Rojas, S. Rodr’iguez, H. R. Báez and J. A. López, “A Robot soccer team as a strategy to develop educational iniciatives,” Latin American and Caribbean Conference for Engineering and Technology, Panama City, Panama, 2012. [17] J. Martinovic, V. Snasel, E. Ochodkova, L. Zolta, J. Wu and A. Abraham, “Robot Soccer - Strategy Description And Game Analysis,” 24th European Conference on Modelling and Simulation, Simulation Meets Global Challenges, 2012, pp. 265–270, doi: 10.7148/2010-0265-0270. [18] R. J. G. Alaerds, “Mechanical design of the next generation Tech United Turtle,” M.S. Thesis, Department of Mechanical Engineering, Technische Universiteit Eindhoven, Eindhoven, 2010. [19] F. A. Widodo, K. Mutijarsa and W. Adiprawita, “Design and Implementation of Locomotion, Dribbler and Kicker for Soccer Robot,” in International Conference on Information Technology Systems and Innovation (ICITSI), 2017, doi: 10.1109/ICITSI.2017.8267943. [20] S S. B. Jusoh and K. Omar, “The mechanical and circuit design of robot soccer: A study,” 2011 International Conference on Pattern Analysis and Intelligence Robotics, 2011, pp. 119-124, doi: 10.1109/ICPAIR.2011.5976923. [21] Y. Liu, F. Wayne, J. Zhao and F. Wayne, “A Kicking Mechanism for a Soccer Playing Robot – a Multidisciplinary Senior Design Project,” 2009 Annual Conference & Exposition, pp. 14.35.1-14.35.8 2009, doi: 10.18260/1-2--5612. [22] Z. Sugianto, M. T. Kantori and M. I. Nugraha, “Dribbling and Kicking Mechanism of A Soccer Robot for ‘ KRSBI Beroda,” in 5th Indonesian Symposium on Robotic Systems and Control, 2017, pp. 61–63. [23] J. Lunenburg, R. Soetens, F. Schoenmakers, P. Metsemakers, R. Van De Molengraft and M. Steinbuch, “Sharing open hardware through ROP, the robotic open platform,” Proceedings of RoboCup 2013, Symposium Papers and Team Description Papers, 2013, 584-591. [24] S. Bemis, “Design and development of a novel omni-directional platform,” M.S. Thesis, Faculty of Engineering and Applied Science, University of Ontario Institute of Technology, Oshawa, 2009. [25] J. Xiao, D. Xiong, W. Yao, Q. Yu, H. Lu and Z. Zheng, “Building Software System and Simulation Environment for RoboCup MSL Soccer Robots Based on ROS and Gazebo. In: Koubaa,” Robot Operating System (ROS), vol. 708, pp. 597-631, 2019, doi: 10.1007/978-3-319-54927-9_18. [26] M. Bestmann, “Towards Using ROS in the RoboCup Humanoid Soccer League,” M.S. Thesis, Department of Informatics, University of Hamburg, Hamburg, 2017. BIOGRAPHIES OF AUTHORS Dzikri Hasbialloh is currently work as Firmware Design Engineer in PT. Epson Indonesia. He graduated a diploma in Computer Engineering, from Faculty of Applied Science School, Telkom University. Simon Siregar is a lecturer since 2007 at Department of Computer Engineering, Faculty of Applied Science, Telkom University. He graduated from Institut Teknologi Bandung (ITB) at 2009 and his special fields of interest are Internet of Things, Roboctic and Control System. Currently, he is a Doctorate Candidate in Institut Teknologi Bandung.e Muhammad Ikhsan Sani is graduated from Institut Teknologi Bandung (ITB) at 2008. His special fields of interest included embedded system, robotics, and electronic circuit desing. His employment experience included the Microelectronics Center and LAPI ITB. He joined Telkom University in 2015 as a lecturer at D3 Computer Engineering program, Faculty of Applied Science.