Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by pokhraj_d

  1. P

    Send GPS info over internet

    Hi, I have GSM+GPS 808 Module. I want to send GPS data to TCP server over internet. I did the following sketch: #include <SoftwareSerial.h> #define RXPIN 6 #define TXPIN 5 char ip_data [40]="This is sms from GSM"; SoftwareSerial myGsm(TXPIN , RXPIN); //5 is for TX and 6 is for RX void setup()...
  2. P

    [Moved] SIM 808 Not working as expected

    Hello , I have SIM 808 with GSM module. I have used the below command for testing.. #include <SoftwareSerial.h> #define RXPIN 4 #define TXPIN 5 SoftwareSerial gpsSerial(TXPIN , RXPIN); //4 is for TX and 3 is for RX void setup() { Serial.begin(4800); gpsSerial.begin(4800); // connect gps...

Part and Inventory Search

Back
Top