Skip to content
/ PicoBETH Public

Making a Badminton Electronic Tension Machine Head using a Raspberry Pico for Stringing My Own Badminton Racket.

License

Notifications You must be signed in to change notification settings

206cc/PicoBETH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

images1-1

cht en

Tip

Translated by ChatGPT 3.5
中文說明請點選上方image連結

PicoBETH

PicoBETH (Raspberry Pico Badminton Electronic Tension Head) is an open-source project that allows hobbyist stringers who enjoy stringing but only have mechanical stringing machines (drop-weight, manual crank) to create their own electronic tensioning head. If you have basic programming skills, this project can be easily completed.

Design philosophy: Economical, Intuitive, Accurate

Current Main Functions and Features

DEMO VIDEO

Functions

  • LB/KG display and setting
  • Pre-Stretch function
  • Constant-Pull system
  • Knot function
  • Tension adjustment manually during tensioning
  • Tension calibration
  • Stringing timer
  • Tension timer
  • Tension counter and boot counter
  • Detailed recording of tensioning logs
  • Pull speed with 9-speed selection

Features

  • 0.05LB High Precision
    • Achieved with the Sparkfun HX711 at 94Hz and software version V2.2 and later.
    • DEMO Vides
  • Low Power Consumption
    • Uses a DC19V4A power supply. *
  • Real-time UPS Redundancy (Uninterruptible Power Supply)
    • Uses 5 x 18650 batteries to ensure at least one complete racquet stringing.
  • Compact and Space-Saving
    • Dimensions are approximately 38(L) x 15(W) x 9(H) CM.(excluding clamp head)

Caution

In the fast mode after version 2.70, when the speed is set to L7 or higher and the tension exceeds 30LB, the original 12V3A power supply may be insufficient, potentially causing the motor to slip. Therefore, this version has been upgraded to a 19V4A power supply. If you also plan to switch to a 19V power supply, please ensure that your 5V power converter can handle a 19V input voltage. Additionally, if you are using an external UPS, it should also be upgraded to a version that can accept 19V input and output.

Development Project Plan

Project Item Progress Remarks
Reliability Testing Ongoing Tensioning cycles have reached 245,000+ with no failures (as of 2024/09/16) Test Video
Tennis Racquet Compatibility In Procurement The EBX sliding table developed slight play after completing 73,000 tensioning cycles and occasionally experienced stepper motor step loss when exceeding 80LB of tension.
I am currently planning to purchase a more robust GX80 sliding table for further testing.
Pico 2 Compatibility Not Started

Background

A year ago, due to company club activities, I started playing badminton. Although my badminton skills weren't great, I became fascinated with stringing. I purchased a drop-weight stringing machine and initially planned to buy an electronic tensioning head. However, I later thought about using my knowledge to create this project on the Raspberry Pico, incorporating a load sensor, several microswitches, and buttons.

Drop-weight stringing machine and modification parts img_parts

Modification completed (Under Development) img_dev_machine

Final machine How to make step by step img_final_machine

Stringing demonstration video

VIDEO

Note

If you don't have a stringing machine, you can refer to this project to make one: Pico-Badminton-Stringer

Note

If you are choosing a manual badminton stringing machine. I recommend purchasing a drop-weight machine with a six-point fixed and base clamp. Drop-weight machines have a somewhat constant-pull effect, and the rackets strung with a drop-weight machine are not much different from those strung with an electronic machine. Before completing this project, you can use a drop-weight machine to become familiar with stringing. In the future, if the electronic stringing head malfunctions, you can quickly switch back to using the drop-weight machine head.

Warning

If the structure of your badminton stringing machine is not strong enough, I strongly advise against continuing with this project. A weak fixed platform can deform during tensioning, causing the racket frame to become round and the tension to decrease. Eventually, the machine will compensate for the tension, creating a vicious cycle that will ultimately lead to the racket breaking.

Caution

Extremely important: If your stringing machine is of a simple type, please make sure to reinforce the structure.

Additional Documentation

Support

If you encounter any issues during the production process, feel free to leave a comment on the YouTube tutorial video. If you complete the project, you're also very welcome to share photos of your finished product in the GitHub discussions.

Acknowledgements

License

PicoBETH is licensed under Apache 2.0