Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 679 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 679 Bytes

Arduino-Datalogger

A small project for an Arduino project in school.

###The main goals now are:

  • registrating People entering a room
  • create a list of the people entering, with the time they enter
  • generating a table with the fequency of people entering per certain amount of time
  • Rendering things on a composite TV
  • creating a graph on the screen of people entering

###secondary goals are:

  • making the graph scalable.
  • adding the possibility to set time, so the enteries of people entering have a absolute time assigned to them.
  • creating readable history files.
  • making a GUI to select files from history
  • make history files exportable.