Hello, with regards to an Arduino - Twitter project, my question is: How to connect Arduino directly to the internet?
I have read the (arduino.cc/playground/Code/TwitterLibrary) page and online sources and have come up with this:
(1) Direct: Is Ethernet the only way to connect an Arduino directly to the internet?
(2) Indirect: Is XBee an option? Or does XBee act as a wireless USB COM connection? (obviously I haven't tried this yet $)
With a USB connection, the Arduino talks to the computer and the computer talks to the internet (using: python, processing, java, etc.) I have done this. (YAY!) I'm just curious how I can cut out the middleman.
It sounds like Ethernet is the only option. Is that true?
Also, I forgot to mention the SSerial2Mobile option (found in arduino.cc/en/Reference/Libraries.) This sounds cool, but is not quite the solution I'm looking for as the costs could add up quick.