Download Robosapien V2 Battery Hack Software
Download Robosapien Dance Machine for free. Robosapien Dance Machine – completely control your Robosapien with just your voice while you unleash the funky power of your Robosapien! Create dances, your own comedy movies, and more with this powerful interactive script editor. I got it when this I-Sobot is on sale on Amazon for less than $100. The Official Robosapien Hacker's Guide is a true insider's sourcebook of over one dozen fun, inexpensive, and high-performance hacks that you can perform on the world’s best-selling robot of all time. This manual is fully endorsed by WowWee Ltd., Robosapien's manufacturer, and features an introduction by Mark W. Tilden, Robosapien's designer!
Robosapien/WowWee IR arduino library
I got another robosapien in the trash, but this time is a robosapien V1. I didnt feel like tearing this one apart to have to run a cable to it to inject it into it’s brain, so I started messing with the library used here:
The issue was, when using his code, it only worked from the arduino only, and only worked with the original robosapien V1 robot, so I tore apart his code and modified it to add in support for other WowWee products like V2 and roboraptor.
The issue was, his code was locked so that it could only handle sending 8 bit codes(one byte), but the V2 and other wowwee products use 12 bit codes, so a little bit of it had to be changed to handle the 12 bit codes. The IR codes use the same type of data being sent, same 8 bit codes, but uses a 4 bit identifier code that makes that specific remote only work on that robot.
Just download the standard IRremote library here:
Virgin Islands)A2217 (China, Hong Kong) NetworkGSM 850 / 900 / 1800 / 1900CDMA 800 / 1900HSDPA 850 / 900 / 1700(AWS) / 1900 / 2100CDMA2000 1xEV-DO1, 2, 3, 4, 5, 7, 8, 11, 12, 13, 17, 18, 19, 20, 21, 25, 26, 28, 29, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 66 - A22151, 2, 3, 4, 5, 7, 8, 12, 13, 14, 17, 18, 19, 20, 25, 26, 29, 30, 34, 38, 39, 40, 41, 42, 46, 48, 66, 71 - A21601, 2, 3, 4, 5, 7, 8, 12, 13, 14, 17, 18, 19, 20, 25, 26, 29, 30, 34, 38, 39, 40, 41, 42, 46, 48, 66, 71 - A2217HSPA 42.2/5.76 Mbps, LTE-A 1.6 Gbps DL, EV-DO Rev.A 3.1 MbpsLaunch2019, September 10Available. ALL VERSIONS A2215 A2160 A2217Versions:A2215 (Global market)A2160 (USA, Canada, Puerto Rico, U.S. Gsm audio format.
and replace the normal files with the ones in this archive:
http://www18.zippyshare.com/v/95213422/file.html
mirror here:
https://drive.google.com/file/d/0BwYG1PFb3ZByaTAxMlJZS2pIM1E/edit?usp=sharing
Here’s a bit of an example for transmitting the codes out from the serial connection/usb.
The send irsend.sendRSV1 command can be changed to irsend.sendRSV2 to send the alternative codes for V2, robo raptor, or almost any of the wowwee robots. You’ll have to convert the hex addresses to decimal to input them, but you can easily do that with a python script or whatever. To just mess around with it, I was using the calculator on windows/linux and setting it in advanced/programming mode and clicked the hexadecimal circle, typed in the command on the site, then clicked decimal and it would show the decimal number.
Here’s a list of all commands for a bunch of the wowwee robots:
Robosapien V1 codes:
Google backup and sync. Robosapien V2 and other wowwee robots:
on the V2 page, the 3xx is the 0011, aka the robot identifier code, to change to another robot, just change the 3 to whatever robot you are trying to control.
I hope that everything works good for everyone, It’s experimental still, but it works for me at least.