RoboSapienIR – use the RoboSapien with an Arduino

Shirtoff

Backpack

Arduino playground – RoboSapienIR.

Many of the WowWee robots are ideal for hacking. The RoboSapien Version 1.0 is very complex inside and simple at the same time. Doing a simple motor and switch count though yeilds 9 Motors and 8 Switches. Assuming you want both forward and reverse on each motor you would need on the order or 26 digital/analog IO pins.

So a “Wedge” implementation seemed the best choice. The concept of the software “Wedge” has been around for a while. Basically it is a program that does nothing most of the time but then can be activated on a special sequence. Wedges have other names like hooks (as in Kernel Hooks), Terminate and Stay Resident, or call back. This approach allows me to still use the RoboSapien as normal but also take complete control…

And here’s a couple video of other hacks…

These bots are super cheap now and fun to hack.


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


2 Comments

  1. Is there any place on the web where I can find the ‘how to’ of those hacks?
    I have a robosapien and like to play around with it’s internal circuit/software.

  2. Yes !

    There is an excellent HowTo here :
    http://www.arduino.cc/playground/Main/RoboSapienIR

    we can share, as i am proud that the last video is from my home here in France. I also had fun making voice controlled sapien http://youtu.be/SbJMyI-Rlv4

    The best thing is that using IR remote library of Ken Shiriff http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
    you can hack many toys and robots using an arduino backpack (for eg with a cigaret box) and a simple IR led to make them autonomous 😉

    For example on this vidéo i soldered the wire to the robot board, but with another bots i just use the IR led to send the codes.

    @hugobiwan

Sorry, the comment form is closed at this time.