RoboCam - My version of a telepresence robot
I recently completed construction of RoboCam which is my web-based telepresence camera platform built using the Propeller and·the iRobot Create. Using a web browser, RoboCam can be remotely controlled from any location that has internet access. A simple set of web controls and a live video feed allow you to drive RoboCam around as though you were actually there. When you’re done exploring you simply drive back to within the vicinity of the recharging station and press Dock. Using the built-in docking capability the Create will automatically maneuver and dock itself. Once the Create has docked the station it will recharge completely depleted batteries in less than three hours. In order for the user to keep an eye on the RoboCam’s health the robot continually sends back telemetry. This includes battery capacity, temperature, voltage, and current drain which are displayed in the web browser.
·
I posted a video of RoboCam in action on YouTube. It is taken from the point of view of the remote user and shows the web based user interface.
·
http://www.youtube.com/watch?v=K1Ap9V2ICag
·
The Create provides all the necessary sensors and docking/charging capabilities. It uses the built-in cliff and bumper sensors to protect itself from falling down stairs and avoiding objects. For distance measuring a Ping is used. This complemented the Create’s own sensors and provided a less violent method of detecting objects as opposed to the way the Create does it by crashing into it first and then sensing it with a bumper switch. Like many of my robots the Propeller chip was used as the main controller.
·
Most of RoboCam’s components are mounted in or on a 10 x 8 electronics case mounted onto the Create’s four hard points located around the cargo bay. It is mounted slightly forward to keep the Create’s center of gravity over its main driving wheels. Two voltage regulators were used to reduce the Create’s 14.4 volt battery down to 12 volts for the camera and 9 volts for the electronics.
·
RoboCam uses an off the shelf Panasonic Wireless Network Camera (BL-C30A) for video. This keeps the design simple and eliminates the need to get into complex streaming video. Optionally audio could be included by selecting a more advanced (and more expensive) model. The camera is mounted on top of a 2 foot length of PVC pipe. This puts the camera about 36 inches above the floor which is the optimal height for driving as well as checking out your surroundings. As an added bonus, the camera’s built-in pan and scan allow you to look from the floor to the ceiling and nearly 180 degrees from left to right.
·
To establish the connection between the RoboCam and the Internet a separate web server using the PINK (Parallax Internet Netburner Kit) is used. You can·control multiple robots from this one server. Using a Parallax Propeller chip, commands from the remote·user are received by the PINK and are then transmitted to the RoboCam using a pair of Parallax 912 MHz wireless transceivers. You can read about a simpler version of this web server (sorry it doesn’t use a Propeller) that is used by my robot “Romey” in the next issue of Robot Magazine.
·
RoboCam could be used for serious applications like security, summer home monitoring and even elder care but I’m currently using it for something far more important. I use it to check up on our cat while we are on vacation!
·
Below are a few pictures and the system diagram. I’ll post the schematics and Spin source code to my web site shortly.
·
http://www.norrislabs.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The angels have the phone box!
Steve Norris
·
I posted a video of RoboCam in action on YouTube. It is taken from the point of view of the remote user and shows the web based user interface.
·
http://www.youtube.com/watch?v=K1Ap9V2ICag
·
The Create provides all the necessary sensors and docking/charging capabilities. It uses the built-in cliff and bumper sensors to protect itself from falling down stairs and avoiding objects. For distance measuring a Ping is used. This complemented the Create’s own sensors and provided a less violent method of detecting objects as opposed to the way the Create does it by crashing into it first and then sensing it with a bumper switch. Like many of my robots the Propeller chip was used as the main controller.
·
Most of RoboCam’s components are mounted in or on a 10 x 8 electronics case mounted onto the Create’s four hard points located around the cargo bay. It is mounted slightly forward to keep the Create’s center of gravity over its main driving wheels. Two voltage regulators were used to reduce the Create’s 14.4 volt battery down to 12 volts for the camera and 9 volts for the electronics.
·
RoboCam uses an off the shelf Panasonic Wireless Network Camera (BL-C30A) for video. This keeps the design simple and eliminates the need to get into complex streaming video. Optionally audio could be included by selecting a more advanced (and more expensive) model. The camera is mounted on top of a 2 foot length of PVC pipe. This puts the camera about 36 inches above the floor which is the optimal height for driving as well as checking out your surroundings. As an added bonus, the camera’s built-in pan and scan allow you to look from the floor to the ceiling and nearly 180 degrees from left to right.
·
To establish the connection between the RoboCam and the Internet a separate web server using the PINK (Parallax Internet Netburner Kit) is used. You can·control multiple robots from this one server. Using a Parallax Propeller chip, commands from the remote·user are received by the PINK and are then transmitted to the RoboCam using a pair of Parallax 912 MHz wireless transceivers. You can read about a simpler version of this web server (sorry it doesn’t use a Propeller) that is used by my robot “Romey” in the next issue of Robot Magazine.
·
RoboCam could be used for serious applications like security, summer home monitoring and even elder care but I’m currently using it for something far more important. I use it to check up on our cat while we are on vacation!
·
Below are a few pictures and the system diagram. I’ll post the schematics and Spin source code to my web site shortly.
·
http://www.norrislabs.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The angels have the phone box!
Steve Norris
Comments
. Using a web browser, RoboCam can be remotely controlled from any location that has internet access. A simple set of web controls and a live video feed allow you to drive RoboCam around as though you were actually there
VERY COOL
NICE
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
I'm curious, how often are you "pinging" the Pink for variable changes? I had issues where my pink would lock up in this situation. Have you had these issues? your web server can handle more than one bot, is that at the same time?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
occasional post (1 out of 20 maybe) but I'm not sure if this the PINK or my bug.
The server currently handles only one robot at a time but I'm working on a new version which makes it possible to switch between several robots that are running at the same time.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The angels have the phone box!
Steve Norris
Dgswaner - When I read this, I was going to send you link. Glad you found it already! How is you project going?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Whit+
"We keep moving forward, opening new doors, and doing new things, because we're curious and curiosity keeps leading us down new paths." - Walt Disney
norris56, I like the dock idea. I'll definitely put that on the list!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
·
The other big change is the addition of a telescoping neck. The camera can be positioned anywhere from 24 to 36 inches above the floor. It’s great for checking up on a cat snoozing on the bed. I’m using a 12v linear actuator from Servo City.
·
Below are the pictures of RoboCam in the full down and up positions. I’ll update my site soon as well.
·
http://www.norrislabs.com
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The angels have the phone box!
Steve Norris
I realize this might be considered a hijack - but if you wouldn't mind giving me a simple reason for the [noparse][[/noparse] 0 ] in the following code:
Link.tx(~~RightVelocity >> 8)
Link.tx(RightVelocity)
Link.tx(~~LeftVelocity >> 8)
Link.tx(LeftVelocity[noparse][[/noparse]0])
You don't use it at any other time even in similar situations(such as the .tx(RightVelocity)above it. Maybe include your answer as a PS of a longer post?
EDIT: It really is a beautiful robot.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Current Projects:
Robot Control Via Skype API - Dev Stage(50% Complete) - Total(25%)
Robot Localization Via Xbee's - Research Stage
IR Tracking with Propeller - Research Stage
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The angels have the phone box!
Steve Norris
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never give up when things go wrong, Just work them out.
robosapienv2-4mem8.page.tl/