The story
Aim:
To design a basketball net which is able to count the number of successful baskets done by the player each time he/she throws the ball.
Components Used:
· MSP 430G2ET
· HC-SR04 Ultrasonic sensor
· HC-05 Bluetooth Module
Working:
This prototype uses 2 ultrasonic sensors which are placed above and below the basketball net and are directly connected to the MSP 430G2ET. When the prototype starts, the sensor placed above the net gets the data from the MSP to activate and deactivate automatically without any human assistance.
As it starts, the ultrasonic waves travel from the sensor and after hitting any obstruction in their path, they travel back to the sensor. The time taken by the waves in the whole process is calculated by the sensor and it is then sent to the MSP from which the distance travelled by the waves can be calculated by performing required data analytics and necessary calculations.
Distance travelled by the ultrasonic waves = Distance between the sensor and the obstacle
If when the ball reaches in the vicinity of the net (i.e. up to range of 15 cm), the ultrasonic sensor 2 which is placed below the net gets activated and calculates distance in the same way as above. If the ball passes through it, MSP increases the count by 1 and data is sent to the mobile application as well as gets updated live at the web server in the real time else count remains unchanged.
Figure of Merits:
· Is very cheap and easy to handle
· Ideal for shot practicing for players to develop their skills
· Score can be seen live anywhere and anytime
· Works in real time
· Very less power requirement and low maintenance
· Durable for any temperature and weather conditions
· Can be used by the athletes to track the performance
Webpage Link:
https://sainivivek62.000webhostapp.com/basketballweb.php
Webpage:
Mobile Application Layout:
Block Code :
Video:
Comments