Coder Social home page Coder Social logo

Comments (4)

GeraldSoellinger avatar GeraldSoellinger commented on July 29, 2024

I experience a similiar problem with Arduino IDE 1.8.5. I tried also different GSM libaries (version 1.0.0, 1.0.5 and 1.0.6), but still the AT commands look different compared to Arduino IDE 1.0.5-r2 e were everything seems to work.

here some section of my code:
Serial.println("GSM initialized");
Empfangsstaerke = scannerNetworks.getSignalStrength().toInt();

Serial Monitor output with IDE 1.0.5-r2
AT+COLP=1%13%
74 80>%13%%10%OK%13%%10%
GSM initialized
AT+CSQ%13%%10%Empfangsstaerke: 21
Serial Monitor output with IDE 1.8.5 and GSM libary version 1.0.6
AT+COLP=1%13%
102 108>%13%%10%OK%13%%10%
GSM initialized
A%13%Empfangsstaerke: 0

from gsm.

GeraldSoellinger avatar GeraldSoellinger commented on July 29, 2024

I made a new finding today. I removed the original GSM libary from IDE 1.0.5-r2 and replaced it with the GSM libary form IDE 1.8.5 which has version number 1.0.6
Serial Monitor output withIDE 1.0.5-r2 and GSM libary version 1.0.6
AT+COLP=1%13%
67 73>%13%%10%OK%13%%10%
GSM initialized
AT+CSQ%13%%10%Empfangsstaerke: 22

So it seems, there is no problem with the libary, but somewhere with the new IDE

from gsm.

GeraldSoellinger avatar GeraldSoellinger commented on July 29, 2024

Where can/should I report this issue with the IDE?

from gsm.

per1234 avatar per1234 commented on July 29, 2024

Between 1.0.5-r2 and 1.8.5 is a huge jump. You need to bisect the issue to see exactly where it was introduced. Go back to using Arduino IDE 1.8.5 and using Boards Manager (Tools > Board > Boards Manager) to systematically roll back through the available versions of Arduino AVR Boards until you determine which is the newest version that doesn't have the issue and the oldest version that does have the issue. Then you know the cause of the issue is something that changed between those two versions. That narrows the scope tremendously.

from gsm.

Related Issues (14)

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.