Arduino GPS – Vehicle Speeding Log and Alert
This project logs and alerts when a speed limit value is passed. You can assign a value as a Speed Limit and when that speed is passed the Red LED lights up, and the location […]
This project logs and alerts when a speed limit value is passed. You can assign a value as a Speed Limit and when that speed is passed the Red LED lights up, and the location […]
This project shows you how to create a tracking device that logs location and speed of the device to an SD card, and also displays the infromation to an LCD Screen. Notes: We use an […]
This project uses the Adafruit Ultimate GPS Module, an Arduino Uno with WiFi and a 20×4 I2C LCD Screen to display your location in Degrees and show your speed of travel. Note: When I did […]
You can send commands to your Arduino Uno with WiFi thorough connection URL’s with wget on Linux. This is a simple way to add Arduino Commands to your scripts and web apps. wget https://www.gnu.org/software/wget/ http://manpages.ubuntu.com/manpages/bionic/man1/wget.1.html […]
You can use an Arduino Uno with WiFi to constantly check on the ping response from servers and networked devices. Libraries Required for this Demonstration: Adafruit SSD1306 Adafruit GFX Note: Remember to change the I2C […]
You can ping servers by domain name or IP address and use the response time as a value for a variable. Functional Parts in the Project: Arduino WiFi Rev 2 – https://store.arduino.cc/usa/arduino-uno-wifi-rev2
You can send SMTP (email) notifications using an Arduino Uno with WiFi and a web server with PHP using the mail() function in PHP. You POST data to the web server from the Arduino and […]
This project shows you how to send data to a server with POST from an Arduino Uno with WiFi and to have the server parse the data using a PHP script. Functional Parts in the […]
This project shows you you to create a visual alert to notify you if your internet service has gone down. Functional Parts in the Project: Arduino WiFi Rev 2 – https://store.arduino.cc/usa/arduino-uno-wifi-rev2 Breadboard Kit – https://amzn.to/2Xih5ei 560 Piece […]
This project shows you how to use an LED to notify users when the Arduino Uno with Wifi has connected to the wireless network. Functional Parts in the Project: Arduino WiFi Rev 2 – https://store.arduino.cc/usa/arduino-uno-wifi-rev2 Breadboard […]
This project shows you how to build a temperature alert system that will allow you to manually trigger a fan to turn on or off from hyper links. NOTE: This project can be a bit […]
This project shows you how to turn an LED on and off through a web browser. Functional Parts in the Project: Arduino WiFi Rev 2 – https://store.arduino.cc/usa/arduino-uno-wifi-rev2 Analog Temperature Sensor – https://amzn.to/2Rkkl3k Breadboard Kit – https://amzn.to/2Xih5ei 560 Piece […]
This project displays the temperature on a web page that auto refreshes. The color of the temperature readout changes based on the temperature. Functional Parts in the Project: Arduino WiFi Rev 2 – https://store.arduino.cc/usa/arduino-uno-wifi-rev2 Analog Temperature […]
You can use an Arduino Uno WiFi board to create sensors that are web accessible. This project allows you to read the temperature through a web browser. Note: I found that the 5V pin on […]
Arduino Uno WiFi Rev 2 Board allows you to communicate with an Arduino over TCP/IP 4 WiFi networks. Note: Make sure to select the Arduino Uno WiFi Rev2 board under Tools -> Board Arduino WiFi […]