Pairing with MacOS devices
bedeabc
Posted: 25.10.2022 18:10
Modified: 21.11.2024 05:40
If it is possible to pair an Aranet4 device with a device running MacOS, how does one do it?
I have a 2021 M1 Pro MacBook Pro (bluetooth 5) and the Aranet4 never appears in the Bluetooth devices panel. My device pairs and works with my iOS device flawlessly.
The Python library Pyaranet4 suggests that the device can pair with MacOS devices. Part of my motivation for purchasing this device was to use this library to programatically process the sensor data.
https://github.com/stijnstijn/pyaranet4
aranet-techsupport
Posted: 26.10.2022 09:32
Modified: 26.10.2022 09:33
Hello bedeabc,
The Aranet4 can be paired, please try these steps:
- Take out batteries of the Aranet4 device;
- Set jumper switch in the battery compartment for Bluetooth service in OFF (down) position, then back to ON (Up) position;
- Put batteries in the correct polarization again inside the Aranet4 (both batteries in the same direction with + pole on the left side);
If you continue to struggle you can also write to us to the Support email support@aranet.com ,
Also, you might be interested in this link as well for your purposes with the device: https://pypi.org/project/pyaranet4/1.0.0b2/
Best Regards,
Support Team.
bedeabc
Posted: 29.10.2022 03:16
Modified: 29.10.2022 03:17
Thank you. I have tried removing the batteries, resetting the bluetooth jumper as advised, and replacing the batteries in the correct orientation. I still cannot see the Aranet4 in the bluetooth devices menu nor pair with it. The link you have provided points to the same code to which I originally linked. I will contact support by email. Thanks
rdlaner
Posted: 23.11.2022 21:35
@bedeabc,
I'm having the same issue as well. Did you have any luck finding a way pair the Aranet4 to your mac?
bedeabc
Posted: 24.11.2022 03:06
Unpairing or disabling Bluetooth on a paired phone helped, but ultimately I wrote a Bluetooth client for the aranet4 which triggers pairing itself with the nearest aranet4 if not already paired. But yes, problem solved : )
https://github.com/bede/claranet4
You have to log in to reply.