RCode, Master Studio and WiFi LAN card |
Please refer to separate pages for other models:
Please Read This |
Ignore the "ERA-MS008" stamped on the back. Look at the front of the stick instead.
If there is an "ERF-" model number printed on the sticker on the front, then it is NOT a PMS/RCODE stick. Purple/Blue sticks or white sticks will not work either. PMS/RCODE sticks do not have an "ERF-" number, are always pink, and usually have no label or a home made label.
YARTYART - Try it (AIBO programming ain't going to get any easier!) |
RCode / RCode Plus Info |
YART (Yet Another RCODE Tool - easy AIBO programming)
- YART overview and guide
- YART 11x - for the ERS-110, ERS-111
- YART tutorial
- YART_APG guide (Audio Personality Generator)
- YART advanced topics
General, RCODE, RCodePlus
AIBO LAN
Master Studio (1.1)
DogsLife version
DogsLife users, please see the DogsLife all-in-one installation page.RCode Plus - Downloads |
Downloads
Many personalities come with instructions on how to install RCodePlus. If you want to build your own RCodePlus program (with or without Master Studio), you can start with the basic release.The basic release includes no RCODE program and no custom motions or sounds. The ObeyCat sample is only slightly more advanced than the basic RCodePlus release.
RCodePlus 2.52 "A"
RCodePlus 2.52 "A" comes with the Extended RCODE voice commands (English). The "A" version includes a fix for Audio capture (and other crashes with older cores).- RCodePlus 2.52A (210) - for the ERS-210
- RCodePlus 2.52A (220) - for the ERS-220
- RCodePlus 2.52A (31x) - for the ERS-311/312/31L
Other Language Packs
- RCodePlus_lang2e.zip - English Extended RCODE voice commands (default, AP_VLang=3, AP_Vocab=2)
- RCodePlus_lang2j.zip - Japanese Extended RCODE voice commands (AP_VLang=2, AP_Vocab=2)
- RCodePlus_lang3e.zip - English Minimal voice commands (AP_VLang=3, AP_Vocab=3)
RCode Examples - Source |
YART Examples:
Master Studio Examples:
- Bender250Src.zip - Bender (25x) Master Studio Source (.BE, .ALB and data files)
- ObeyCat251Src.zip - Obey Cat Master Studio Source (.BE, .ALB and data files)
AbNet Examples:
- DogsLife source - See http://www.dogsbodynet.com
LAN Tools - Source |
LAN Connection Sample Programs - requires LAN card
Source for many LAN samples is provided for people programming in C++, Visual C++ or Visual Basic. This includes source for programs like AiboRemote and AiboScopeLIVE!. Most samples run on a Windows desktop/laptop computer (Windows 95 or later) and use a LAN card to talk to AIBO.There are some programs that run on PDAs (CLIE or Windows CE/Pocket PC). See the readme.txt file in the zip file for a list of all the samples. Most of the C++ samples use the "AIBOH" helper library for handling the communication with AIBO (both telemetry and RCODE pipes).
Some hilights
"AiboCap" is a very minimal camera capture program (that works with AiboLife Plus or RCode Plus). The specified number of images are captured and are saved as bitmap files on the PC. This sample is a command line program (no graphical user interface) written in C++ (with minimal use of C++). "AiboRemote" is really three programs in one. It will display camera data, get status from AIBO (battery level etc) and let you "drive" your AIBO by pressing buttons. When it starts up, you enter AIBO's IP Address and pick from one of the three versions. The Simple version has minimal features, the Soccer version has features optimized for playing with the ball, and the Complex version has the kitchen sink.(note screen shots are out-of-date)
It is a simple shell, but is very easy to add new features.