Schlagwort: tech

  • This Amazon engineer made an AI-powered flap to keep his cat’s “gifts” outside

    This Amazon engineer made an AI-powered flap to keep his cat’s “gifts” outside

    Reading Time: 2 minutes

    This Amazon engineer made an AI-powered flap to keep his cat’s “gifts” outside

    Arduino TeamJuly 1st, 2019

    Amazon senior product manager Ben Hamm has a cat named Metric. While this adorable feline friend helped with a rat infestation problem in his apartment, he also likes to take his hunting skills out into nature, bringing… whatever home around one out of 10 nights.

    To combat this situation, Hamm used an Amazon DeepLens camera to detect the cat, then examine whether or not it’s carrying something extra, based on a machine learning algorithm trained with over 23,000 images.

    If the cat is carrying prey, an Arduino locks the cat out for 15 minutes, while the system texts Hamm pictures. It also gives a donation to the National Audubon Society, described by Hamm in his presentation below, as “blood money.” Currently it only works with Metric, but could be generalized with more cat data if you’re having the same problem.

    [youtube https://www.youtube.com/watch?v=1A-Nf3QIJjM?feature=oembed&w=500&h=281]

    Website: LINK

  • Smart motorcycle helmet lighting follows your signals

    Smart motorcycle helmet lighting follows your signals

    Reading Time: < 1 minute

    Smart motorcycle helmet lighting follows your signals

    Arduino TeamJune 28th, 2019

    When riding a motorcycle, it’s important to be seen, and if other vehicles can see your brake lights and turn signals as well, all the better. To help with visibility, YouTuber “MechTools” outfitted his helmet with a brake light and turn indicators that activate along with the motorcycle’s built-in signals.

    The video below shows off how it was built, using an Arduino Uno onboard the motorcycle, plus a Nano embedded in the helmet. A pair of nRF24L01 transceivers enable the two Arduinos to communicate wirelessly, and three TIP122 transistors controls the lighting directly for sufficient power output.

    While a neat concept, be sure that you don’t compromise your helmet’s structural integrity or legality if you try something similar! Code is available in the video’s description.

    [youtube https://www.youtube.com/watch?v=5geGTYatvg4?feature=oembed&w=500&h=281]

    Website: LINK

  • Cycloid-O-Matic creates spirograph-like patterns

    Cycloid-O-Matic creates spirograph-like patterns

    Reading Time: < 1 minute

    Cycloid-O-Matic creates spirograph-like patterns

    Arduino TeamJune 20th, 2019

    If you’ve been waiting for a new way to generate geometric art, then be sure to check out the Cycloid-O-Matic from InventorArtist Darcy Whyte.

    This three-axis cycloid drawing machine is something of an update on the classic spirograph toy, but instead of (only) using an arrangement of gears, it incorporates stepper motors to create smooth curving patterns.

    Control is accomplished via an Arduino Uno and GRBL shield, while a single motor rotates the paper in a circle on top of a lazy Susan. A pen is held above in a linkage system, actuated by two steppers that spin to move the linkages and draw in the X/Y plane.

    Website: LINK

  • This robotic fish is powered by its own artificial circulatory system

    This robotic fish is powered by its own artificial circulatory system

    Reading Time: 2 minutes

    This robotic fish is powered by its own artificial circulatory system

    Arduino TeamJune 20th, 2019

    Hydraulically-actuated robots are nothing new, but normally they come with a battery or external supply of some sort. This lifelike robotic lionfish developed by Cornell and the University of Pennsylvania researchers, however, has its own artificial circulatory that pumps synthetic ‘blood’ to help flap its fins and as the device’s power source itself. 

    The trick is that the liquid is actually the cathode of a battery built into the fish, which powers its two hydraulic actuators, as well as the Arduino Uno control system. This integral battery—which would be analogous to blood in a real fish—gives it enough energy to operate untethered for 36 hours, though as it swims at 1.56 body lengths per minute, so it can use all the time it can get!

    As James Pikul, a co-author on the study and researcher at Penn, told Gizmodo:

    In our synthetic vascular system, the fluid stores chemical energy which we can use to power the fish robot. As the fluid is pumped through the fish robot, the moving fluid also causes the robot to move. The vascular system, therefore, is multifunctional. It is these multiple functions that allow the robot to maintain its dexterity while also having a long operational time.

    You can also read more in IEEE Spectrum‘s article here.

    Website: LINK

  • Intuitive Arduino clock has seven alarms and three LED displays

    Intuitive Arduino clock has seven alarms and three LED displays

    Reading Time: 2 minutes

    Intuitive Arduino clock has seven alarms and three LED displays

    Arduino TeamJune 19th, 2019

    Alarm clocks of old—and certainly many of those today—require several button pushes to set things up properly. Maker Michael Wessel, however, decided to implement his own take on a more intuitive clock, creating a device that features three separate eight-digit seven-segment LED panels. Eight buttons allow for direct manipulation of each of the digits, with their own dedicated LEDs.

    The info on display includes time and date, as well as temperature, and it can even show how many days, hours, or minutes have passed since a special pre-programmed day. Up to seven audible alarms are available, which can be silenced by a loud noise (e.g. clapping your hands) via a sound sensor. 

    The clock is controlled via an Arduino Mega, along with an RTC module to keep things accurate.

    I remember I always had to set all digital clocks for my grandparents in the ’80s — these clocks and watches always required some complicated button juggling! So, here it is: a DIY LED alarm clock that my grandparents would have been able to set and use without my help! 

    An Arduino-based LED clock with 7 individual alarms, highly intuitive user interface, temperature display, and display of days / hours / minutes passed since a special date, e.g., your birthday. An active / ringing alarm can be disabled by making a loud noise, e.g., by clapping your hands. Timer-based PWM sound output for alarm melodies. 

    The Arduino’s EEPROM is being used to store the alarms of course, and the DS3231 RTC is battery backed up, so it survives a temporary power outage and you won’t be late for work the next morning. 

    This was put together rather quickly, thanks to off the shelf components, Velcro and existing Arduino libraries for them! The clock can be built for about $30 – 40. 

    [youtube https://www.youtube.com/watch?v=Uzu9-YZ3jMU?feature=oembed&w=500&h=281]

    Website: LINK

  • Portable Arduino Bot lets you test ideas on the go

    Portable Arduino Bot lets you test ideas on the go

    Reading Time: 2 minutes

    Portable Arduino Bot lets you test ideas on the go

    Arduino TeamJune 19th, 2019

    As you experiment with Arduino boards and programming, you’ll likely have ideas that you want to test right now. Unfortunately, you can’t always have the entire project with you to try out. With that in mind, Khang Nguyen has designed the Portable Arduino Bot.

    This sci-fi-inspired device packs an Arduino Nano inside, along with an on/off switch, a microswitch, three LEDs, and a LiPo battery for power. To protect these components, the bot features a nice 3D-printed enclosure, complete with foldable feet that make it look like a small robot or even spaceship. 

    While it won’t replace all the tools you have at home, it appears to be a great way to carry out testing, and as shown in the videos below, to play sounds with the addition of a buzzer!

    [youtube https://www.youtube.com/watch?v=tFqlLbhJgwI?feature=oembed&w=500&h=375]

    [youtube https://www.youtube.com/watch?v=4fv4zDYVLHY?feature=oembed&w=500&h=375]

    Website: LINK

  • Synchronized bike lighting inspired by nature

    Synchronized bike lighting inspired by nature

    Reading Time: 2 minutes

    Synchronized bike lighting inspired by nature

    Arduino TeamJune 18th, 2019

    Having a light on your bike at night is important for safety, but what if those headlights could talk to others sharing the road with you? Well now it can, using the [Bike] Swarm by Alex Berke, Thomas Sanchez, and Kent Larson from the MIT Media Lab.

    Their device—or collection of devices—controls a bicycle’s lighting via an Arduino and LED driver, and features an nRF24L01 wireless module to communicate with others in the vicinity. When another rider is encountered, the bikes sync their lights up automatically. 

    The team has already designed and fabricated prototypes, then strapped them onto local city bike share program bikes for testing. 

    It’s an interesting effect when two bikes pass, but as shown in the video below, things get much more fascinating when a handful of bikes can coordinate both their direction and light pattern.

    [youtube https://www.youtube.com/watch?v=wUl-CHJ6DK0?feature=oembed&w=500&h=281]

    As bikes navigate city streets after dark, they are often equipped with lights. The lights make the bikes visible to cars or other bikers, and the hazards of traffic less dangerous.

    Imagine that as solitary bikes come together, their lights begin to pulsate at the same cadence. The bikers may not know each other, or may only be passing each other briefly, but for the moments they are together, their lights synchronize. The effect is a visually united presence, as groups of bikes illuminate themselves with a gently pulsing, collective light source.

    Website: LINK

  • A surfing “desk toy” that you can actually ride

    A surfing “desk toy” that you can actually ride

    Reading Time: 2 minutes

    A surfing “desk toy” that you can actually ride

    Arduino TeamJune 18th, 2019

    If you’ve ever played with desk toys portraying a beach with liquids that splash around, this project by Lena Strobel, Gabriel Rihaczek and Guillaume Caussarieu takes things up several levels as a surf simulator that you can actually ride.

    The device features two parts — an oil/water wave diorama which sloshes around using a servo actuator and a wooden “surfboard” large enough for a person to stand on.

    The board is curved on the bottom enabling for someone to tilt it back and forth with their body movement, while a three-axis accelerometer handles angle measurement. This data is then passed from an onboard Arduino Uno to a second Uno that drives the diorama’s servo via nRF24L01 radio transceivers. 

    The result is an actual body-controlled wave motion, and a distraction that looks like a lot more fun than simply pushing a tank around with your finger!

    [youtube https://www.youtube.com/watch?v=VN4mC1hA1mg?feature=oembed&w=500&h=281]

    [youtube https://www.youtube.com/watch?v=Y–hHNTg_Mo?feature=oembed&w=500&h=281]

    Do you feel a sudden urge of going surfing, but there is no large body of water nearby? Are you scared of deep and turbulent waters? Or are you just to lazy to go outside? Then the Ultra Realistic Surfing Simulator is the perfect solution for you! It allows for a close to reality surfing experience from any place imaginable. As a two part system, motion is sensed by a board and translated into wave motions of an ocean diorama.

    Website: LINK

  • Microscopic gigapixel photography with this X/Y stage setup

    Microscopic gigapixel photography with this X/Y stage setup

    Reading Time: 2 minutes

    Microscopic gigapixel photography with this X/Y stage setup

    Arduino TeamJune 17th, 2019

    Normally the 10-50 gigapixels of a DSLR are good enough for nearly any photo you can imagine, but if you need more—and don’t want to spend many thousands of dollars—then this clever setup by Jon Bumstead may be just the thing.

    His contraption uses a Nikon D5000 camera situated above a small photographic subject, which progressively moves in front of the lenses using an X/Y stage. Motion is handled by pair of stepper motors, under the control of an Arduino Nano and two L9110 driver boards. The Nano also commands the camera to snap a picture when the subject in position, producing an array of photos that can be stitched together to form an image with extreme detail.

    In optical microscopes, there is a fundamental trade-off between field-of-view and resolution: the finer the detail, the smaller the region imaged by the microscope. One way to overcome this limitation is to translate the sample and acquire images over a larger field-of-view. The basic idea is to stitch together many high resolution images to form a large FOV. In these images, you get to see both the full sample, as well as fine detail in any portion of the sample. The result is an image consisting of about a billion pixels, much larger in comparison to the pictures taken by a DSLR or smartphone, which typically have around 10 to 50 million pixels.

    In this Instructable, I will go over how to build a microscope capable of imaging a 90mm x 60mm field-of-view with pixels corresponding to 2 micrometer at the sample (although, I think the resolution is probably closer to 15 micrometer). The system uses camera lenses, but the same concept can be applied using microscope objectives to get even finer resolution.

    [youtube https://www.youtube.com/watch?v=mKXoA6zDu98?feature=oembed&w=500&h=281]

    Website: LINK

  • This self-balancing mech is piloted by an insect

    This self-balancing mech is piloted by an insect

    Reading Time: < 1 minute

    This self-balancing mech is piloted by an insect

    Arduino TeamJune 14th, 2019

    You’ve seen self-balancing robots, where a pair of wheels suspend a mass above them in what’s known as an inverted pendulum configuration. As neat as they are, the “Augmented Arthropod” by Grzegorz Lochnicki and Nicolas Kubail Kalousdian puts a new spin on things. 

    The structure for the build consists of three platforms separated on threaded rod and a couple of rather standard DC gear motors. Electronics include an Arduino Uno, a BNO055 IMU, and an L298N motor driver. 

    Where things get a bit interesting, though, is that the mech is piloted by the movements of an insect placed inside a plastic case using two HC-SR04 ultrasonic sensors. 

    [youtube https://www.youtube.com/watch?v=esiqaSfpYD4?feature=oembed&w=500&h=281]

    Perhaps the most valuable part of the project write-up is the discussion about how it balances via PID, or proportional, integral, and derivative control. 

    Website: LINK

  • This self-balancing mech is piloted by an insect

    This self-balancing mech is piloted by an insect

    Reading Time: < 1 minute

    This self-balancing mech is piloted by an insect

    Arduino TeamJune 14th, 2019

    You’ve seen self-balancing robots, where a pair of wheels suspend a mass above them in what’s known as an inverted pendulum configuration. As neat as they are, the “Augmented Arthropod” by Grzegorz Lochnicki and Nicolas Kubail Kalousdian puts a new spin on things. 

    The structure for the build consists of three platforms separated on threaded rod and a couple of rather standard DC gear motors. Electronics include an Arduino Uno, a BNO055 IMU, and an L298N motor driver. 

    Where things get a bit interesting, though, is that the mech is piloted by the movements of an insect placed inside a plastic case using two HC-SR04 ultrasonic sensors. 

    [youtube https://www.youtube.com/watch?v=esiqaSfpYD4?feature=oembed&w=500&h=281]

    Perhaps the most valuable part of the project write-up is the discussion about how it balances via PID, or proportional, integral, and derivative control. 

    Website: LINK

  • This self-balancing mech is piloted by an insect

    This self-balancing mech is piloted by an insect

    Reading Time: < 1 minute

    This self-balancing mech is piloted by an insect

    Arduino TeamJune 14th, 2019

    You’ve seen self-balancing robots, where a pair of wheels suspend a mass above them in what’s known as an inverted pendulum configuration. As neat as they are, the “Augmented Arthropod” by Grzegorz Lochnicki and Nicolas Kubail Kalousdian puts a new spin on things. 

    The structure for the build consists of three platforms separated on threaded rod and a couple of rather standard DC gear motors. Electronics include an Arduino Uno, a BNO055 IMU, and an L298N motor driver. 

    Where things get a bit interesting, though, is that the mech is piloted by the movements of an insect placed inside a plastic case using two HC-SR04 ultrasonic sensors. 

    [youtube https://www.youtube.com/watch?v=esiqaSfpYD4?feature=oembed&w=500&h=281]

    Perhaps the most valuable part of the project write-up is the discussion about how it balances via PID, or proportional, integral, and derivative control. 

    Website: LINK

  • Building gas thruster-controlled drone

    Building gas thruster-controlled drone

    Reading Time: 2 minutes

    Building gas thruster-controlled drone

    Arduino TeamJune 13th, 2019

    In the Earth’s atmosphere, a drone can adjust its heading by varying the speed of the propellers, and thus the thrust output of each. If you wanted to land something on a lunar surface, or maneuver a spaceship, the lack of atmosphere means a different technique must be used.

    While not going to space (yet), Tom Stanton decided to create a demonstrator for this technique, similar to how the manned Lunar Landing Research Vehicle (LLRV) operated in the 1960s and ’70s. Stanton’s device employs a central electric ducted fan (EDF) to hold the craft up, while three compressed air nozzles provide most of its directional control. 

    In action, an RC flight controller’s signals are modified by an Arduino Nano to accommodate this unique control scheme, pulsing out bursts of air via three solenoid valves.

    Check out the build and experimental process in the video below, culminating with untethered tests starting at around 17:30.

    [youtube https://www.youtube.com/watch?v=XpA6qpNlNOE?feature=oembed&w=500&h=281]

    Website: LINK

  • Wake up to this unique VFD alarm clock!

    Wake up to this unique VFD alarm clock!

    Reading Time: < 1 minute

    Wake up to this unique VFD alarm clock!

    Arduino TeamJune 11th, 2019

    If you’re a fan of novel timepieces, then you’ll want to check out Christine Thompson’s VFD Alarm Clock.

    The device features a USSR-manufactured IV-27V 7-segment tube, capable of displaying 13 numbers or letters via a 24V supply, though the MAX6921 chip used here means that only 10 grids are used.

    10 characters, however, are plenty to show time, date, humidity, temperature, and pressure, plus the text “WAKE UP!” when an audible alarm sounds.

    The clock runs on an Arduino Mega, along with an RTC module, a keypad, and secondary LCD screen on the back to assist with setting it up.

    [youtube https://www.youtube.com/watch?v=Wv_HT8QRedc?feature=oembed&w=500&h=281]

    Website: LINK

  • 3D printer converted into a cheap bioprinting rig

    3D printer converted into a cheap bioprinting rig

    Reading Time: 2 minutes

    3D printer converted into a cheap bioprinting rig

    Arduino TeamJune 11th, 2019

    While most 3D printers deposit melted plastic in carefully controlled positions to build up a physical model, a similar process called “bioprinting” can be accomplished with biological materials. Commercial bioprinters can cost tens of thousands of dollars or more, but as shown here you can make your own using the shell an inexpensive desktop machine. 

    In this example, a Monoprice MP Select Mini V2 is stripped down to its bones and motors, subbing in an Arduino Mega and RAMPS 1.4 stepper driver board.

    A syringe-like extruder is added to push out custom bioink, and the Z-axis switch mounting and Marlin firmware is modified to accommodate the new device. The homing sequence is modeled in the video below, giving a short snippet of how it works.

    [youtube https://www.youtube.com/watch?v=x2ToiFLr00A?feature=oembed&w=500&h=281]

    Website: LINK

  • Flowboard provides visual learning environment for coding

    Flowboard provides visual learning environment for coding

    Reading Time: 2 minutes

    Flowboard provides visual learning environment for coding

    Arduino TeamJune 10th, 2019

    Embedded programming using the Arduino IDE has become an important part of STEM education, and while more accessible than ever before, getting started still requires some coding and basic electronics skills. To explore a different paradigm for starting out on this journey, researchers have developed Flowboard to facilitate visual flow-based programming.

    This device consists of an iPad Pro and a set of breadboards on either side. Users can arrange electrical components on these breadboards, changing the flow-based program on the screen as needed to perform the desired actions. Custom ‘switchboard’ hardware, along with an Arduino Uno running a modified version of Firmata, communicate with the iPad editor via Bluetooth.

    [youtube https://www.youtube.com/watch?v=YFfLJWjKEgs?feature=oembed&w=500&h=281]

    With maker-friendly environments like the Arduino IDE, embedded programming has become an important part of STEM education. But learning embedded programming is still hard, requiring both coding and basic electronics skills. To understand if a different programming paradigm can help, we developed Flowboard, which uses Flow-Based Programming (FBP) rather than the usual imperative programming paradigm. Instead of command sequences, learners assemble processing nodes into a graph through which signals and data flow. Flowboard consists of a visual flow-based editor on an iPad, a hardware frame integrating the iPad, an Arduino board and two breadboards next to the iPad, letting learners connect their visual graphs seamlessly to the input and output electronics. Graph edits take effect immediately, making Flowboard a live coding environment.

    Want to learn more? Check out the team’s research paper here

    Website: LINK

  • Hoverboard motors turned into an RC skater

    Hoverboard motors turned into an RC skater

    Reading Time: < 1 minute

    Hoverboard motors turned into an RC skater

    Arduino TeamJune 10th, 2019

    While the hoverboard craze has faded somewhat, the good news is that this means their powerful wheel motors can easily be found on online auction sites. Lukas Kaul took advantage of this component’s availability and created his own “HoverBot,” which as shown in Felix von Drigalski’s video below, acts as something in between a radio-controlled skateboarder and a rather large self-balancing bot.

    The device is built around an Arduino Mega, which takes input from an RC receiver, along with a Bosch BNO055 IMU, and passes appropriate signals to the motors through an ODrive controller. 

    The HoverBot is a bit unsteady at high speeds, requiring close operator supervision. However, it looks like a lot of fun, especially when attempting tricks—sometimes successfully—at a skate park.

    [youtube https://www.youtube.com/watch?v=QNOgWHhilm4?feature=oembed&w=500&h=281]

    [youtube https://www.youtube.com/watch?v=jp_vRK7mbwY?feature=oembed&w=500&h=281]

    Website: LINK

  • Manage household chores with an RFID system

    Manage household chores with an RFID system

    Reading Time: 2 minutes

    Manage household chores with an RFID system

    Arduino TeamJune 8th, 2019

    If your kids aren’t thrilled about doing chores, you could resort to a whiteboard, or simply create your own RFID tracking system like maker “alastair-a.” 

    His project uses an Arduino Nano, along with an RFID reader and RTC module to track when a job has been completed. The chore is selected using a rotary encoder and displayed on a 16×2 LCD screen. When it’s done, the child who completed it can then scan in with their RFID fob to claim it as his or her own.

    While there was initially some cash payment in mind for each task that’s accomplished, the novelty factor of using the system is reportedly so interesting that alastair’s children have entirely forgotten about it. Whether it works this well or not in all cases is an open question, but Arduino code and build info is available here if you’d like to make your own!

    Website: LINK

  • Plastic lid becomes Arduino Nano short circuit armor

    Plastic lid becomes Arduino Nano short circuit armor

    Reading Time: < 1 minute

    Plastic lid becomes Arduino Nano short circuit armor

    Arduino TeamJune 7th, 2019

    If you want to keep your Arduino project or other circuit boards safe from exposure, an electrical box is the traditional choice. But what if you want to apply protection directly to the board?

    In the video below, “TheRainHarvester” shows us a novel and inexpensive method for hardening a Nano from short circuits and other minor exposure by simply melting plastic on the top. 

    The Nano’s new armor is sourced from a lid that you might find on a coffee or oatmeal container, and after cutting it to size, a “plasti-shell” is fused to the board with a heat gun. The procedure couldn’t be simpler, and appears to provide a good amount of protection for the little board!

    [youtube https://www.youtube.com/watch?v=DM5jIb9fmwA?feature=oembed&w=500&h=281]

    Website: LINK

  • Solving the Rubik’s cube with an Arduino-powered machine

    Solving the Rubik’s cube with an Arduino-powered machine

    Reading Time: 2 minutes

    Solving the Rubik’s cube with an Arduino-powered machine

    Arduino TeamJune 6th, 2019

    Since its invention in 1974, Rubik’s cubes have been entertaining and frustrating those that choose to take on the challenge of aligning their shapes. More recently, however, people have been building algorithms and machinery to do it for them, including Mario Milanesio’s Arduino Rubik Solver, or ARS.

    ARS, which was constructed with the help of Milanseio’s students, is comprised of several 3D-printed and laser-cut parts. The device utilizes a series of four stepper motors to rotate the cube, along with two more to pull the grippers back when needed. 

    Solving is assisted by the ARS Studio software package, which lets users program in the existing color sequence. It then sends movement commands to an Arduino Uno over serial, which controls the motors via six A4988 Pololu drivers to complete the puzzle.

    [youtube https://www.youtube.com/watch?v=xboPoVXxuZM?feature=oembed&w=500&h=281]

    Website: LINK

  • Quick Fix is a social media vending machine

    Quick Fix is a social media vending machine

    Reading Time: 2 minutes

    Quick Fix is a social media vending machine

    Arduino TeamJune 5th, 2019

    Do you want to grow your popularity on social media? Sure, there are those online services that could give your audience a boost, but if you’d prefer something a bit more tangible, then the “Quick Fix” vending machine is just the thing for you—and it even accepts actual currency. 

    After you deposit the appropriate amount of coins and enter your social media account name, you’re then bombarded with an army of new followers or likes. As you might suspect, these interactions are via faux accounts.

    Fake or not, it’s a brilliant art installation constructed by Dries Depoorter as a commission for the 2019 Pixelache Festival. The build features an industrial-style enclosure and hardened keyboard, along with an Arduino, a Raspberry Pi 3B+, and a few I2C LCD screens. 

    As the video below puts it, “Influencers will love it.” 

    [youtube https://www.youtube.com/watch?v=uMxjHTTDcpI?feature=oembed&w=500&h=281]

    Website: LINK

  • Smart grip system helps cricketers improve their technique

    Smart grip system helps cricketers improve their technique

    Reading Time: 2 minutes

    Smart grip system helps cricketers improve their technique

    Arduino TeamJune 5th, 2019

    When batting in cricket, applying the proper amount of force with both hands is critical; however, as a coach, it’s difficult to judge just how much is actually used. To assist with player improvement, researchers at the University of Auckland’s Augmented Human Lab have come up with a bat that senses the force exerted by each hand gripping the handle.

    The augmented handle is covered with an array of force sensitive resistors, which push data to an Arduino Mega and then to a PC over Bluetooth. Direct vibrotactile feedback is implemented in a pair of smart wristbands, leading to better accuracy and confidence in swing technique.

    CricketCoach is a smart system that creates awareness of the hand-grip force for cricket players. A custom Force-Sensitive Resistor (FSR) matrix was developed and attached to the bat’s handle to sense the gripping. Two wristbands, incorporating vibration motors, provide feedback that helps non-expert users to understand the relative forces exerted by each hand while performing a stroke. A preliminary user study was conducted to collect first insights. The results show that both, binary vibration, as well as vibration patterns, improved the execution of batting strikes significantly. 

    For more information, the team’s research paper can be found here.

    Website: LINK