Raspberry Pi Brings New Life To Some Old Dinosaurs

Reprogramming the behaviors of a person-sized animatronic dinosaur would have to be among the coolest opportunities to be presented with… This is exactly what [Dr. Lucy Rogers] and a group of fellow techies were tasked to accomplish for the Blackgang Chine park located on the Isle of Wight in the UK.

dino1Before the group arrived, the native dinos didn’t do much else than run a preprogrammed routine when triggered by someone’s presence… which needless to say, lacks the appropriate prehistoric dynamism. Seeing that their dated wag, wiggle, and roar response could use a fresh breath of flair, the park’s technical projects coordinator [Mark Butler] began adapting one of the dinosaur’s control boxes to work with a Raspberry Pi. This is when [Lucy] and her group were called upon for a two-day long excursion of play and development. With help and guidance from Raspberry Pi expert, [Neil Ford], the group learned how to use a ‘drag and build’ programing environment called node-RED in order to choreograph new movement sequences for two of the smaller dinosaurs provided for use. The visual nature of node-RED helped those of the Blackgang staff with little programming experience understand the code at work, which aided in their training. Now they can reprogram the dinosaurs with new actions on the fly if needed.

The Pi in the end turned out to be a cost-effective solution which will give the robot dinosaurs a longer, more fulfilling lifespan to roar and frolic on their island home. Check out this video by [Debbie Davies] to see more…

Thanks Ed, for spotting this one!

Continue reading “Raspberry Pi Brings New Life To Some Old Dinosaurs”

This Home-Made 6-Axis Robotic Arm Is Quite The Looker

With a background in software engineering, [Kris Temmerman] decided to make a physical demonstration of his knowledge in the form of a six axis robotic arm… the final product is a delicious display of mechanical eye candy.

Built from mostly aluminum stock, [Kris] machined the bulk of his parts with a CNC mill which he picked up for cheap from China. These custom pieces coupled with some hefty stepper motors ensure the arm’s accuracy as it twists freely and slides along the gantry it’s mounted to. Though the majority of the arm is metal, the hand at the end of his robot was built with 3D printed parts and can be switched out with the future attachments [Kris] plans to design. This classic gripper piece is driven separately with its own Arduino brain controlling the individual servos in the fingers. loadcels

Each finger includes some load bearing sensors which [Kris] harvested from an old scale so that the gripper can tell whether or not it has a hold of an object without crushing it. To orchestrate the robot’s movement, he wrote some nice looking software in C++ which visualizes the inverse kinematics at work in each point of articulation. For the sake of demonstrating his creation in action, he whipped up a basic demo that can locate and move colored blocks laid at random on a surface. A small camera mounted on the hand determines the orientation of the blocks relative to the machine so that the wrist can rotate itself in the proper alignment in order to pick them up.

[Kris] documented the build of his robot in a fascinating speed video which includes footage of the finished arm in action at the end:

Continue reading “This Home-Made 6-Axis Robotic Arm Is Quite The Looker”

Developers posing with the J-Deite Quarter

Meet J-Deite Quarter, The 4-Foot-Tall Transformer

There’s just something about the idea of robots turning into everyday objects that fascinates us all. It seems Japan outdoes the world in that category, and the J-Deite project is no exception. J-Deite Quarter is the first transforming robot to come from the collaborative project between  [Kenji Ishida] of Brave Robotics, [Watur Yoshizaki] of Asratec Corp., and Tomy Co. Ltd. If Brave Robotics sounds familiar, that’s because this isn’t the first transforming robot [Kenji Ishida] has produced, nor the first featured on Hackaday.

The J-Deite Quarter weighs 77lbs (35kg) and can run for an hour on a single battery charge. It’s joints are powered by Futaba servos. It is controlled by the proprietary V-SIDO OS designed by [Watur Yoshizaki]. As a robot, it stands at 4.25 feet (1.3m). It walks at a rather slow speed of 0.6mph (1km/hr). It has several points of articulation; it can bend its arms and flex its fingers. In less than 30 seconds, the robot transforms into an equally long two-seat sports car with a maximum speed of just over 6mph (10km/hr). Overall, the J-Deite Quarter is no speed demon, but it is noteworthy for being functional in both forms.

The web site has a cute backstory featuring a green meteorite that allows the “real” J-Deiter to communicate with the developers trying to create a robot in its image. Along with the video, it resembles a marketing ploy for a toy, which could explain Tomy’s involvement. After all, Tomy, along with Hasbro, developed the original Transformers toy line. Unfortunately, the J-Deiter Quarter is just a prototype, with no plans for mass production at this time. Instead, the project’s focus is on making a bigger and better J-Deiter. There are plans for a J-Deiter Half (8-foot-tall) to be developed by 2016, with the final goal of creating a 16-foot-tall transforming robot by 2020.

Enjoy the video that shows what J-Deite Quarter is capable of (with added sound effects, of course) after the break. Now, if you’ll excuse me, I have a sudden hankering to watch some Transformers and Voltron cartoons.

[via SimpleBotics]

Continue reading “Meet J-Deite Quarter, The 4-Foot-Tall Transformer”

