Deskpet

As an ongoing project. I have been working on a small robot that could live on my desk as a pet, hence the Deskpet moniker. I’ve done some research into how to give him personality, as well as how to add emotion (links soon). Last weekend I decided to play with my CNC mill and cut out a design for the body of my deskpet robot. I’ve been working on this design for a while so it was just a matter of loading and running the program. Then, one of the guys at work used the CNC’d master to make an RTV mold, and I molded a urethane copy:

Deskpet1 Deskpet 2

The body is shown with a Nickel for scale. The pics are really crummy because I used my cell phone, I’ll post better pics later. This will make a robot small enough to use for Micro-Sumo competition, and is designed around the GM-10 motors. I may end up selling these as just the body, or as a complete robot kit.

I have finished the pcb schematic and have almost completed the layout. I hope to send the board out to BatchPCB for fab by the end of the week.

UPDATE:

I finished routing the PCB. Maybe I'll be able to send it out for fab by tonight. 

Deskpet1

5/28/11

These pics are quite old, but I got quite distracted with other projects and forgot to update. 

Here's an RC prototype using a Nordic keyfob transmitter:

Deskpet Proto

I also made the bodies available on Shapeways if anyone is interested:

http://www.shapeways.com/model/203094/deskpet_robot_body.html?gid=ug

The body is easily reproduceable by making a silicone mold, but be sure to get it made with "Transparent Detail" if you are gong to make a mold. The "White, Strong and Flexible" material doesn't release from the molds easily.

Next up is some ideas I had for an alternate body/frame for the deskpet:

Alternate Deskpet Body

Alternate Deskpet body - internal

This body is also on Shapeways, but I have not tested it yet, so I have not made it available for sale. While it looks a lot nicer, it would be a much trickier build. I also have a design for molding the tiny tank treads for this which still needs to be tested, I just ordered a pair of the tread molds and one of the bodies, so we'll see how it goes.

Finally I have been doing a lot of thinking and a bit of writing over the last year or so about the personality/emotions/learning for the deskpet robot. I wrote some of it down and recently made it available through my blog in case anyone is interested:

http://robotguy.net/blog/2011/05/25/simple-embedded-architecture-for-robot-learning-and-emotion/

Lives on my desk

  • Actuators / output devices: GM10 motors/wheels, audio
  • Control method: autonomous
  • CPU: ATMega128
  • Power source: 230mAh LiPo
  • Programming language: GCC
  • Sensors / input devices: IS471 IR Detector, RGB Color sensor, TEMT6000 ambient light sensor, Nordic 2.4GHz wireless data
  • Target environment: cubicles

This is a companion discussion topic for the original entry at https://community.robotshop.com/robots/show/deskpet

NICE!
Sounds like you have some nice equipment. I’d kill for a CNC milling machine.

Brilliant! Very nice

Brilliant!
Very nice equipment indeed. :slight_smile: Giving a robot personality really is the holy-grail of robotics. Please, continue to keep us posted. If I were you, I’d focus on personality more than sumo because its really unique. I’m sure we’ve all dreamed of a robot with personality. :slight_smile:
Good luck!
Brennon

“Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond measure. It is our light, not our darkness that most frightens us… -Marianne Williamson

Huh? CNC, mold?You are going

Huh? CNC, mold?

You are going to make bodies for all of us now! Seriously, what do you need for 3D-model, and how can we put this into system, so that your boss can see the benefits / making he’s money worth on it?

What would a mold like the one you have made cost?

You cannot just show a thing like that and hold it to yourself. The rest of us use duct tape and free sticks, you know :slight_smile: Imagine a project like TIRDNKWIIT - what would I not be able to create if I had your powers?

You should build yourself

You should build yourself one of these:

http://fabathome.org/wiki/index.php?title=Main_Page

I discovered that I already have the controller board for that thing lying around. It is kind of expensive though :slight_smile:

- Jimmy

Yeah - or just get a 3D
Yeah - or just get a 3D printer etc… But these things are not good enough in quality yet, or too pricey.

