Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
131 stars 47 forks source link

Added more of the message handling #14

Closed eiaro closed 6 years ago

eiaro commented 6 years ago

I accidentally did a ReSharper cleanup on CCZnp so it's diff is unreasonably large. Started a IHardwareChannel for disconnecting ZCL from CC. It is not finished , more must be added.

Spent too much of the day looking for a USB driver for the CC2531. Any pointers on where to get a driver for X64 Windows 10?

Mr-Markus commented 6 years ago

Spent too much of the day looking for a USB driver for the CC2531. Any pointers on where to get a driver for X64 Windows 10?

On my Computer i did not have to install a Driver for the USB stick and i also use Windows 10. Do you already have a TI CC2531 with ZNP Firmware? I bought one and as default there was a sniffer firmware on it which i have reflashed with the ZNP Firmware from the Z-Stack download package with a seperate Hardware called CCDebugger. And for that you Need a Windows 10 Driver which can be found here: https://e2e.ti.com/support/wireless-connectivity/other-wireless/f/667/t/675493

Only with that firmware it acts like a gateway which can be used with ZigbeeNET

I will create a wiki page for that ASAP