Skip to main content

SeeHow helps cricketers train smarter

Like baseball, cricket relies on grass, dirt, wood, cork, spit, spin, drop and rise en route to either victory or loss. And like baseball — and just about any other sport, really — cricket coaching staffs and their players worldwide are looking for more ways to track every move.

Tracking statistics is nothing new. With each action, a player produces a stat that can be used to track improvement or struggle over a given period of time. But as players get stronger and stakes — financial and otherwise — get higher, a need for more specific data is proving necessary.

India-based SeeHow transforms sports equipment into sensors to do just that, and it does so without having to alter anything on the athlete’s body. Its sensors are baked into cricket balls and bat handles to track very specific types of data that batsmen and bowlers generate. And tracking the behavior of a bowled ball and where and how it lands on a bat all play a role in the story of cricket.

“Putting the sensor inside the ball or bat handle where the action is happening is when you can capture data fundamentally at a higher accuracy,” says Dev Chandan Behera, founder and CEO of SeeHow. “Most MEMS [micro-electro-mechanical systems] can measure up to 2,000 degrees per second, i.e about 300+ RPMs. International spinners like Shane Warne can spin the ball up to 3,000 RPMs. This is something we are able to capture.”

To obtain data, a trainer first assigns a bowler and/or a batsman in the accompanying Android app before a session. (Behera says an iOS app is due this year.) During play, each action is captured in near real time for each corresponding player.

For bowlers, the sensor tracks speed, spin, seam position or orientation, and length — where the ball lands on the pitch. For batsmen, the sensor tracks swing speed and angle, where it hits on the bat, what kind of deliveries they played, what their responses were to a particular delivery and the velocity of the ball off the bat.

This data is then streamed in real time and can be read by players and coaches alike on the app. The app retains a history of a player’s progress in order to make any necessary adjustments and to track improvements.

“In bat on ball sport or racquetball sport, you’re doing something in response to the pitcher or your opponent, and that’s something we’re able to capture into a single system,” Behera says. Because both the data from the batter and the bowler are streaming to a single system, he adds, the app is able to tell users what the reaction time is.

Behera grew up playing cricket with the intention of improving enough to ensure his rise through the ranks.

“Growing up we would use chalk, cones or a sheet of A4 paper as markers during play to assess how we bowled,” Behera says of his early years. “A coach would use a slate to mark the number of balls bowled and selection would be based on whether you had his attention in that particular window when he happened to look at you playing. You might just have a bad day and not get selected to the next level.”

After moving to Singapore, Behera continued competing in the sport, and says he was exposed to more tools and more methodical training approaches.

“We used to record videos through mobile phone cameras and compare them to videos on YouTube or show it to our seniors or coaches for tips,” he says. “However, the process was very ad hoc, and without any data and science to it, it was subjective. We never improved and made it as cricketers.”

His experience building robots, combined with his cricket playing, prompted him to consider using a ball as a way to glean data to help improve cricketers’ performances.

“It occurred to me that we could address this issue by bringing in a new perspective to the ball itself. The experience of building such complex hardware helped me gauge the challenges we needed to build a sports operating system that will enable sensors in the field of play to provide this holistic learning experience in cricket.”

Behera says SeeHow’s sensors are being used at 12 cricket academies in nine countries. First-class cricketer Abhishek Bhat is a fast bowler whose speed topped at 120km. He writes that after two weeks, he was able to push his pace into the mid 130s:

However, it wasn’t until SeeHow came into the picture that I was able to get a consistent measurement of my bowling speed, session after session and day after day. I cannot overstate the impact bowling with the smart ball has had on my bowling speed.

I had my first bowling session with the smart ball in early November and I was bowling in the mid-120s, barely getting above 130kmph. Then with some technical adjustments in a couple of weeks time, I was consistently bowling close to the 130 kmph mark. It was then that I realized that bowling fast is more than just about technique, it’s about the mindset.

SeeHow isn’t the only company trying to improve the way cricketers train.

A company called StanceBeam has developed a system that, among other things, provides session insights, the power generated from a swing, angles and directions of a swing and a 3D analysis of a batsman’s swing. It does so through a hardware extension that players attach to the ends of their bats and that relays data via an app.

Microsoft is also in the game of cricket analysis. The company partnered with star India cricketer Anil Kumble and his company Spektacom to enhance the reach of its sensor, which is designed to help better engage fans and broadcasters through the use of embedded sensors, artificial intelligence, video modeling and augmented reality. The company’s first offering is a smart sticker for bats that contains sensor tech designed to track batting behavior that is readable via an app.

As cricket starts to find an audience beyond the Commonwealth countries and continues to draw big dollars, look for tech to play a bigger role in attracting and maintaining audiences and players.

For SeeHow, cricket is just the beginning.

“Baseball is a very natural extension to cricket if you look at how the sport is played and the equipment,” Behera says. “And we have also done mixed martial arts with sensors in the gloves.”

The company has filed for five patents, one of which, Behera says, is around the construction of the ball, specifically in order to be able to hold the vibrations.

“We have mounted the sensor in the sports equipment at the core and introduced a protective material to cushion the sensor from impact and vibration,” he says. “The patent captures the construction of the ball that mounts the sensor and introduces the protective material in a novel manner to be able to capture the motion data at the core.”

As it scales, SeeHow will look to license the hardware to equipment manufacturers and become a platform company. SeeHow is funded through a friends and family round and is currently in search of seed funding.



from TechCrunch https://ift.tt/2w8xqX8

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...