Row Your Bike To China

If you’re a fan of endurance racing motor vehicles, there’s one that puts the 24 Hours of Le Mans, the Dakar Rally, and the Baja 1000 to shame, and the race doesn’t even involve cars. Indeed, the vehicles used for this massive trek from France to China are electric bicycles, powered only by solar panels. This is the epic Sun Trip endurance race, and one of its competitors built a unique tandem bike that is powered both by pedaling, rowing, and the solar panels.

The tandem bike is interesting on its own since the atypical design uses a back-to-back layout which means one person is facing backward, but the storage space is dramatically increased over the normal forward-facing layout. The person in the rear doesn’t pedal, though. [Justin_le] built an upper-body-powered rowing station for that spot so that the person riding back there can rest their legs but still help propel the vehicle. Of course, there’s also a solar panel roof so the two riders can pedal and row in the shade, which includes MPPT and solar tracking which drives a small electric motor on board as well.

This race started in June but is still going on. There’s a live GPS feed so you can keep up with the teams, and if you get really inspired you can go ahead and sign up for the 2019 race as well. This particular bike was also featured on Radio Canada as well if you’d like to learn more about it.

Thanks to [Arthur] for the tip!

A Peek Into A Weed-Eating Robot’s Test Fixtures

When it comes to production, fast is good! But right the first time is better. Anything that helps prevent rework down the line is worth investing in. Some of the best tools to catch problems are good test fixtures. The folks at Tertill (a solar-powered robot for killing weeds that kickstarted last year) took the time to share two brief videos of DIY test fixtures they use to test components before assembly.

The videos are short, but they demonstrate all the things that make a good test: on the motor tester there are no connectors or wires to fiddle with, the test starts automatically, and there is clear feedback via prominent LEDs. The UI board tester also starts automatically and has unambiguous LED feedback, and sports a custom board holder with a recess just the right shape for the PCB. Once the board is in, the sled is pushed like a drawer to make contact with the test hardware and begin the test. The perfectly formed recesses in both units serve another function as well; they act as a go/no-go test for the physical shape of the components and contacts being tested.

Both videos are embedded below; and while there isn’t much detail on the actual test hardware, we do spy a Raspberry Pi and at least two Adafruit logos among other hacker-familiar elements like laser-cut acrylic, 3D printed plastic, pogo pins, and a PVC junction box.

Continue reading “A Peek Into A Weed-Eating Robot’s Test Fixtures”

Furniture And Motors Make A Strange Bedfellow

Beds! They don’t move around enough, so the young people say. They need more motors, more horsepower, more self-driving smarts – right? Honestly, we’re not sure, but if that’s the question being asked, [randofo] has the answer.

Aptly named, Bedfellow is an art project that sought to create a bed that could explore and socialise with occupants aboard. The core principle was not just to create a bed that could move under its own power, but one that could intelligently drive around and avoid obstacles, too. This is achieved through the use of ultrasonic sensors, with an Arduino Mega as the brains. The bed chooses a random direction in which to move, checking for obstacles on the way. It’s pretty basic as far as “self-driving” technology goes, but it gets the job done.

Far from being a lightweight artistic statement, the bed has some serious performance credentials. The drivetrain is a couple of 4 horsepower DC motors with speed controllers cribbed from a golf cart. These are fed through a 20:1 gear reduction to boost torque and avoid the bed moving too quickly. [Randofo] reports it can comfortably haul 12 people without slowing down, and we don’t doubt it. With that much power, your average flatback bed would be ripped to pieces, but never fear for this one – there’s plenty of heavy engineering holding it together.

It’s refreshing to see an art project executed with both elegant aesthetics and brutally powerful hardware. Sure, it might not be much good for sleeping unless you live in a loft with a concrete floor, but hey – they’re awfully popular these days. Now all it needs are some ground effects.

Adding Smarts To Dumb Brushed Motors

A big part of the Hackaday Prize this year is robotics modules, and already we’ve seen a lot of projects adding intelligence to motors. Whether that’s current sensing, RPM feedback, PID control, or adding an encoder, motors are getting smart. Usually, though, we’re talking about fancy brushless motors or steppers. The humble DC brushed motor is again left out in the cold.

