Skip to content

dottorconti/Mec2Digit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mec2Digit

Mec2Digit is an open source project for controlling and driving 7-segment digital displays using a microcontroller.
This repository contains both the hardware design (KiCad) and the firmware (Arduino IDE).

Repository Structure

Mec2Digit/
│
├── firmware/   # Source code for Arduino IDE
├── hardware/   # Schematics and PCB developed in KiCad
└── old/        # Legacy files and projects (ignored from version control)

Description

Mec2Digit provides all you need to build a complete system for driving digital displays—ideal for counters, timers, and human interface devices with segment displays.

  • Hardware: Circuit schematic and board layout with KiCad.
  • Firmware: Arduino code for the microcontroller.

Requirements

  • Hardware:

    • Arduino-compatible microcontroller
    • 7-segment display
    • Additional components listed in hardware/BOM
  • Software:

Getting Started

1. Clone the repository

git clone https://github.com/dottorconti/Mec2Digit.git

2. Firmware

  • Open the firmware/ folder with the Arduino IDE.
  • Select the correct board in the IDE.
  • Compile and upload to your microcontroller.

3. Hardware

  • Open the hardware/ folder with KiCad.
  • View, edit, or export Gerber files for PCB fabrication.
  • Check the bill of materials (BOM) for the components list.

Contributing

Pull requests and issues are welcome! Please open issues here.

License

This project is licensed under the MIT License—see the LICENSE file for details.


@dottorconti / Mec2Digit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published