I have an idea for a project and one XBee needs to send messages to a phone wirelessly, or to another XBee connected to the phone directly.
The cell phone is a radio. The XBee is a radio. They do not operate in the same frequency band, and, even if they did, the phone would not implement the XBee protocol that lets the XBee communicate with resending and error handling.
So, no the XBee can not talk directly to your phone. It can talk to an XBee that is wired to your phone, though, IF you have a phone that has a serial port, AND you know how to (and CAN) connect to it.
What I'm trying to build needs to have arduino sending messages to twitter or facebook at its' heart. There's other things involved but after doing some more research it looks like there are ways to tweet without a cell phone which makes it easier.
I've seen the GPRS shields for sale at $50 minimum.
I'm trying to find info on the bare components also because I'd rather build my own shield/board if possible.
So my next questions to the experienced/professionals out there:
What is the cheapest way to have arduino tweet on twitter?
Where is there info on the bare components needed to build it if not buying a pre-made shield?
Thanks in advance.
These forums have helped me build my own Arduino-driven LED coffee table without having a history of knowing electronics at all. Much gratitude towards those keeping information alive and available.