A repair stand for bicycles with an integrated scale

DIY Repair Stand Holds Your Bike And Weighs It

If you’ve ever done maintenance or repair work on your bicycle, you’ll know that positioning a bike in your workshop isn’t trivial. You can use your bike’s kickstand, or lean it against a wall, but then you can’t work on the wheels. You can place it upside-down, but then the shifters and brake levers are hard to reach. You can hang it from the ceiling, but then you first need to install hooks and cables in hard-to-reach places. Ideally you’d want to have one of those standing clamp systems that the pros use, but their price is typically beyond a hobbyist’s budget.

Or at least, that’s how it used to be. As [Dane Kouttron] discovered, a simple wall-mounted bike clamp can be had for as little as $35 on eBay, and can easily be converted into a smart mobile repair stand. [Dane] fashioned an adjustable stand from some steel pipes he had lying around, and 3D-printed an adapter bracket to mount the bike clamp on it. This worked fine, but why stop at a simple clamp when you can expand it with, say, an integrated scale to weigh your bikes while you work on them? Continue reading “DIY Repair Stand Holds Your Bike And Weighs It”

A weighing scale with a moving-coil meter as a display

Hackaday Prize 2022: Arduino-Powered Weighing Scale Has A Real Analog Display

Digital displays are useful for quick and accurate readout, but lots of people prefer the physical motion of a needle moving along a dial. For instance, many smartwatch users choose an analog face to show the time, and modern cars with digital dashboards often default to showing an analog speedometer. Following this trend, [Miro Pavleski] built a digital weighing scale with an analog display that not only looks neat, but also serves as a good demonstration of the way that modern scales work.

Inside, the device is built up like a typical electronic scale: the heart of the instrument is a load cell that supports the platform and bends in proportion to the weight applied. This bending motion is sensed by a set of strain gauges wired up in a Wheatstone bridge configuration. An HX711 readout chip measures the resulting voltage and converts it to a digital code that is sent to a microcontroller, in this case an Arduino Nano.

Whereas a typical scale would then simply show the resulting number on an LCD display, [Mirko] decided to use a moving coil meter driven by the Arduino’s analog output. That meter was originally designed to show currents, so [Mirko] printed a new background image using kilograms instead.

Continue reading “Hackaday Prize 2022: Arduino-Powered Weighing Scale Has A Real Analog Display”

Hackaday Prize Entry: Dynamometer For Post Stroke Rehabilitation

For those who have suffered a stroke, recovery is a long and slow process that requires rehabilitation to start as early as possible. Quite often, secondary stroke attacks complicate matters. Spasticity — muscle contraction and paresis — muscular weakness, are two of the many common after-effects of stroke. Recovery involves doing repeated exercises to strengthen the muscles and bring back muscle memory. Benchmarking progress becomes difficult when caregivers are only able to use qualitative means such as squeezing tennis balls to monitor improvement. To help provide quantitative measurements in such cases, [Sergei V. Bogdanov] is building a Dynamometer for Post-Stroke Rehabilitation. It is an Open Source, 4-channel differential force gauge for measuring and logging the progress of the patient. The device measures, graphs, and logs the force exerted by the four fingers when they push down on the four force gauges.

The device consists of four strain gauges obtained from cheap kitchen scales. The analog outputs from these are fed to HX-711 24-bit ADC boards. An Arduino Nano processes the data and displays it on two banks of eight-digit LED modules. [Sergei] also experimented with a 20×4 character LCD in place of the LED display. In the standalone mode, the device can only indicate the measured forces on the LED (or LCD) display which is calibrated to display either numerical values or a logarithmic scale. When connected to a serial port and using the (Windows only) program, it is possible to not only view the same information but also save it at regular, set intervals. The data can also be viewed in graphical form.

The project page provides links to their Arduino code, Windows monitor program as well as build instructions. Check out the related assistive technology project that [Sergei] is working on — A Post Stroke Spasticity Rehab Helper.

Continue reading “Hackaday Prize Entry: Dynamometer For Post Stroke Rehabilitation”