https://github.com/woxy-sensei/casino-arduino
This project is an exciting simulation of a roulette game using Arduino. The main objective of the project is to represent a roulette wheel using the rotation of LEDs. The project only requires button presses for interaction. This repository includes the circuit diagram, Arduino code, and other project-related resources.
https://github.com/woxy-sensei/casino-arduino
arduino casino casino-games
Last synced: 3 months ago
JSON representation
This project is an exciting simulation of a roulette game using Arduino. The main objective of the project is to represent a roulette wheel using the rotation of LEDs. The project only requires button presses for interaction. This repository includes the circuit diagram, Arduino code, and other project-related resources.
- Host: GitHub
- URL: https://github.com/woxy-sensei/casino-arduino
- Owner: WoXy-Sensei
- Created: 2023-07-22T08:16:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T08:32:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T10:32:24.908Z (3 months ago)
- Topics: arduino, casino, casino-games
- Language: C++
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Arduino Nano Roulette Project

## About the Project
This project is an exciting simulation of a roulette game using Arduino. The main objective of the project is to represent a roulette wheel using the rotation of LEDs. The project only requires button presses for interaction. This repository includes the circuit diagram, Arduino code, and other project-related resources.
## Requirements
To run the project, you will need the following components:
- Arduino Nano microcontroller
- 5x 74HC595 shift registers
- 37x LEDs
- 1x 220 ohm resistor
- Buzzer## Circuit Diagram
The circuit diagram is shown below:

The circuit diagram image is available in the file "circuit.png".
## Arduino Code
The Arduino code is available in the file "casino.ino". You can use the Arduino IDE or any compatible platform to open and upload the code to your Arduino Nano microcontroller. Once the code is uploaded, your roulette wheel will start spinning, and you'll be ready to place your bets!
## Important Notes
- Be mindful of the correct voltage and current values while running the project.
- Avoid incorrect connections during the circuit assembly.
- Do not use this project for any form of gambling; it's purely for entertainment purposes.## Contribution
If you would like to contribute to this project or fix any issues, feel free to submit a "Pull Request" on GitHub or open an "Issue" to discuss the changes.