Basic Stamp 2 and RF question ( Maxstream)
Hi,
I need to send AT commands to the Basic Stamp becuase
i will use a Maxstream module.
Where can I learn about Basic Stamps AT commands and examples?
Thanks, Joe
I need to send AT commands to the Basic Stamp becuase
i will use a Maxstream module.
Where can I learn about Basic Stamps AT commands and examples?
Thanks, Joe
Comments
If you're speaking of the AT (Hayes modem) type tele-communications commands, neither the PBASIC Stamp nor any other microcontroller, nor computer that I know of will recognize them. They are intended to be recognized by a Hayes compatible modem.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
··· You say you use the Xbee pro's do they really have close to a mile outside range on the units? I have been thinking of purchasing a set myself.
Joe,
Also the only way to send AT commands from the stamp is with ASCII when I want to dial a number on my cell phone from say a stamp that is bluetooth enable is output ASCII strings that match the AT commands and the phone recognizes it and sends back a AT confirm command that I then use the IF Then command to display a text message on the debug screen.
Is this what you mean? Please tells use more about why and what you need to send AT commands to.
Note that you can run the XBee's in both 802.15.4 mode, as well as Zigbee mode. If you're running in 15.4 mode, then using them as serial port replacements is adequate, but you lose a lot of efficiency when you use the default broadcast mode. Once you get three or more nodes running, then you'd need to start filtering out which datastreams are intended for which devices, and you'd be far better off just using the AT commands to set the destination addresses, anyhow.
Zigbee mode is VERY nice - the mesh networking is absolutely wonderful. And you get to set destination addresses by name, instead of 16-bit address - much more user friendly.
Do you have any block diagrams for setting up networks with the XBee? I have gone through their documentation, and everything is in alphabetical order, instead of process order. I can not find much help online, either.
I am setting up a network with 1 coordinator, and 16 'end users' The coordinator must sniff to see if there are any other coordinators in the area and assume a new PAN(?). It must allow the end users to then 'find it' and associate to it.
Do you know anybody who has had any experiences with this?
when a cooridator is first turned on they do an Active Scan on each channel to locate other coordinators and can have a total of 5 results. Once they locate other coordinates they then pick a channel and PAN ID ( or go to parameter settings) I dont know exactly with xbee 802.15.4 but with Zigbee beta a coordinator can have 20 children, 6 routers and 14 end devices.
Hope this helps,
Derek