Giter Club home page Giter Club logo

moduleserial's People

Contributors

jurisliepins avatar nr23730 avatar per1234 avatar yurisliepins avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

moduleserial's Issues

ModuleSerialGsm_Sms.cpp

Open (ModuleSerialGsm_Sms.cpp) in the src folder of ModuleSerial-master of arduino library folder and add:

if (!core->writeCommand("AT+CSMP=17,167,0,0", "OK", 2000))
return GSM_FAIL;

Ds should be included in d next line after the function of >ModuleSerialGsm::registerOnNetwork();<

Because SIM808evb3.2 can't send readable sms on mobile,. Pls update it.

library.properties file

name=ModuleSerial
version=0.0.0
author=Yuris Liepins
maintainer=Yuris Liepins
sentence=GSM/GPS/GPRS library for Arduino.
paragraph=ModuleSerial provides an interface for sending GSM/GPS/GPRS AT commands to a GSM shield using SoftwareSerial. It's a lighweight alternative to the existing GSM libraries. If memory is not an issue, you should probably use GSM Library for Arduino instead. The library has been tested only on ATmega328 with a SIM808 shield.
category=Communication
url=https://github.com/yurisliepins/ModuleSerial
architectures=avr
includes=ModuleSerialCore.h

SIM800 Series GNSS board

hi,

i' testing with an sim800 GNSS board with a different AT instruction set. GSM works great, GPS doesnt work.
Can you help me with this issue or do you know a solution.
With a small change i got gps started, but possition data is incorrect:

`int ModuleSerialGps::enablev2()
{
if (!core->writeCommand("AT+CGNSPWR=1", "OK", 2000))
return GPS_FAIL;
if (!core->writeCommand("AT+CGNSPWR=0", "OK", 2000))
return GPS_FAIL;

return GPS_ENABLED;

}`

SoftwareSerial issues

Hi, please is it possible to use AltsoftSerial or NeoSWSerial instead of SoftwareSerial which is generally very unrecommended solution or is there any issue with those alternative sw serials? Thanks

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.