Teensy interface: Difference between revisions
From Rsewiki
(Created page with "Back to Scorpi == Installation packages == On Raspberry PI 5 (running 64bit OS) Paho Mqtt can be installed with C++ support. This failed on Raspberry pi 4 (running 32 bit OK - due to Lidar support for YD Lidar S4B) Install: sudo apt install libpaho-mqtt-dev libpaho-mqttpp-dev mosquitto-dev mosquitto-clients - in addition to other packages required for normal compile This should allow the teensy interface to compile.") |
No edit summary |
||
Line 12: | Line 12: | ||
This should allow the teensy interface to compile. | This should allow the teensy interface to compile. | ||
== Documentation == | |||
For Paho-mqtt, see https://eclipse.dev/paho/files/paho.mqtt.python/html/index.html |
Revision as of 13:56, 20 July 2024
Back to Scorpi
Installation packages
On Raspberry PI 5 (running 64bit OS) Paho Mqtt can be installed with C++ support. This failed on Raspberry pi 4 (running 32 bit OK - due to Lidar support for YD Lidar S4B)
Install:
sudo apt install libpaho-mqtt-dev libpaho-mqttpp-dev mosquitto-dev mosquitto-clients
- in addition to other packages required for normal compile
This should allow the teensy interface to compile.
Documentation
For Paho-mqtt, see https://eclipse.dev/paho/files/paho.mqtt.python/html/index.html