diff --git a/content/posts/automated-poker-table/index.md b/content/posts/automated-poker-table/index.md index ae6ccb7..6c17ab7 100644 --- a/content/posts/automated-poker-table/index.md +++ b/content/posts/automated-poker-table/index.md @@ -1,5 +1,5 @@ --- -title: "Automated Poker Table" +title: "Automated Poker Table (B-I-K-E)" date: 2023-04-11T09:00:00+00:00 description: Introduction to Sample Post hero: images/bike_dealer.jpg @@ -13,14 +13,24 @@ menu: tags: ["Arduino", "Python", "Raspberry Pi", "I2C", "Stepper Motors"] # categories: ["Basic"] --- +The B-I-K-E (Best in Kard Entertainment) Poker Table is a capstone project for the Northeastern University Electrical and Computer Engineering program. + + +Collaborated with: +- [Connor Nelson](https://connornelson.info/) +- [Chris Swagler](https://www.linkedin.com/in/christopher-swagler/) +- [Tyler Passerine](https://www.linkedin.com/in/tyler-passerine-7ab51a1a2/) +- [Adin Moses](https://www.linkedin.com/in/adin-moses/) +- [Jackson Heun](https://www.linkedin.com/in/jack-heun-07b90017a/) +- [Professor Canek Fuentes](https://www.linkedin.com/in/canek-fuentes-79373711/) An automated system that creates a seamless home-game experience by automating the tedious and repetitive tasks that occur during a game of cards while lowering the barrier of entry of knowledge for complex games, focusing on Texas Hold 'Em Poker as a proof of concept.
- +
-**Update (April 11, 2023): We won first place at the [Northeastern ECE Capstone Expo](https://coe.northeastern.edu/news/2023-capstone-projects/)!** +**Update (April 11, 2023): We won first place at the [Northeastern ECE Capstone Expo](https://coe.northeastern.edu/news/teams-share-top-honors-in-electrical-and-computer-engineering-capstone-presentations/)!** ## System Overview The main compute for the B-I-K-E Poker Table is a Rasperry Pi 4B. The Pi is operating on native Ubuntu and will run our main program written in Python (3.10.6). The main program will facilitate the Poker logic and delegate low-level control to Arduino Unos and a Nucleo 32 via serial connection.