Open-Source ZigBee-based light and environmental sensor with ZigBee2MQTT support for your Home Automation with I. e. Home Assistant.
You must install NCS with ZigBee addon before you can start developing firmware for the device.
cd app
west init -m "http://github.com/nrfconnect/ncs-zigbee" --mr main
Run
west config manifest.group-filter +bsec
west update
Enable the external converter by copying the external converter to your ZigBee2MQTT
data
directory.
cad
: 3D model of the complete PCBdocs
: All kinds of project documentation like schematics, BOM, etc.drawings
: 2D drawings for subcomponents, etc.images
project
: KiCad project for the PCB
NOTE
You have to provide a Mouser API key with a variable calledMOUSER_KEY
to your CI/CD pipeline to make use of the KiCost feature in the pipeline.