Show HN: Smartlock your Mac with any Bluetooth device, not only the Apple Watch
1–7 of 7 posts
Re: Show HN: Smartlock your Mac with any Bluetooth device, not only the Apple Watch
#2On macOS (Mojave, Catalina, ...) you can lock/unlock the computer with an Apple Watch by proximity. But I don't want an Apple Watch...
So I made a program to replicate this feature. It connects to any (classic) Bluetooth device and keeps monitoring the intensity of their Bluetooth signal (rssi). When it is below a threshold (defined by the user) it locks the computer. When it is above it unlocks.
Unlike Apple's version, my program doesn't require WiFi and works even with older Macs that don't support Auto Unlock. However it doesn't handle admin login or does 2-factor authentication, yet. That might come later.
I posted here before a Windows version[0], but it only works with Android phones.
Re: Show HN: Smartlock your Mac with any Bluetooth device, not only the Apple Watch
#3Re: Show HN: Smartlock your Mac with any Bluetooth device, not only the Apple Watch
#4Nice. How does it compare with this? https://github.com/ts1/BLEUnlock
My solution uses classic Bluetooth, which is static MAC by default, therefore you can use Apple, Android, Tizen or even some Bluetooth tags.
Re: Show HN: Smartlock your Mac with any Bluetooth device, not only the Apple Watch
#5Hi all, author here. On macOS (Mojave, Catalina, ...) you can lock/unlock the computer with an Apple Watch by proximity. But I don't want an Apple Watch... So I made a program to replicate this feature. It connects to any (classic) Bluetooth device and keeps monitoring the intensity of their Bluetooth signal (rssi). When it is below a threshold (defined by the user) it locks the computer. When it is above it unlocks.…
Re: Show HN: Smartlock your Mac with any Bluetooth device, not only the Apple Watch
#6Hi all, author here. On macOS (Mojave, Catalina, ...) you can lock/unlock the computer with an Apple Watch by proximity. But I don't want an Apple Watch... So I made a program to replicate this feature. It connects to any (classic) Bluetooth device and keeps monitoring the intensity of their Bluetooth signal (rssi). When it is below a threshold (defined by the user) it locks the computer. When it is above it unlocks.…
Is there any version for Windows which works with any Apple Device or any Bluetooth Device besides Android phones?
I'd have to create an app for Apple devices to connect to Windows and allow rssi readings. But I don't have the time to do it now.
Re: Show HN: Smartlock your Mac with any Bluetooth device, not only the Apple Watch
#7Hi all, author here. On macOS (Mojave, Catalina, ...) you can lock/unlock the computer with an Apple Watch by proximity. But I don't want an Apple Watch... So I made a program to replicate this feature. It connects to any (classic) Bluetooth device and keeps monitoring the intensity of their Bluetooth signal (rssi). When it is below a threshold (defined by the user) it locks the computer. When it is above it unlocks.…