Skip to content

martinsah/mcp3427_mqtt

Repository files navigation

mcp3427_mqtt

C++ MQTT publisher for MCP3427 on Raspberry Pi 3b (or 4?)

Installation instructions:

git clone https://github.com/eclipse/paho.mqtt.c.git
mkdir build_paho_mqttc
cd build_paho_mqttc
cmake ../paho.mqtt.c
make -j3
make install
cd ..

git clone https://github.com/eclipse/paho.mqtt.cpp.git
mkdir build_paho_mqtt
cd build_paho_mqtt
cmake ../paho.mqtt.cpp
make -j3
make install
cd ..

git clone https://github.com/martinsah/mcp3427_mqtt.git
mkdir build_mcp3427_mqtt
cd build_mcp3427_mqtt
cmake ../mcp3427_mqtt
make -j3
make install
cd ..


more info incoming
-Martin K 2020-03-26 COVID19 LOCKDOWN 🤒

About

C++ MQTT publisher for MCP3427 on Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published