Giter VIP home page Giter VIP logo

Comments (10)

haroon-rehman avatar haroon-rehman commented on July 21, 2024

image

from opentracker.

ppescher avatar ppescher commented on July 21, 2024

Try to add the following code after https://github.com/geolink/opentracker/blob/master/OpenTracker/gsm.ino#L62
debug_print("read status");

Just before the line that starts with "return".

Your code should look like:

#if MODEM_UG96
  // inverted status signal
  debug_print("read status");
  return digitalRead(PIN_STATUS_GSM) != HIGH;
#else

Load the modified sketch and check if you can see the message "read status" in the serial log.

from opentracker.

haroon-rehman avatar haroon-rehman commented on July 21, 2024

from opentracker.

haroon-rehman avatar haroon-rehman commented on July 21, 2024

image

from opentracker.

ppescher avatar ppescher commented on July 21, 2024

Stupid question, but I must ask: are you sure you have the 3G modem on your board?
You should see "Quectel UG96" written on the top white label.

If this is actually an UG96 (3G) then the modem is not starting up (STATUS pin never goes high). Which is confirmed by the green LED always off.

There might be several causes to that. First, please check your power input: if the input voltage is too low or the current provided by your power source is not enough, the modem will not start.

If you have a Voltmeter and some spare male headers or solid wires, you can probe the following voltages on the expansion connector:

voltage_check

Please report your readings, along with your power source voltage/current rating.

from opentracker.

haroon-rehman avatar haroon-rehman commented on July 21, 2024

Hi Paolo,
It is a UG96 chip.
The power adapter used is 12VDC, 1500 mA. The tracker worked on it for almost 2 days before i started getting this problem
The voltages on the expansion connector are same as indicated in your pics. I have attached some images below;
image

image

image

image

from opentracker.

ppescher avatar ppescher commented on July 21, 2024

Voltages are correct, also power supply rating is fine.

Could you try to power on the device without the SIM card?
And check the serial log and the green LED.

from opentracker.

haroon-rehman avatar haroon-rehman commented on July 21, 2024

Hi mate,
Its still the same. No green light. See the image below.

image

from opentracker.

Codematic avatar Codematic commented on July 21, 2024

Any final solution for this? I have the same issue which appeared after first flash try.

from opentracker.

ppescher avatar ppescher commented on July 21, 2024

Here the modem did not reply at all, your case is different. See #72

from opentracker.

Related Issues (20)

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.