cheap wireless programmer for Boe-Bot
Hi, all!
So I just got the Boe-Bot (usb version) for my birthday a couple days ago, and really, really, like it! But, during some of the activities in the book (and stuff I plan to do with it) , being wired to the computer is a problem. I know that people have pulled it off with wireless usb hubs, but the cheapest I can find are like ~$60, and I don't want to spend that much. I saw the Flash Fly kit, but, same price problem.
So, does anyone out there know of a cheap way (~$30) to wirelessly program the Boe-Bot?
So I just got the Boe-Bot (usb version) for my birthday a couple days ago, and really, really, like it! But, during some of the activities in the book (and stuff I plan to do with it) , being wired to the computer is a problem. I know that people have pulled it off with wireless usb hubs, but the cheapest I can find are like ~$60, and I don't want to spend that much. I saw the Flash Fly kit, but, same price problem.
So, does anyone out there know of a cheap way (~$30) to wirelessly program the Boe-Bot?
Comments
Generally, unbuffered wireless links are not reliable enough to download programs, so that can't be used either.
http://forums.parallax.com/showthread.php?128721-Wirelessly-program-a-Basic-Stamp-DONE&highlight=%2Bstamp+%2Bwireless+%2Bdone
And Parallax carried them briefly, not sure if they still do.
Here's the thread in their support forum: http://forum.pololu.com/viewtopic.php?f=30&t=5305
That leave a wireless USB as the only inexpensive solution, but my BS2 boards are all serial so that won't work for me.
My original thought had been a wireless hub, but I couldn't find any that had a reasonable price, or were just too darned big to mount on a Boe-Bot.
@Martin_H
I've seen the Wixels too, and will probably use them when I start using wireless. Why, why, oh WHY, dear Parallax, must the stamps be so picky?:depressed:
Thanks anyway, everyone.
Remember that the Stamps were developed long before cheap, reliable, small wireless devices were available. When Propeller development was begun, things like xBee were not readily available.
Hmm, yes. I had forgotten they could be programmed. Something to think about when I'm more experienced.
Just how old are they? When did cheap, reliable, small wireless devices become available?
The BS2 was first released in 1995. The BS1 is about 3 years older. The Propeller was released in 2006.
Update: I posted a response over on their forum:
I understand what you are saying and I posted this information over at the Parallax forum. What doesn't quite add up is that the FTDI USB to serial cable works with the Stamp IDE. So that driver must work around the usbser.sys DTR problem while the native MS binary coupled with the Wixel does not.
My last post was an idle speculation that you probably cobble something together using an FTDI and a Wixel with a custom app that might work. Something like this:
FTDI USB Serial Port->Wixel via its TTL interface->Radio link->Wixel->MAX232->BS2
The FTDI driver would solve the Stamp IDE to to virtual COM port, so on the PC side you essentially bypass the Wixel's built in USB and use its TTL interface. But I imagine your serial port driver isn't set up for this which is why I figure custom coding would be required.
I'm actually thinking there might be a way to get this to work using the FTDI cable.
Martin,
Thank you for your thorough and excellent investigation - kudos to Pololu folks as well; and a very much appreciated exchange of thoughts at their website.
Anyways, keep us posted as I'm also interested in the subject.
John
p.s. Perhaps Parallax can add something to the subject and come up with their own solution... maybe during the April 13th festivities :-)
Sorry to ressurect this (my) old thread but did you ever get it to program the stamp? I saw on the Pololu forums how you got it to do the Prop, but you never said if you got it to work with the stamp. So, did you?
Martin_H, where are your priorities?
I'll probably be getting some Wixels soon anyway, I guess I can try to get it to work.