Is there a similar ring with NFC? I have no use for the smart health thingies, which really look like a data driven health gimmicks to me. NFC on the other hand I could find hundreds of applications, from payment to access and transport cards.
Python client for the $20 Colmi R02 smart ring
21–30 of 125 posts
Re: Python client for the $20 Colmi R02 smart ring
#22Is there a similar ring with NFC? I have no use for the smart health thingies, which really look like a data driven health gimmicks to me. NFC on the other hand I could find hundreds of applications, from payment to access and transport cards.
So for anything other than systems you control or are good friends with the IT guy for, you're out of luck.
Re: Python client for the $20 Colmi R02 smart ring
#23At a quick glance this looks cool! I just have a hard time justifying things like this when the apple watch + iphone work so well. But i'm sure at some point the apple experience will get worse and push people to other OS like windows is
If this is how you feel about technology why are you not on the verge instead of HACKER news?
Re: Python client for the $20 Colmi R02 smart ring
#24Is there a similar ring with NFC? I have no use for the smart health thingies, which really look like a data driven health gimmicks to me. NFC on the other hand I could find hundreds of applications, from payment to access and transport cards.
Getting secure tokens (like payment, door unlock, etc) is possible but can be complicated. The ring is a small target, so not always easy to find the received if you're using it with a phone.
Oh, and the software is low level and finickity. I managed to accidentally set mine to read only mode permanently.
Review at https://shkspr.mobi/blog/2024/02/giving-the-finger-to-mfa-a-...
Re: Python client for the $20 Colmi R02 smart ring
#25Is there a similar ring with NFC? I have no use for the smart health thingies, which really look like a data driven health gimmicks to me. NFC on the other hand I could find hundreds of applications, from payment to access and transport cards.
The problem with that idea is that all secure implementations of RFID lock the user out, meaning you can't just buy an NFC ring/fob/implant and copy your bank card or transit card onto it. The only implementations where the user can do that are terribly insecure and, while still commonly used, are slowly getting phased out. So for anything other than systems you control or are good friends with the IT guy for, you're…
The things is 99.9% of access cards (where I leave at least) are default-encrypted mifare classic, making cloning trivial. Transport cards are an other beast since they have their own backlog and proper encryption, but there are ways.
So all in all, dumping the card is not the issue for me, it's the medium on which to put the clones that is still a question mark.
The "NFC sticker on the back of the phone" is cool because it's almost as if your phone opens the door (stock android won't let me easily swap NFC SC ID), but NFC is fidgety when multiple chips are in close proximity, leading to frequent misses.
I have found multi-chips NFC cards on Ali Express. These are basically a single antenna wired to an array of chips directed by a keypad. That seems viable on paper but you still get to carry the card and press the right switch.
The ideal solution would be a smart ring with a reflashable NFC chip, along with a programmable MCU to implement the rolling logic between cards.
Re: Python client for the $20 Colmi R02 smart ring
#26Re: Python client for the $20 Colmi R02 smart ring
#27This looks interesting - is there a comparable ring that also has a temperature sensor? It would be interesting to be able to determine if you're sick a day or two ahead like an Oura ring or Apple's new Vitals app for Apple Watch using an open source app. Alternatively, does anyone know if it's possible with the sensors just in this ring?
Re: Python client for the $20 Colmi R02 smart ring
#28Re: Python client for the $20 Colmi R02 smart ring
#29Re: Python client for the $20 Colmi R02 smart ring
#30I bought for $20 a bed lamp that comes with led lights, bluetooth receiver, clock and alarm clock, and wireless charging for my iphone. It has a microphone to stream all my conversations god knows where, though its purported purpose is to listen me sing and pulse the lights according to the pitch.
It comes with a convenient app to set the clock and the lights. But due to a glitch in the software, the alarm goes off every night at 01:00 AM. I haven't been able to disable that via their official app; no real programmers were used making that thing. But there probably is a bug in their bluetooth stack that would allow me to become root of the lamp and fix it myself...if I had the time.
I wish hardware makers for off-brand products would include a minimal hacking kit in their boxes.