Client Setup

Now set up the client.

Sensor Hub Set Up

The Node software is available from Github/HiveScientiaNode You will need an SD Card and populate it with the files included in the following sdcardfiles.zip. Configuration The node.ini file starts with the following section. You will need to complete… Read More

Python Config

If you are running multiple projects on your machine you may at this point want to set up a virtual python environment. The key advantage of a venv is that project libraries are kept separate from the system… Read More

PI and MQTT.

MQTT stands for Message Queuing Telemetry Transport (Right or wrong, for ease I pronounce it MUTT with a q-like emphasis on the U). We use this protocol to send messages between our nodes and base station.