EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

sending data from a USB cell phone to UART Zigbee device

Started by archit September 7, 2007
I am a FY student doing a project in Zigbee home automation.
I want to send an AT command from my smartphone nokia to a UART USB
interface  for Maxstream Zigbee device. What all do i need to check on to
know if this is possible or not?
Any help will be greatly appreciated.

Thanking You,
Archit Chitnis.


On Sep 7, 10:06 am, "archit" <archit....@gmail.com> wrote:
> I am a FY student doing a project in Zigbee home automation. > I want to send an AT command from my smartphone nokia to a UART USB > interface for Maxstream Zigbee device. What all do i need to check on to > know if this is possible or not? > Any help will be greatly appreciated. > > Thanking You, > Archit Chitnis.
First off, pretty much anything is possible. You just need to be able to break down the problem and understand the individual requirements.
>From a quick look at your task, I see a couple key questions that you
need to answer. 1. What type of interface does the smart phone provide (USB, IRDA, Serial, etc...)? 2. Is the interface voltage compatible with the Zigbee module's UART? - If not, you can always use a level shifter or an optocoupler. 3. Can you configure the two interfaces to communicate directly (i.e. start, stop, data bits, and parity)? - If not, you can always add an intermediary circuit to translate between the two devices. Good luck!

The 2024 Embedded Online Conference