Skip to content

dreamingechoes/arduino_post_values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Arduino Post Values

Program that sends sensor values from an Arduino board to a RESTful API. You can see the usage on this post.

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 sensor values from an Arduino board to a RESTful API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%