That is really helpful. Unfortunately I now have only 1450 TTR...Hello,
I made some measurements with Spinsight:
The max Spin for Topspin is 68 rps on my nova. A little more than the 60 from the pongbot website.
(spin 10, speed 4.5)
Unfortunately, I forgot to test it with the app from smee0815 and olanga.
And realistic Speed/spin values I get for my "Konter" (TTR 1700, rps 50-55) are: speed 4.5, Spin 6.5, Height 30.
Maybe that helps someone.
br
Ok, this confirms my observations for the nova. The topspin capabilities of the machine are not good.Topspin in my TTR range, I think 100-130 rps.
Also one of my students has 110, but TTR only 1050.
We want to use Spinsight to improve spin in serve and topspin of the youth players in our club.
If it is worth, I dont know.
If you have enough coaches to use it often, then yes.
If not, use your manpower for something else.
But please do not discuss Spinsight here, it is a Nova thread.
br
we will see after the test with the app from smee0815 and olanga next week...Ok, this confirms my observations for the nova. The topspin capabilities of the machine are not good.
Underspin is ok, but for training passive blocks of a very spinny ball, the nova is not strong enough.
As soon as I get my machine, I will try this. Thanks for your work and if I use it, is there a way to donate you?Nova Drill Control - ball editor
New functions:
Code is now organized into a modular structure.
- Add and remove balls in a sequence
- Add and remove optional balls (pseudo randomness)
- Rename drill's name
- Change sequence of the balls
- Test combo
Repository: https://github.com/olanga/nova
Webapp: https://olanga.github.io/nova/
Hi @The_mfk_Dude, see the link at the bottom of the readme file >>> https://github.com/olanga/nova (ko-fi)As soon as I get my machine, I will try this. Thanks for your work and if I use it, is there a way to donate you?
perfect.Nova Drill Control - late Sunday update
New functions:
Balls can be now deactivated and activated within a drill. Deactivated balls will not be played.
- Drill can be deleted from the editor
- Added save as in the drill editor which will create a new drill in the same category
- Save as from predefined drills will create a new drill in first available slot in custom category
Unfortunately, the 5-button look in drill editor is not optimal. I hope there no more features open now
Repository: https://github.com/olanga/nova
Webapp: https://olanga.github.io/nova/
I think it should be ok nowperfect.
regarding 5-button-look:
- do you need "cancel"? one can use the cross on top right of the window.
- "delete": put a dustbin sign right from the pencil on the top of the drill-window.
And maybe you can put the remaining 3 buttons on top of the drill-window. Just under the drill name.
br
All is saved locally in the browser's localStoragevery good. thank you.
Where do you save the active/inactive-status of a ball?
Is there a christmas deal ? can u send across link@olanga Great work, keep it up! Thanks from my part. During the xmas holidays i'll do more robi2pon.
@The_mfk_Dude Yes there's always a risk with Einfuhrabgaben. Otherwise 198US$ shipped would be a steal and well worth it. Please feel free to post links of this deal. I caht tell anything about combining the 2 pongbots, hopefully some other Omni owner can 🤞
With this post, i only wanted to welcome a forum newbie: Hi @pongbot68 , congrats to your very first post on the forum! 💐 🌷
I have created a quick converter using your formula to simplify conversionHello,
I suppose there is this easy relationship between the spin/speed in the original pongbot app and the rotations of the wheels:
spin = (Uw - Lw)/700
speed = (Uw + Lw)/1777
and to get wheels from spin/Speed:
Uw = 0.5 * (1777*speed + 700*spin)
Lw = 0.5 * (1777*speed - 700*spin)
Uw und Lw means rotation value of upper/lower wheel.
Maybe there are little changes of the constants 700 and 1777 necessary.
As you can see, the possible range of the rotation values (500...7500) limits the Spin and Speed.
I hope I can verify this at weekend with Spinsight.
br
and if not, please give me some pairs of values (wheels and spin/speed) to adjust the formula.I have created a quick converter using your formula to simplify conversion
https://olanga.github.io/testnova/converter2.html
I will capture Bluetooth logs from the original app to see if your assumption is correct