Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

makehackvoid/mqtt_tableleds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MQTT client for the MHV main table lights.

Connects to MQTT on Morphia and subs to MainTableLEDs. Reads 3 bytes and sets pwm pins 3,5,6 to those values. The mosfets controlling the LED strips are connected to 3,5,6 as R,G,B.

The ws2801 strings are not currently connected.

MQTT msgs

perl -e 'print pack "ccc",[r],[g],[b];' | mosquitto_pub -t MainTableLEDs -s
mosquitto_pub -t announce -m 'space-open'
mosquitto_pub -t announce -m 'space-closed'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%