Now the fun begins
We will start by instlling the Aranet4 Software:
We will use https://pypi.org/project/aranet4/ this as a reference.
-
- Install the Aranet4 softwar:
- run the commands on the Pi terminal:
pip3 install aranet4- (Note: The installation process is time-consuming. It took me approximately 10 hours or more, even with a reliable Wi-Fi connection.)
- sudo reboot now
sudo apt install bluetooth pi-bluetooth bluez blueman(note you will need to answer with a Y)
- Pair device:
sudo bluetoothctl- Open bluetoothctl with the above command
- You will need to have yourt Aranet4 close by.
- Scan devices:
scan on - When founded your device, stop scan: type:
scan off - Pair device:
pair <DEVICE_ADDRESS>- This will ask for a number off the Aranet4
- after successfully paired run info <device address>

- be sure Paired is yes and Trusted yes
- If trusted no run trust <device address>
- Trusted yes
- Exit from bluetooth ctl:
exit
- Install the Aranet4 softwar:
-
-
- if running gets a time out error do the follwing
- run this on theis line command:
- sudo systemctl restart bluetooth
- if you get this error “Failed to start discovery: org.bluez.Error.NotReady” run “rfkill unblock all”
-