Hello. Iam trying to develop Home Automation system for light/HVAC control using browser with following hardware: cc2530 modules, cc2531 as a gateway + any SBC(RPi2 etc). After reading some documentation in Z-Stack solution package I am kind of lost.
What are the software architecture choises for this in general? One way is to use BBB and Z-STACK-LINUX-GATEWAY, but I have only RPi2 and Allwinner A20 boards and signing SLA for sources is not my way.
I compiled and flashed to cc2530 the last lighting samples from HA package. Accordingly to Ubiqua the network is working OK. Now what firmware for cc2531 usb and what software should I use to be able to interface with this network, send commands, read sensor data etc?
If I undestand correctly one way is to use 6lowPAN gateway as described here sunmaysky.blogspot.com/.../setup-6lbr-to-run-6lowpan-with-cc2531.html but again, what firmware examples for cc2530 should I look into in this case. Can I still use ZCL?
Thanks.