echoromeo / avr-iot-mqtt-ha-light-neopixels

Home Assistant NeoPixel light using the AVR-IoT board with MQTT Discovery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microchip AVR-IoT WHA (Wireless for Home Assistant) Application

The aim here is to set up the AVR-IoT with an MQTT Light using MQTT Discovery

The data pin for the NeoPixels must be connected to PC0 on the AVR-IoT board. As of now I have not figured out how to set number of NeoPixels from HA, so one must do that from the CLI.

Connect to the COM port of the AVR IoT and use the CLI to configure wifi, mqtt connection and credentials (9600 BAUD). Any terminal with serial support can be used, I like the MPLAB Data Visualizer a lot, at least if you want to output a lot of raw data from the MCU

device

The debug info looks like this

debug_info

FYI, this repo is a fork of avr-iot-mqtt-ha-sensor-node but since that repo is a fork of avr-iot-aws-sensor-node-mplab github did not allow me to fork it.

About

Home Assistant NeoPixel light using the AVR-IoT board with MQTT Discovery


Languages

Language:C 86.9%Language:Makefile 12.9%Language:Assembly 0.2%Language:Shell 0.1%