First Blog Entry

 

The image of my bot here is why I don't use my webcam much! :-) 

But you can get a basic idea what it looks like. The box in front contains 4 AA cells, the 9 volt battery is behind the barely distinguisable Sharp IR range-finder. The blue pc board is the Uno (Arduino). The black cylinder object in the back is a piezo-buzzer.

Under the buzzer is the protoboard. The power transistors ARE just hanging in the air (any other cooling isn't needed).

The red and grean "tail light" LEDs light when the the bot changes direction.

Amazingly, the bot can turn in a fairly tight circle just by controlling the two motor speeds!

At full speed with fresh batteries you have to run to keep up with the bot!

Other than the messy looking wires this is a pretty good bot!

(Hopefully, a better image will be coming soon.)

-----------------------------------------------------------------------

 

I have added a servo (possibly to add a ultrasonic range-finder). I have also added a "panic" touch switch in front of everything else! (if the IR or future ultrasound sensor "fails" a hard collision will still be avoided, I hope! :-))

To test the bot on the desktop, I added a removable stand so the wheels can spin freely. <----- TIP!

There are no stairs where I live. Good! The idea of a bot "bouncing" down steps greatly concerns me!

I am glad the gear-motors and wheels on this bot are strong. It is getting to be one heavy little bot!

----------------------------------------------------------------------------------------------------------------------------------------------

Should I be worried about the weight of my bot? I suspect the answer is yes because the more mass a robot has, the more likely there will be increased damage in a crash (inertia, physics thing).

In the future, any additions to my bot will try to be covered by removal of existing components of approximitly the same weight. Time to put Phoenix on a diet! :-)

----------------------------------------

Is anyone using a LCD or some form of "head" display to give their bots a facial expression "personality". Seems I have seen this some place before when a netbook (or notebook) is built onto a bot as its "brain". I might try a LCD display for this myself!

-----------------------------------------

I have been doing a LOT of work on the robot control software. Its pretty easy for me to program "sketches" which are a "unique" form of C/C++ the Uno (Arduino) uses.

Adding a servo so the robot can "scan" ahead for objects is nice (IR or Ultrasonic), but the code gets a lot more complex. Now the program has to scan, check for objects (implement left or right turns) and continue scanning. I am using a main servo "loop" where I tuck in my distance reading code that tests/calls to right or left turn routines outside the main loop. Timing IS everything!

I can immediatly see the need for some "multitasking" even for this simple situation. Adding other thimgs "to do" just increases the need for multititasking! I believe cooperative multitasking is "good enough" here. Full preemptive multitasking IS better, but the '328 hardware is somewhat limited in that area.

I have tinkered with DuinOS for multitasking but using a servo causes problems with a '328 timer and it so far has not left me with anything "usable", but my search will go on!

It is my belief (and my opinion) that as robots have more and more things to do (with timing being important) multitasking will become more and more needed.  Adding more "dedicated" processors for things like motor control is also an awesome idea.

I am considering going to a 32 bit chip (probably a PIC) with a full preemtive realtime multitasking kernel as a replacement for the Uno in this robot or at least in a future 'bot.

(Phoenix sits here giving me this "sad" look, like its asking "Please don't tear my brain out!".)

BTW: PICAXE has a fairly new chip called the 18M2 (maybe even more now) with "built in" multitasking that GREATLY interests me. (I have tinkered with PICAXE chips in the past, and I really like their Basic.) Hmmmm.

----------------------------------------------------------------------------------------------------------------------------------

Talk about one strange (but working!) experiment.

I had been given just the working "motherboard" of a Microbot BOT-120. I pulled (gently!) the Uno from the bot and dropped in the motherboard as a controller. Works great! All holes I used were gold plated through so soldering connections wasn't even neeeded! 

I have that PICAXE 18M2 on order with a support board and a h-bridge. (The next "drop in" for the Phoenix).

I DO like the Propeller chip more and more and if SparkFun carried: http://forum.sparkfun.com/viewtopic.php?f=14&t=26283 this board is Propeller based and is Arduino shield compatible!!! Nice!    Price: $29.99

Regarding your robot’s

Regarding your robot’s weight, it depends mostly on your motor gearing. It sounds like your robot is geared to be pretty fast. The same motors with a different gear ratio could be made slower but more powerful. For a fast robot, you may indeed come to a limit because your motor/gear combination may start to have trouble as the weight increases.

I think the idea of adding bump sensors is a good one, since your bot is fast and you are worried about it getting damaged from crashing into things. You can also add a downward facing sensor for ‘cliff detection’, which would keep your bot from driving off a table or other high surface.

I don’t have any experience interfacing an LCD, but I know CtC recently mentioned a couple of LCD screens he has used and liked at https://www.robotshop.com/letsmakerobots/node/27139.