How to implement ZigBee in Android?

We want to implement ZigBee on an Android tablet using Texas Instruments cc2530m ZigBee soc. The tablet already worked, and we have a ZigBee driver and a stack driver. How can we develop an application for a home automation profile using ZigBee?

+3
source share
2 answers

There are several Android tablets with a built-in Zigbee module ( http://www.geekland.co/Zigbee-Tablets_c69.htm ) that use a serial port to communicate with the zigbee module. You can write a Java application that writes commands in the form of messages to the serial port and has built-in software (developed on a chip) for translating messages into the corresponding zigbee commands.

+2
source

Unix IPC, unix, android. IPC, " " , Java- . NDK , , .

Android USB- usb, usb ( , !)

+1

All Articles