Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.36 KB

FireArdPy

ArdPy7SegmentCounter is an Arduino Based Project to count 1-9 Ascending/Descending using Python3 and 7 Segment Display.

Prerequisite:

  • Basic knowledge to Programming (Python).
  • Basic knowledge of Electronics.

Requirements:

Python3 Arduino Uno R3 Kit

Installation:

  1. Connect your Arduino Uno R3 to your computer.

  2. Upload a Standard Firmata on your Arduino using Arduino IDE.

  3. Install requirements for Python3:
    pip install -r requirements.txt
    pip3 install -r requirements.txt

  4. Follow the Circuit Diagram: Diagram 7 Segement

  5. Run command:
    Windows
    python fireArd.py
    Linux
    python3 fireArd.py

Compatibility License