Giter Club home page Giter Club logo

tap's Introduction

Thermo-Aggregation Project -- T.A.P.

Project Link

We built an open-source system to alert public health officials about communities that may be at high risk for flu and infectious disease outbreaks. Using infrared non-contact thermometers affixed to Arduino devices in public places, we passively collect human temperatures and feed that data realtime to our servers. Our systems then identify communities with statistically significant amounts of abnormal temperature readings to notify authorities about communities with potential public health concerns.

In addition to promoting public health goals, we also make all of our code free and available for other Arduino enthusiasts. This code is particularly useful for students who want to learn more about connecting Arduino devices to WiFi and APIs since there is limited documentation on this topic.

Details

Data is collected from infrared thermometer sensors built on Arduino Uno boards. One of the benefits of using an infrared thermometer is that it can collect temperature data quickly and without actually making contact with a person. This means that an Arduino device with an infrared thermometer sensor could be affixed to a building entrance and collect and transmit temperature data for every person that walked by it, providing hundreds of data points a day. This application will work best when we have devices all over the country collecting and publishing information. Stay tuned for more information regarding how to build or acquire your own Arduino device and post data to our site!

In order to contribute to this open source project, people can:

  • upload data through their own Arduinos (instructions will be provided for this)
  • or if they have no access to an Arduino and its sensor modules, people can also upload data with CSV files.

How To Contribute Data

For People Who Want To Upload CSV Files:

The files must be formatted as .csv. All temperatures are in Fahrenheit.

  1. Once on the main map view, click on "Upload Data".

  2. The data must be arranged in this sequence:

    [infrared-sensed-temperature],[humidity],[mq_2 (flammable gasses)]
    

    An example would be:

    85.0,0.8,75.0
    86.0,0.7,76.0
    87.0,0.9,78.0
    85.0,0.8,75.0
    86.0,0.7,76.0
    

For People Who Want To Upload Data Through Their Arduinos

Hardware:

The model of Arduino that we used was the Uno.
These are the sensor modules that we have attached so far:

  • Adafruit_MLX90614 = the infrared & ambient temperature sensor
  • DHT = the humidity sensor
  • MQ-2 Gas Sensor = the flammable gasses sensor

You may use newer or better sensors than what was used here.

How To Program The Arduino:

The code that we used to program the Arduino is code that was modified from these:

To see how we put it all together, here is our example:

Contributor List (In Alphabetical Order)

(Credit goes to Thomas Huang for designing our logo.)

License

MIT

tap's People

Contributors

jonwhuang avatar supermikol avatar walterkerr avatar bernicechua avatar luxcodes 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.