g1velo / SNAVXbee2

0 stars 0 forks source link

Does this binding support for Zigbee Devices. #13

Open amarpulli1994 opened 5 years ago

amarpulli1994 commented 5 years ago

Hi @g1velo ,

I would like to know this binding support for zigbee devices like CC2538, CC2531 zigbee devices. Is there any difference between xbee devices and CC2538 devices. These devices belongs to TI. Can you please share us information, meanwhile i am also trying to understand devices communication. Awaiting for your response.

Thanks and Regards, Amar Pulli.

g1velo commented 5 years ago

Amar, I never worked with this CC253X devices a from TI, so I a am not 100% sure that what I am going to write is right.

Zigbee is supposed to be a standard protocol letting different devices interact.

What I would try :

Stephan

amarpulli1994 commented 5 years ago

Thanks for quick reply. Yes, your are right Zigbee is a standard protocol. I thought this binding also support to CC2538 devices. CC2538 devices comes under zigbee family. Their using MT Commands to send packets from coordinator to end device.

Amar.

g1velo commented 5 years ago

I just never tried it as I never had TI devices in my hands. I am not sure what MT commands means. I assume that you should instantiate a com.digi.xbee.api.RemoteZigBeeDevice class and use sendata( method )

amarpulli1994 commented 5 years ago

Hi @g1velo Sorry for late reply. I am on the leave. MT Commands in the sense like AT and API Commands in Zigbee. I had checked com.digi.xbee.api.RemoteZigBeeDevice class and use sendata( method ) in your binding. I didn't get send method.

Thanks, Amar.