Laundry Room Monitor
This started as a quick project to provide an alarm and phone notification when a water leak was detected in our second floor laundry room. A couple of years ago …
This started as a quick project to provide an alarm and phone notification when a water leak was detected in our second floor laundry room. A couple of years ago …
Recently, one of serious air pollution issue is fine dust. And it charges a lot of portion.
We need to monitor an air quality and handle this! Before we figure out it, looking up how to monitor an air quality.
First of all, This example give us information that is how much it will cost to make it.
It says total cost for this project is about $ 150. Also there are Components info that all you need and Youtube/Github link.
If you want to make an IoT Smart home, It will be nice 🙂
I made a weather station connected to the internet. It measures temperature, humidity, UV index, rainfall and it calculates few more important meteorological values. It then sends this data to weathercloud.net, which has nice graphics and UX. It also has a weather web camera. It cost me around 150€. I made this station as my school project.
This guide is just the tip of the ice berg to build a complete home automation project using Arduino. We will build a Ethernet controlled home automation to control 3 LED’s or switches in your room.
This tutorial explains how to control a LED from PC using Arduino ethernet shield. The Arduino ethernet shield is use WIZnet W5100 ethernet chip.
In this Project we will use Arduino and Ethernet shield W5100 to create a simple Web server.Using the Ethernet library, the device will be able to answer a HTTP request with the Ethernet shield. After opening a browser and navigating to the Ethernet shield’s IP address, the Arduino will respond with just enough HTML for a browser to display the data
This tutorial describes how to connect internet via Arduino ethernet w5100 and control the LED.
The project presented here it is a TCP/IP socket system between an Arduino Ethernet Shield and a program running in a laptop elaborated by Processing. To demonstrate a total communication between the client and the server of the TCP/IP socket, I’ve designed a program in which the data sensors are represented in the screen and when a button is pushed, the client or the server respond with a light.
In this video, you can check current temperature, maximum temperature and minimum temperature through web server.