by cdraptor » Sat Sep 01, 2007 5:34 am
by cdraptor
Sat Sep 01, 2007 5:34 am
Most of the humanoids that are currently available can be modified for wireless communication, most of the wireless hacks are around bluetooth and zigbee. I'm more interested in WiFi so I've been working with the gumstix - here I have a video of a gumstix connex with wifistix and robostix (for the Serial headers and others that can be used) and I've connected it to the SSC-32 servo controller from Lynxmotion.
What I love about the gumstix is the crazy small size, the small gumstix/wifisticks/robotstix are 3 gumstix products stacked which you see first in the video. Right now all I have hooked up is serial Tx sent from Gumstix to the SSC-32 controller. The gumstix when it boots up gets an address via DHCP from my router. I can then from my desktop or laptop SSH over to the gumstix and very simply send commands to /dev/ttyS0.
I now have the gumstix powered from the SSC-32 running off a 6V NiHm battery - it runs both the servo controller and the gumstix. I have some more experimenting to do, but I've taken a bit of a break on that to work with Speecys. They have a robot just released in Japan on Sept 1st called SPC-101C (aka MIRAI-RT) which is running Speecys OS (NetBSD with robotic controller driver), WiFi, Stereo Speakers, LED (for alphanumeric or like emoticon display) and video camera. It's focused towards developers so I am looking forward to working with one, it's really focused on what your trying to do. They already have code for Video feeding back to the PC where they use OpenCV for Facial Recognition, provide speech recognition on the PC to command the Robot. Check out my YouTube account -
http://www.youtube.com/user/RxDTxDTTL
- Tomoaki had sent me over some videos, they've integrated with Skype so you can see on one video you can call from you phone and control the SPC-101C.
The SPC-101C is a bit more than your typical Humanoid coming in a bit under $3,000. Speecys is working on a new model similar to the SPC-101C features to target the $800 - $1,000 range.
You can compare the SPC-101C to some of the newer robots in development - the NAO from Aldebaran similar type of features, WiFI, Audio/Speech, Video - That doesn't look to be coming to consumer until end of 2008, the pricing I picked up from a video on that translated from EUROs is going to be about $4,500.
You also have RobuDog with Wifi, Sensor, Camera, etc - that is listed on Engadget article for $4,300 or so. Looks to be a trend of some Robots coming out for those that don't want to build everything, but focus on the programming. There are running with a real OS, so no BASIC Stamp/Atom/PIC/AVR - using WiFi so it can be a device off your network - you can use TCP/IP, stream data back to a PC, all the good stuff. So I think the SPC-101C is a damn good deal - it's very fast and responsive because it's using the Futaba servos you find in the RBT-1, which is a very nimble bot - check out my YouTube you can see some RBT-1 action and the SPC-101C (formerly called MIRAI-RT)
Now you can build up just about any of the Robots currently out there to command from PC. If you interested in the Bioloid, I just got a controller board from Jon Hylands (you see him on the board) -
http://www.huvrobotics.com
He's done some work to hook up the gumstix Verdex, which an be a USB host controller, so you can plug it directly into the controller John built and hook your Dynamixels off that. Gumstix is coming out with a WiFi stick for the Verdex gumstix which is faster and provides more memory than the current Connex I am using. I'll be getting that and controlling the Bioloid via WiFi
Pev on the board has hooked up Bluetooth to the Bioloid. You can get from Robotis Zig100 chips, stick one on the CM-5, stick the other on the Zig2Serial.
Check the Robonova - I've seen Bluetooth hacks mostly, haven't followed to see if anyone has WiFi enabled the Robonova.
Anyway I hope some of this helps.
Most of the humanoids that are currently available can be modified for wireless communication, most of the wireless hacks are around bluetooth and zigbee. I'm more interested in WiFi so I've been working with the gumstix - here I have a video of a gumstix connex with wifistix and robostix (for the Serial headers and others that can be used) and I've connected it to the SSC-32 servo controller from Lynxmotion.
What I love about the gumstix is the crazy small size, the small gumstix/wifisticks/robotstix are 3 gumstix products stacked which you see first in the video. Right now all I have hooked up is serial Tx sent from Gumstix to the SSC-32 controller. The gumstix when it boots up gets an address via DHCP from my router. I can then from my desktop or laptop SSH over to the gumstix and very simply send commands to /dev/ttyS0.
I now have the gumstix powered from the SSC-32 running off a 6V NiHm battery - it runs both the servo controller and the gumstix. I have some more experimenting to do, but I've taken a bit of a break on that to work with Speecys. They have a robot just released in Japan on Sept 1st called SPC-101C (aka MIRAI-RT) which is running Speecys OS (NetBSD with robotic controller driver), WiFi, Stereo Speakers, LED (for alphanumeric or like emoticon display) and video camera. It's focused towards developers so I am looking forward to working with one, it's really focused on what your trying to do. They already have code for Video feeding back to the PC where they use OpenCV for Facial Recognition, provide speech recognition on the PC to command the Robot. Check out my YouTube account -
http://www.youtube.com/user/RxDTxDTTL
- Tomoaki had sent me over some videos, they've integrated with Skype so you can see on one video you can call from you phone and control the SPC-101C.
The SPC-101C is a bit more than your typical Humanoid coming in a bit under $3,000. Speecys is working on a new model similar to the SPC-101C features to target the $800 - $1,000 range.
You can compare the SPC-101C to some of the newer robots in development - the NAO from Aldebaran similar type of features, WiFI, Audio/Speech, Video - That doesn't look to be coming to consumer until end of 2008, the pricing I picked up from a video on that translated from EUROs is going to be about $4,500.
You also have RobuDog with Wifi, Sensor, Camera, etc - that is listed on Engadget article for $4,300 or so. Looks to be a trend of some Robots coming out for those that don't want to build everything, but focus on the programming. There are running with a real OS, so no BASIC Stamp/Atom/PIC/AVR - using WiFi so it can be a device off your network - you can use TCP/IP, stream data back to a PC, all the good stuff. So I think the SPC-101C is a damn good deal - it's very fast and responsive because it's using the Futaba servos you find in the RBT-1, which is a very nimble bot - check out my YouTube you can see some RBT-1 action and the SPC-101C (formerly called MIRAI-RT)
Now you can build up just about any of the Robots currently out there to command from PC. If you interested in the Bioloid, I just got a controller board from Jon Hylands (you see him on the board) -
http://www.huvrobotics.com
He's done some work to hook up the gumstix Verdex, which an be a USB host controller, so you can plug it directly into the controller John built and hook your Dynamixels off that. Gumstix is coming out with a WiFi stick for the Verdex gumstix which is faster and provides more memory than the current Connex I am using. I'll be getting that and controlling the Bioloid via WiFi
Pev on the board has hooked up Bluetooth to the Bioloid. You can get from Robotis Zig100 chips, stick one on the CM-5, stick the other on the Zig2Serial.
Check the Robonova - I've seen Bluetooth hacks mostly, haven't followed to see if anyone has WiFi enabled the Robonova.
Anyway I hope some of this helps.