|
||
---|---|---|
examples/dlln3x_test | ||
imgs | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
keywords.txt | ||
library.properties |
README.md
DLLN3X_zigbee_mesh_module_library
This library allows you to use DLLN3X ZigBee mesh module very easily.
This library is now complete, the remaining work is mainly maintenance and bug fixes, welcome feedback by opening issues.
Available Features
- Basic message sending and receiving.
- Module address reading.
- On-chip red led flashing control.
- Configuration reading, modification (baud rate, address, etc.).
- Error Report.
- Link quality test.
- On-chip pin control.
Example run results
Change Log
V1.1.0 2023.3.18
- Completely rewritten.
- Join the ZigbeeFrame container.
- Greatly improve stability.
- Supports configuration reading and modification, link quality testing, on-board pin control, error reporting, etc.
V1.0.4 2023.1.26
- Bug fixes and stability improvements.
V1.0.3 2023.1.12
- Bug fixed for example.
V1.0.2 2022.12.8
- Bug fixed.
- Add support for SoftwareSerial.
V1.0.1 2022.9.8
- Bug fixed.
- Code readability improvement.
- Provide more appropriate examples and interfaces.
V1.0.0 2022.9.7
- Initial code, a lot of things need to be improved.