Basic Stamp + Ethernet
jeremya
Posts: 26
Is the Parallax Internet Netburner Kit the only way to connect the Basic Stamp to the internet?
I ask because I really don't need all the webserver functionality. I work for a company that has
an API that lets you start phone calls via the web. (Real phone calls not VoIP) Anyway I thought
it might be cool to build a hardware device that could start the call... something to show our sales
team something else besides websites.
Anyway all I would need to do a http get to a web page and gather a small string of characters (maybe 10).
I am still pretty new to electronics, but I have a boebot and I have messed with that a bit.
Thanks!!!
-- Jeremy
I ask because I really don't need all the webserver functionality. I work for a company that has
an API that lets you start phone calls via the web. (Real phone calls not VoIP) Anyway I thought
it might be cool to build a hardware device that could start the call... something to show our sales
team something else besides websites.
Anyway all I would need to do a http get to a web page and gather a small string of characters (maybe 10).
I am still pretty new to electronics, but I have a boebot and I have messed with that a bit.
Thanks!!!
-- Jeremy
Comments
·
i apologize if this a dumb question, but I honestly have no idea.
-- Jeremy
You could also write a small application that will run on a PC that will forward requests from the basic stamp to your website. This would probably be the easiest method since you would have complete control over all aspects of the implementation.
Jeremy