Schlagwort: animatronic

  • Meet Mr. Wallplate, an animatronic wall plate that speaks to you

    Meet Mr. Wallplate, an animatronic wall plate that speaks to you

    Reading Time: 2 minutes

    Interactive robots always bring an element of intrigue, and even more so when they feature unusual parts and techniques to perform their actions. Mr. Wallplate, affectionately named by Tony K on Instructables, is one such robot that is contained within an electrical wall plate and uses a servo motor connected to an Arduino UNO Rev3 for mouth movement.

    The circuit for Mr. Wallplate is not very complex, as a single Arduino handles all of the processing. Users are able to control the robot with an IR remote thanks to a corresponding receiver that passes along the encoded signals to the Uno for parsing. After a valid code has been found, the Talkie library in the sketch accepts speech synthesis commands before converting them into waveforms for outputting to an amplifier. One of the more challenging aspects was getting the speech to align with the mouth moving, and Tony’s solution was to simply move the servo a predetermined amount based on the word.

    After ensuring the electronics worked as intended, Tony fabricated the bot from a clear plastic bottle, a metallic toggle/duplex switch plate for the face, two halves of a ping pong ball for the eyes, and a ponytail holder for the lips. As seen in the demo video below, Tony’s creation is certainly captivating while it talks.

    More info about how Mr. Wallplate was constructed can be found here its write-up.

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

    The post Meet Mr. Wallplate, an animatronic wall plate that speaks to you appeared first on Arduino Blog.

    Website: LINK

  • Amazon Echo becomes charming animatronic robot

    Amazon Echo becomes charming animatronic robot

    Reading Time: 2 minutes

    There is no shame in taking advantage of a voice assistant device, like an Amazon Echo with Alexa. Those devices are useful and can add real convenience to your life. But they lack personality and any feeling of a soul—not just because of the stilted voices, but also because of the boring industrial designs intended for mass market appeal. To inject some life into his Amazon Echo, Workshop Nation turned it into a charming animatronic robot.

    At its heart, this is still an Amazon Echo and it retains all of that functionality. But the Alexa brain now inhabits a body that looks like it was made by a wacky scientist from an ’80s movie featuring robot hijinks. It was cobbled together from salvaged parts, like an old CRT TV, as well as new components. It has 3D-printed animatronic eyes based on a design by Will Cogley and actuated by servo motors. Something akin to a voice waveform appears on the CRT whenever Alexa speaks, which works by using that signal voltage to drive one of the electron beam coils.

    An Arduino Mega 2560 board controls the animatronics and also monitors a Useful Sensors Person Sensor. Its purpose is to direct the movement of the eyes to follow any people in the area. The Arduino also lets the users bypass the normal “Alexa” wake word so they can ask questions starting with whatever term they prefer. Those components (the bulk of which belong to the CRT) all attach to a frame made of laser-cut clear acrylic and threaded rods.

    [youtube https://www.youtube.com/watch?v=bO-DWWFolPw?start=1011&feature=oembed&w=500&h=281]

    The result is a contraption that combines all of the convenience of a modern voice assistant with the aesthetic appeal of a science fair reject.

    The post Amazon Echo becomes charming animatronic robot appeared first on Arduino Blog.

    Website: LINK