tatemazer / AcaiaArduinoBLE

Acaia Scale Gateway using the ArduinoBLE library for devices such as the esp32 and other Bluetooth-enabled Arduino compatible hardware.
MIT License
40 stars 6 forks source link

How to get mac address of scale? #8

Closed SirusPTB closed 3 months ago

SirusPTB commented 3 months ago

How to get mac address of scale?

FelixMau commented 3 months ago

You can simply connect your scale via Bluetooth to your (Android) smartphone or Computer then you should be able to see the Mac Adress. As far as I know the Acaia is usually in Pairing mode.

SirusPTB commented 3 months ago

Thanks for the feed back but where exactly can I see it? What Android app I have tried several and can't see the mac address.

FelixMau commented 3 months ago

If you go to your Bluetooth settings a device connected should look something likee this:

Screenshot_20240503-161211~2

tatemazer commented 3 months ago

Hi SirusPTB, I hope you were able to find your MAC address. If not, I also like to use the example code in the ArduinoBLE library Found in the Arduino IDE under File/Examples/ArduinoBLE/Central/PeripheralExplorer. This will list the MAC addresses as the device scans for them.