An open API service indexing awesome lists of open source software.

https://github.com/zarox28/arduino-7-segment

Simple 7-segment Lego display
https://github.com/zarox28/arduino-7-segment

7segment arduino lego

Last synced: about 1 month ago
JSON representation

Simple 7-segment Lego display

Awesome Lists containing this project

README

          


Arduino - 7-Segment





> Version: **1.0.2**

---

## Table of Contents

- [About](#about)
- [Components](#components)
- [Schematic](#schematic)
- [Images](#images)
- [Installation](#installation)
- [Usage](#usage)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [License](#license)
- [Authors](#authors)

## About

This is a simple Lego 7-segment display made with Arduino.

> **Note:** This project can be used for any project that uses a 7-segment display.

## Components

- 1x Arduino Uno
- 1x 4x4 Keypad
- 1x Buzzer
- 25x Leds
- 5x 100 Ohm Resistors
- Some wires

## Schematic

![Schematic](assets/wirering.png)

## Images








## Installation

1. Clone the repository
2. Open the `7-segment.ino` file with the Arduino IDE
3. Upload the code to the Arduino Uno

## Usage

1. Connect the Arduino Uno to the computer
2. Press the `*` key to start the counter
3. Press the `#` key to start the reverse counter
4. Press another key to display corresponding number or letter

## Changelog

See [CHANGELOG](CHANGELOG.md) for changes

## Contributing

Contributing is disabled for this repository

## License

This project is licensed under the AGPL v3 License - see the [LICENSE](LICENSE.md) file for details

## Authors

- **[@Zarox28](https://github.com/Zarox28)**