Code Monkey home page Code Monkey logo

ssucoronaproject_client's Introduction

ssuCoronaProject_Client

Dependencies

~$ sudo apt-get update
~$ sudo apt-get upgrade
~$ sudo apt-get install -y python3-gtts
~$ sudo apt-get install -y python3-pyqt5
  • PyQt5.QtMultimedia
~$ sudo apt-get install -y python3-pyqt5.qtmultimedia

Usage

  • Install
~$ git clone https://github.com/poby123/ssuCoronaProject_Client
  • Execute
~$ cd ssuCoronaProject_Client
~/ssuCoronaProject_Client$ python3 main.py
  • Note
    SPI통신과 일반 setmode의 차이로 2020.12.09 현재, RaspberryController.py의 11번째 줄 GPIO.setmode(GPIO.BCM) 이 부분을 주석처리하고 python3 RaspberryController.py를 실행했다가, 다시 주석을 풀고 python3 main.py를 실행해야한다. 이 과정은 라즈베리파이 부팅 후 한번만 거치면 되지만, 한 번도 하지 않을 경우, 아무런 경고메시지 없이 NFC 인식이 안되는 오류가 발생한다.
        GPIO.setmode(GPIO.BCM) # 이 부분
        self.nfc_reader = MyMFRC522(interrupt)
        self.interrupt = interrupt

Software Structure

설계도

Circuit

회로도

Frame Modeling

3D 프린터를 통해서 인쇄할 예정이었으나, 불가능하여 폼보드를 통해서 제작. 이 때문에 실제 3D 프린터로 인쇄할 때 고려해야 할 크기 등 다른 요소는 생각하지 못했다. 프로그램은 FUSION360을 사용하였다. image

ssucoronaproject_client's People

Contributors

bflykky avatar mygarden797 avatar poby123 avatar soojeongmin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.