EmbeddedRelated.com
Forums

zigbee to ip bridge

Started by 1swaroopa5 April 22, 2009
Hii...

   I need to implement zigbee to IP bridge..this module is to be developed
in computer..IP Stack is already avaliable in linux..but I couldn't find
any resources where I could find any Zigbee stack for linux...So how do I
go about it?I have Z-stack by TI whose target is CC2430,8051 based muc..can
I use that on my linux system?If so how can that be done?or else is it
possible to implement IPstack on CC2430 board?How can I proceed with this?
Kindly help me..Looking foward for your suggestions...

With Warm regards..
Swaroopa.N.B 


On 2009-04-22, 1swaroopa5 <1swaroopa5@gmail.com> wrote:
> Hii... > > I need to implement zigbee to IP bridge..this module is to be developed > in computer..IP Stack is already avaliable in linux..but I couldn't find > any resources where I could find any Zigbee stack for linux...So how do I > go about it?I have Z-stack by TI whose target is CC2430,8051 based muc..can > I use that on my linux system?If so how can that be done?or else is it > possible to implement IPstack on CC2430 board?How can I proceed with this? > Kindly help me..Looking foward for your suggestions...
Step 0) Learn how to do embedded systems development. Step 1) Learn how to read datasheets and manuals. Step 2) Read them. Step 3) Do the design. In English, normal sentences are terminated by a single "full-stop" or "period" or "dot" (whatever you want to call it). It's also standard to put 1-2 spaces between sentences. We americans who learned to type on "real" typewriters generally use two spaces between sentences, most other people use one. One also capitalizes the first word in a sentence. Here's some good advice on how to be effective at getting help from mailing lists and newsgroups: http://www.catb.org/~esr/faqs/smart-questions.html -- Grant Edwards grante Yow! hubub, hubub, HUBUB, at hubub, hubub, hubub, HUBUB, visi.com hubub, hubub, hubub.
On Apr 22, 4:54=A0pm, Grant Edwards <gra...@visi.com> wrote:
> On 2009-04-22, 1swaroopa5 <1swaroo...@gmail.com> wrote: > > > Hii... > > > =A0 =A0I need to implement zigbee to IP bridge..this module is to be de=
veloped
> > in computer..IP Stack is already avaliable in linux..but I couldn't fin=
d
> > any resources where I could find any Zigbee stack for linux...So how do=
I
> > go about it?I have Z-stack by TI whose target is CC2430,8051 based muc.=
.can
> > I use that on my linux system?If so how can that be done?or else is it > > possible to implement IPstack on CC2430 board?How can I proceed with th=
is?
> > Kindly help me..Looking foward for your suggestions... > > Step 0) =A0Learn how to do embedded systems development. > > Step 1) =A0Learn how to read datasheets and manuals. > > Step 2) =A0Read them. > > Step 3) =A0Do the design. > > In English, normal sentences are terminated by a single > "full-stop" or "period" or "dot" (whatever you want to call > it). =A0It's also standard to put 1-2 spaces between sentences. > We americans who learned to type on "real" typewriters > generally use two spaces between sentences, most other people > use one. > > One also capitalizes the first word in a sentence. > > Here's some good advice on how to be effective at getting help > from mailing lists and newsgroups: > > =A0http://www.catb.org/~esr/faqs/smart-questions.html > > -- > Grant Edwards =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 grante =A0 =A0 =A0 =A0 =
=A0 =A0 Yow! hubub, hubub, HUBUB,
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 at =
=A0 =A0 =A0 =A0 =A0 =A0 =A0 hubub, hubub, hubub, HUBUB,
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0visi.com =
=A0 =A0 =A0 =A0 =A0 =A0hubub, hubub, hubub. Hi swaroop, TI stack as you rightly pointed out has been written for their family of MCUs. (MPS430 series if I recall correctly) To port this stack to the CPU of your choice might require some effort and probably trying to remove CPU specific instructions from TI code. I guess you would be better off trying to find IP stack for the same MCU as TI and then integrate them fast. However, if you want to do this on PC then try to read code and port it. FYI, PIC also has a stack for Zigbee freely downloadable from their website. regs ashutosh