GithubHelp home page GithubHelp logo

elementzonline / arduino-sample-codes Goto Github PK

View Code? Open in Web Editor NEW
32.0 32.0 70.0 14.7 MB

Arduino Sample Codes for Elementz products

Home Page: https://www.elementzonline.com

License: GNU General Public License v2.0

C++ 53.62% HTML 0.13% C 45.28% Shell 0.11% Python 0.86%
arduino arduino-uno

arduino-sample-codes's People

Contributors

dhanishvijayan avatar elementzonline avatar kartechnology avatar meenakshymohan avatar saranyapu 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arduino-sample-codes's Issues

+CMQTTSTART: 23 ERROR

Hi :)This not for reporting an issue, it's a question. I'm trying to make your code work but there is an error right after the Serial.println("AT+CMQTTSTART"); . The response of the error is:

+CMQTTSTART: 23

ERROR,
which from the datasheet of my SIM7600E-H module means "network is opened". I can't really understanding what that means. I was wondering if it had happened to you and if you could help.

Thank you!

Real phone!?

It is not an issue but a question.
How to make a real phone with this sketch: phonecal.ino
Thanks

Does it work with all sim cards?

Hello, I am from India. I want to confirm does it works with Jio sim too or not? For that to work it will have to support Volte. Please tell us if you have tested it on Jio sim yet. If in case it is not working, then is there some sort of firware upgrade available to make it fully functioning or not?

Library Problem with another serial device

If I add another softwareserial device it's cause no response from sim module.

Softwareserial testdevice(8,9);

While testdevice continue to work but same time sim module not able to send at command response. If I remove testdevice then sim module continue to work.

More fast?

Hi! I think this is not a issue, better a question or a doubt.

Exist any method to make more fast? I explain me :

For example for send a message , take at least 5000 ms ( 5 seconds)
I attempt to reduce the delay time, but in some cases get a ERROR.
For another when receive a msg, at least 2~3 seconds to get.

Actually i was using a old SIM800L (2G) with the Pubsubclient library and the time is very low than with the sim7600E.
Is there any option to reduce the time?

Sorry in advanced, excuse me for my english, is a little bad.

  Serial.println("Publishing Message: LED ON");
  mySerial.println("AT+CMQTTTOPIC=0,8"); //AT Command for Setting up the Publish Topic Name
  **delay(1000);**
  mySerial.println(Publish); //Topic Name
  **delay(1000);**
  mySerial.println("AT+CMQTTPAYLOAD=0,1"); //Payload length
  **delay(1000)**;
  mySerial.println("a"); //Payload message
  **delay(1000);**
  mySerial.println("AT+CMQTTPUB=0,1,60"); //Acknowledgment
  **delay(1000);**

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.