-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to communicate with Ember NCP #33
Comments
Are you compiling your self, or using a pre-compiled JAR? I see you're using a very high baud rate - I've not tested this, and I think support was only added for this by Silabs recently, so possibly you will have a newer version of EZSP and will need to update the library - depending on how/when the JAR you're using was compiled. I'd suggest to enable debug logging if possible so we can see what is actually happening... |
Hi, Using 1.0.1 precompiled release. About the baud rate, I've used the one recommended by silicon labs after flashing the multipan rcp firmware. I've reverted back to Standard Zigbee (NCP) firmware - Baudrate 115200 and tested the pre-compiled without luck.
I'll try to recompile the jar myself (any available steps to follow for that?) and make the test again. |
If you have maven, and the JDK installed, then it should be as simple as running |
Should definitely be easier for you, so thank you! Let me know if you need something on my side to do so. |
I'll create a new JAR - just give me 12 or 24 hours as I'll re-release the main library as well so that it has the latest EZSP version support and this will take some hours to filter through the system... |
You can find the new JAR here -: https://github.com/zsmartsystems/com.zsmartsystems.zigbee.sniffer/releases/tag/1.0.2 This uses the latest library. Also, make sure that the correct flow control is selected - I found not much happens if the software flow control is required, and hardware is selected. |
Definitely working.
|
Hi,
I'm trying to use Zigbee Sniffer on usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20231218195308-if00. It has been flashed with the last silicon labs firmware.
Am I doing something wrong ?
The text was updated successfully, but these errors were encountered: