This channel if for recording virtual geofencing data and feed them to mobile app.
Calculating the force generated by the wind, heat index generated by the temperature and humidity and the wind pressure
#include <WiFi.h> #include "secrets.h" #include "ThingSpeak.h" // always include thingspeak header file after other header files and custom macros char ssid[] = SECRET_SSID; // your network SSID (name) char pass[] = SECRET_PASS; // your netwo
Raspberry Pi based Weather Monitoring for temperature , Pressure and humidity