yunayena / arduino_post_values

Program that sends sensors values from an Arduino board to an RESTful API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Post Values

Program that sends sensors values from an Arduino board to an RESTful API.

About

This is an example of how to send values from sensors connected to an Arduino board to a web application through a RESTful API. For this example, I used a very simple web application that I made for sampling purpose (you could find it here).

It uses an ENC28J60 Ethernet chip and a DHT11 Temperature and humidity sensor.

Original author

Iván González, a.k.a dreamingechoes

Schema

This is a schema of the setup made with Fritzing:

Schema

Dependencies

You will need to download and add to your Arduino IDE this two libraries:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Arduino Post Values is released under the MIT License.

About

Program that sends sensors values from an Arduino board to an RESTful API.


Languages

Language:Arduino 100.0%