This project is aiming to fix that. It’s a smart motor driver for dumb DC brushed motors. You know, the motors you can buy for pennies. The motors that are the cheapest way to add movement to any project. Those motors.

The Smart Motor Driver for Robotics allows a DC brushed motor to be controlled by a host microcontroller over I2C, and sends back the speed and direction of the motor. PID is implemented, and the motor can maintain its own speed, independently of a lot of difficult control on the host system.

The guts of this motor controller are made of a PIC 12F microcontroller, a H-bridge motor driver, a Hall-effect sensor, and a neat magnetic encoder disc. Ultimately, this project will simply bolt onto the back of a cheap brushed motor and give it the same capabilities as a fancy servo or stepper. It’s never going to have the same torque or power handling as a beefy NEMA 17 stepper, but sometimes you don’t need that, and a simple brushed motor will do. A great project, and an excellent entry for the Hackaday Prize.

Printing Strain Wave Gears

We just wrapped up the Robotics Module Challenge portion of the Hackaday Prize, and if there’s one thing robots need to do, it’s move. This usually means some sort of motor, but you’ll probably want a gear system on there as well. Gotta have that torque, you know.

For his Hackaday Prize entry, [Johannes] is building a 3D printed Strain Wave Gear. A strain wave gear has a flexible middle piece that touches an outer gear rack when pushed by an oval central rotor. The difference in the number of teeth on the flexible collar and the outer rack determine the gear ratio.

This gear is almost entirely 3D printed, and the parts don’t need to be made of flexible filament or have weird support structures. It’s printed out of PETG, which [Johannes] says is slippery enough for a harmonic drive, and the NEMA 17 stepper is completely contained within the housing of the gear itself.

Printing a gear system is all well and good, but what do you do with it? As an experiment, [Johannes] slapped two of these motors together along with a strange, bone-like adapter to create a pan/tilt mount for a camera. Yes, if you don’t look at the weird pink and blue bone for a second, it’s just a DSLR on a tripod with a gimbal. The angular resolution of this setup is 0.03 degrees, so it should be possible to use this setup for astrophotography. Impressive, even if that particular implementation does look a little weird.

Continue reading “Printing Strain Wave Gears”

Smiling Robot Moves Without Wires

What could be cuter than a little robot that scuttles around its playpen and smiles all day? For the 2018 Hackaday prize [bobricius] is sharing his 2D Actuator for Micro Magnetic Robot. The name is not so cute, but it boasts a bill of materials under ten USD, so it should be perfect for educational use, which is why it is being created.

The double-layer circuit board hides six poles. Three poles run vertically, and three of them run horizontally. Each pole is analogous to a winding in a stepper motor. As the poles turn on, the magnetic shuttle moves to the nearest active pole. When the perpendicular windings activate, it becomes possible to lock that shuttle in place. As the windings activate in sequence, it becomes possible to move left/right and forward/back. The second video demonstrates this perfectly.

[bobricius] found inspiration from a scarier source, but wants us to know this is his creation, not a patent infringement. We are not lawyers.

Continue reading “Smiling Robot Moves Without Wires”

Scrapped Motors Don’t Care About Direction

Spinners built into games of chance like roulette or tabletop board games stop on a random number after being given a good spin. There is no trick, but they eventually rest because of friction, no matter how hard your siblings wind up for a game-winning turn. What if the spinning continued forever and there was no programming because there was no controller? [Ludic Science] shows us his method of making a perpetual spinner with nothing fancier than a scrapped hard disk drive motor and a transformer. His video can also be seen below the break.

Fair warning: this involves mains power. The brushless motor inside a hard disk drive relies on three-phase current of varying frequencies, but the power coming off a single transformer is going to be single-phase AC at fifty or sixty Hz. This simplifies things considerably, but we lose the self-starting ability of the motor and direction control, but we call those features in our perpetual spinner. With two missing phases, our brushless motor limps along in whatever direction we initiate, but the circuit couldn’t be much more straightforward.

This is just the latest skill on a scrapped HDD motor’s résumé (CV). They will run with a 9V battery, or work backwards and become an encoder. If you want to use it more like the manufacturer’s intent, consider this controller.

Continue reading “Scrapped Motors Don’t Care About Direction”