Hacker News new | ask | show | jobs
Show HN: I made my own RFID poker table (smartpokertable.com)
11 points by ivo_ovcharov 780 days ago
Hey, my name is Ivo and I'm a startup enthusiast.

I'm a huge poker fan and I've been watching poker streams for a while. I always wondered how they do it how they display those cards on the screen, do they have somebody watching the cameras and entering all this data manually, is there a fancy image recognition AI model in the background?

It appeared to be much simpler with the help of RFID. Each card has an RFID chip with a unique ID, and each player has an RFID scanner below the table, once the scanner detects the cards voilĂ  we know what card the player has.

Once I found how it worked I had to do it myself, I found RFID readers that would do the job and I got RFID cards from Alibaba, the real challenge was the code behind it, I had to write a Node.js application that converts ID's to cards, calculate chances, populate players and more, the use of Elgato Stream deck was also handy I wrote a small app that interacts with the Node application so we can fold players and take actions from the stream deck. Once I had it on I couldn't resist making a platform with card history, player management, and a dealers panel.

1 comments

Wow, that's very very cool!
Thanks, I'm glad you liked it!