progyadeep / codart_2019_dart_board

All source codes and circuit designs of the elctronic dart board used in ACMVIT's CODART 2019.

Home Page:https://codart.acmvit.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codart 2019 electronic Dart Board

What is Codart?

It is an annual programming competition organized by ACM VIT Student chapter where participants are given questions to solve based on the score they earn on the dart board - the higher the score, the easier the question and vice versa.

This repository...

...contains the circuit designs and source codes that the electronic dart board was made using.

Electronic DART BOARD?

It is a (somewhat) regular dartboard with sensors fitted on it that will detect which region the dart hit. The sensors are connected to an Arduino UNO microcontroller that receives the input from the sensors and accordingly sends a message to the serial communication stream. A Python code receives this data through the stream and sends the data to a server (locally hosted on the same computer) that serves the questions to the participants to their computers that are connected to this server through LAN/WIFI.

Files

  • /arduino/sensor contains the code running on the UNO micro-controller
  • /python contains the python code that routes the data to the server (and other relevant files)
  • /design contains images of the circuit diagram and an illustration of the physical structure of the dart board.

About

All source codes and circuit designs of the elctronic dart board used in ACMVIT's CODART 2019.

https://codart.acmvit.in


Languages

Language:Python 53.6%Language:C++ 46.4%