Giter Site home page Giter Site logo

sim800's People

Contributors

aabmets avatar aspenforest avatar mortuus-medicus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sim800's Issues

smsRead

Hello, you could publish an example of smsRead, I can not make it work, Thanks

Delay caused by `smsSend()`?

Hey there!

I have a query regarding the smsSend() function โ€” I have an array of buttons and an accompanying LED to show that the buttons are working as expected.

With the LED, it works โ€” if I press a button, the LED turns on, and switches of when I release said button.

However, if I place the smsSend() function in that same context, the LED stays on for a few seconds even if I've released the button. Does the smsSend() function cause any delays in the loop?

Many thanks in advance.

Error when compiling on ardunio

When i included the SIM800.h into my sketch and compiled the program I got an error message say that the sim800.h was defined as extern and that the 800.cpp was defined as static (at the bottom of the files). I had to change the sim800.cpp to extern to get it to work.

Is this problem?

Call Doubt

Hi,

I found this library and I've a simple doubt to be able to use it. From what I know when the module is receiving a call it sends a specific message. How this is handled by the library, is there a callback function that is called whenever a call is received by the module? I couldn't figure it out from the code.

Thank you.
Jean Mousinho

If my URL is dynamic, how do I transmit the get variable?

If my URL is dynamic, how do I transmit the get variable?
SIM.ipBearer(SET, "3,1,\"Contype\",\"GPRS\""); // Configure profile 1 connection as "GPRS" SIM.ipBearer(SET, "3,1,\"APN\",\"internet\""); // Set profile 1 access point name to "internet" SIM.ipBearer(SET, "1,1"); // Open GPRS connection on profile 1 delay(1500); SIM.ipBearer(SET, "2,1"); // Display IP address of profile 1 delay(1500); SIM.httpInit(EXE); // Initialize HTTP functionality SIM.httpParams(SET, "\"CID\",1"); // Choose profile 1 as HTTP channel delay(1500); SIM.httpParams(SET,this is dynamic ); // Set URL to www.sim.com

I'm Complete Noob here

I want to use your library but I have no idea how and where to start. specifically on Receiving SMS and Sending data to HTTP, your examples are Sending SMS and Receiving/Reading data from HTTP. Do you have a example for the specific code that I need or some tutorial when using your library?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.