getting a basic stamp to brodcast a webserver....
shanker
Posts: 12
Hello all so i am new to this hole things. But i want to get a basic stamp to broadcast a web server that you can log on to. using wireless. almost like Apache or something like that. what do you all think and could you point me in the right direction ?
Comments
And grab an ethernet to wireless bridge here: http://www.amazon.com/D-Link-DWL-G810-Ethernet-Wireless-Adapter/dp/B0000CEPCH
While not as portable (due to the bridge) it's still valid as a proof of concept.
Remember that xBee is not the same as WiFi. You'll need an xBee unit at the PC end of things.
It doesn't really give you a network connection in the usual sense.
A PINK module is really what you want along with an Ethernet to WiFi bridge
to give you the wireless connection. All of this takes a lot of power and will
run through batteries pretty quickly. Soshimo has the right idea and some
good links.
Note: A Stamp is just not fast enough nor has enough memory to provide
any kind of web server. The PINK has an internal processor that takes care
of most of the work.
A Propeller does have the ability to do a web server. Look at the YBOX2 for
an example of this: www.ladyada.net/make/ybox2/
Digi makes several: www.digi.com/products/embeddedsolutions/digiconnectwime.jsp
These are not "plug and play" in that you'd need to provide a 3.3V regulator and mounting / connection board
as well as some kind of interface between the 3.3V logic and the 5V logic levels of the Stamp.