I like the RepRap . The

I like the RepRap . The fabber which can make a copy of its self. We could pool resources, make one - then let it replicate copies and send the children to everyone :slight_smile:

Then again, maybe I would do better taking glue gun lessons from Frits or Martha Stewart.

Routing PCB traces

I think there is a general rule of thumb that you should stick to 45 degree angles when routing traces (especially avoid the 90 degree angles). I guess this is not a pressing matter for hobbyists but it does make the PCB look more "professional" :-).

Otherwise the PCB looks nice and compact.

- Jimmy

There’s no such rule!

IN any case, even if there were a guideline suggesting this, the angles between the tracks which are at 45 degress would, by definition, be at 90 degrees…!

A lot of these tracks look manually routed. Sometimes you have to do that if your auto router craps out.

looks good to me. im
looks good to me. im guessing a few months of planning?

Autorouter? Pshaw…

The autorouter didn’t like this board at all, could only route about 60% of the board. I ended up completely manually routing this board. And the rule regarding 90 degree angles only applies to high speed (like high RF frequency) traces. A sharp bend in the trace looks like a discontinuity to a high frequency signal and generates reflections. 45 degree angles work fine for 100’s of MHz, but GHz signals usually are routed with rounded corners. The highest frequency signal on this board is the 16MHz clock, and those traces are only about 1/8" long, shouldn’t be a problem.

Yes, I have spent several years actually planning and working on this robot. Thinking about it, doing research, etc. The board itself has about 2 weeks worth of work into it. I still need to run a cleanup pass. Maybe now that it’s routed, the autorouter an make it pretty…

The CNC mill doesn’t actually make things any easier, merely makes the final output look nicer. Basically trading money for skill. It takes quite a bit of work to get a CAD drawing ready to load into the Mill.

Making a mold is amazingly cheap and easy, but really only useful if you are going to make more than one of something. I use the prducts from TAP Plastics:

Silicone RTV Mold Materials

Quick-Cast Polyurethane Resin

Mold Making Guide

The only downside is that you need to pull a vacuum on the RTV and Polyurethane to get all the bubbles out and make sure the mold is filled. Alumilite also makes a pretty simple casting kit.

The equipment in my lab (yes I call it my robot lab :wink: is the result of about 15 years of hobby robotics ( http://robotguy.net/#RobotGallery to see most of my robots), as well as experience from about 10 years of professional robotics (I’m an Electrical Engineer at a robotics company).

I was going to comment on

I was going to comment on this… But I can only say "wow".

I am humbled and need words.

Thanks for elaborating on

Thanks for elaborating on the stuff about trace angles - always nice to learn new stuff :slight_smile:

I’m looking forward to seeing more of this project!

- Jimmy

I’ve been lucky enough to

I’ve been lucky enough to see 3D printers live, and one day I’d love to make one. However, if I’m struggling to make a robot as simple as Turpis, how hard will this be for me? :slight_smile: One day…
Brennon

“Our deepest fear is not that we are inadequate. Our deepest fear is that we are powerful beyond measure. It is our light, not our darkness that most frightens us… -Marianne Williamson

Vacuum Plastic Former

If you’re interested in making some awesome cases for your bots, you mightwanna check out building something like this.

http://blog.makezine.com/archive/2008/04/weekend_project_kitchen_f_1.html

According to the video, it’s pretty much the same way they made all the Storm Trooper outfits in Star Wars.

:o
:open_mouth: COOL

Robogames
Have you been to previous Robogames? I’d really like to go sometime, it looks like a great competition. You’ve got an awesome little microsumo there, hope it does well. I’ve only made a couple minisumos, but did mold some urethane wheels for one, though in a sorta hacked fashion. That’s an incredible collection of robots!

Oh yeah!

I remember this little guy!

Good stuff.

PCB

That is a really impressive PCB design! Very cool!!!

if you really want it to

if you really want it to have emotions, why dont you add a torso and head with emotional face in it!!! it should be like a mobile intelligent furby!!