Skip to content

Setting up arduino with ethernet shield to remotely read the temperature in my room

Notifications You must be signed in to change notification settings

habhabhab/arduino-remote-temperature-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

arduino-remote-temperature-reader

Setting up arduino with ethernet shield to remotely read the temperature in my room

What is needed

  • arduino with temperature measurement from the "official arduino starter kit" as found on amazon
  • ethernet shield 2 as found on amazon as well

What it does

Sets up a server, runs the code for reading voltages and calculating the temperature, and prints out a simple html page that can be called from any device/browser in the network.

If you want to be able to call it from outside your local network, you need to enable port-forwarding in your router. There are many tutorials out there that explain this process for many different routers. Please be aware that this might be a security risk.

What are my future plans

I want to set up a dashboard that allows me to see all the data that was collected in the past and be displayed in a really fancy way. However, right now I am not sure as to how I will do this. The possibilities are endless, but I don't want to spend money on hardware right now.

Sources

About

Setting up arduino with ethernet shield to remotely read the temperature in my room

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages