Skip to main content

Posts

Featured

Gps with blynk

#include <TinyGPS++.h> #include <SoftwareSerial.h> #define BLYNK_PRINT Serial #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> static const int RXPin = 12, TXPin = 13;   // GPIO 12=D6(conneect Tx of GPS) and GPIO 13=D7(Connect Rx of GPS static const uint32_t GPSBaud = 9600; //if Baud rate 9600 didn't work in your case then use 4800 TinyGPSPlus gps; // The TinyGPS++ object WidgetMap myMap(V1);  // V0 for virtual pin of Map Widget SoftwareSerial ss(RXPin, TXPin);  // The serial connection to the GPS device BlynkTimer timer; float spd;       //Variable  to store the speed float sats;      //Variable to store no. of satellites response String bearing;  //Variable to store orientation or direction of GPS char auth[] = "089da62728c34c9b92ad798ae301f25d";              //Your Project authentication key char ssid[] = "Balaji";    ...

Latest Posts

SOURCE CODE FINGERPRINT SENSOR WITH ARDUINO

TV REMOTE LIGHT ON

Source code for gas sensor with nodemcu with blynk

Source code for gas sensor with nodemcu

Source code for ultrasonic with node mcu

Temperature and humidity check