Skip to content

Kampi/BeeLight

Repository files navigation

BeeLight - ZigBee based light & environment sensor for Home Automation

Table of Contents

About

Open-Source ZigBee-based light and environmental sensor with ZigBee2MQTT support for your Home Automation with I. e. Home Assistant.

PCB Top side

Block diagram

Start developing

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

Install the BSEC2 library

Run

west config manifest.group-filter +bsec
west update

Install the device to ZigBee2MQTT

Enable the external converter by copying the external converter to your ZigBee2MQTT data directory.

Directory structure

  • cad: 3D model of the complete PCB
  • docs: All kinds of project documentation like schematics, BOM, etc.
    • drawings: 2D drawings for subcomponents, etc.
    • images
  • project: KiCad project for the PCB

Purchasing

NOTE
You have to provide a Mouser API key with a variable called MOUSER_KEY to your CI/CD pipeline to make use of the KiCost feature in the pipeline.

Ressources

Maintainer