A Compact Underwater Vehicle: The Nanoseeker

The Nanoseeker is a compact underwater vehicle in a torpedo-like form factor. [John] designed the Nanoseeker as completely enclosed vehicle: both the thruster and the control fins are all housed within the diameter of the tube. The thruster is ducted with vents on the sides and control fins integrated into the back of the duct assembly.

[John] designed a compact PCB to drive the vehicle, which includes an STM32F4 alongside several sensors. An MPU-9150 provides IMU functionality and two dual motor driver ICs from TI control the throttle and the control fins. [John] also added a Bluetooth radio for remote control functionality. For those who want a closer look, an image of the schematic is up on his blog.

The board is running MicroPython, which is a small Python implementation optimized for microcontrollers. Although [John]’s hardware platform looks great, he’s still getting started on his software. We look forward to seeing how his project develops, as his project is one of the smallest underwater vehicles we’ve seen.

[via Dangerous Prototypes]

Giving Life To An Undead Baby Doll

If carving a pumpkin this month is too passé for you, take a shot at [Jason Suter’s] instructable and build an animatronic legless zombie child that will surely creep out anyone who has a fear of dolls or other vacant-faced toy babies.

Beginning with a sacrificial doll, [Jason] dismembers all of the limbs and head from the torso in order to make room for the robotic upgrades. The servo motors which animate the new wooden dowel bones are mounted to a chassis cut with a CNC machine. [Jason’s] instructions include some nice diagrams demonstrating how the points of articulation at the shoulders and elbows work in conjunction to produce different flavors of crawling and dragging.

FWFSZPYI0LDVY63.LARGEFFU405MI0LDVY54.LARGE

To top it off, the head is attached to its own mounting plate with tendons that rock back and forth in a miserable undead sort-of fashion. As an added nicety, he explains how to install a bluetooth module into the circuitry so he can tweak and upload his example code to the Arduino brain remotely without needing to get his hands near it. There is of course some additional melting, painting, and doll torture required to achieve that rough-up undead look… but that’s all just icing on top of a well executed piece of animatronics.

In his video [Jason] gives us an overview of his zombie’s build and also shows it in action:

Continue reading “Giving Life To An Undead Baby Doll”

Cheap Quadruped Robot

Baby Quadruped Robot, Learning To Walk

We’ve all seen videos of those crazy Boston Dynamics running quadruped robots that can reach up to 28 mph. Those things are amazing and it’s almost impossible to imagine how to even start building one. [Max] loves his robots and wanted to build a quadruped but, being a robot hobbyist, didn’t have the serious cash needed to make an extravagant robot like those of Boston Dynamics. Instead he started bridging the gap by designing a quadruped robot that is a little bit slower and tons cheaper.

quadruped-joint[Max] designed all of the mechanical parts himself. After weighing the advantages and disadvantages of different materials, he decided that the frame would be made from 5mm acrylic sheet. The main body of the robot has acrylic ribs that are spaced apart by threaded rods. Twelve RC servos make up all of the joints, 3 in each leg. Notice in this photo how there is one servo that immediately rotates another servo. To support the other side of the rotating servo, [Max] epoxied on a T-nut, stuck in a short length of threaded rod which is then supported in the frame by a ball bearing. Simple and effective! The upper portions of the legs are also made from acrylic sheet and the lower legs are from a cheap camera tripod. Rubber feet ensure a slip resistant stance.

All of the servos are controlled by an Arduino Mega. [Max] is currently writing a sketch that will perform the complex math and determine coordinated servo motions for movements us humans take for granted, like ‘walk forward’. As you can see in the videos, [Max’s] robot won’t be catching the Boston Dynamics’ Cheetah any time soon but he is off to a great start.

Future plans for this project include bluetooth control and integrating the ultrasonic sensor proactively installed in the ‘head’ of the robot. Check out the videos after the break. [Max] is looking for some feedback on his project. We here at HaD think this needs a great name. Let’s hear some suggestions in the comments…

Continue reading “Baby Quadruped Robot, Learning To Walk”

DIY Robot Arm

Robot Arm You Can Build At Home

[jjshortcut] has created an easy to make robot arm that has 6 degrees of freedom. There is not much to it, the frame is made out of 4mm thick hardboard, hobby servos provide the power and a handful of hardware holds it together. The frame has been successfully cut out on both a laser cutter and a cnc router, making this design even more obtainable for any aspiring roboticist.

To control the robot arms movements [jjshortcut] plans to use a standard Arduino. There are certainly plenty of servo motor shields available but he still decided to design his own. In addition to the standard motor power and servo connections, a header for an infrared receiver was added for potential future communication options.

DIY Robot Arm GripperLike any project, there were some hiccups along the way. First, several revisions of the gripper were necessary to get the correct tooth profile that resulted in smooth and tight movement. Also, while making the shield the spacing between banks of headers came out one header too close! On this first board [jjshortcut] just bent the pins so they would fit into the Arduino. You can’t let some minor snafu prevent forward momentum of a project!

[jjshortcut] has done the hard part; the design. He has made all his mechanical and electronic files available… so go and build one! Check out the video after the break.

Continue reading “Robot Arm You Can Build At Home”