Code Monkey home page Code Monkey logo

lilygo-t-sim7000g's Introduction

LilyGo SIM7000G

Two main versions of the LilyGo SIM7000G have been released with the current board having better power management than the old board.

Version 20200415

This board is an improvement of the original with fixes added that where recommended from feedback.

  1. Added active GPS antenna power control, when the module GPIO4 is not turned on the antenna consumes only the static current of the LDO.
  2. Replaced TP4056 with CN3065 for solar charge input management.
  3. Added reverse battery protection
  4. Added battery overcharge protection
  5. Added battery over-discharge protection

Version 20191227

First board release

Product ๐Ÿ“ท:

Examples Product Link Schematic Status
Version 20200415 (็‚นๅ‡ปๆŸฅ็œ‹) Aliexpress/Amazon USA/FR/DE New Version โœ…
Version 20191227 (็‚นๅ‡ปๆŸฅ็œ‹) Obsolete Old Version โŒ

Notes for new Users

  1. pin VIN is a USB input, if a battery is being used to power the device there will be no voltage output from VIN meaning 3.3v is the only power output.

  2. When using the built-in battery pack the on/off switch will function as normal, supplying/cutting off power to the board, However, if an external battery pack is used and attached to the VBAT pin the on/off switch will be bypassed meaning the only way to shut off will be to disconnect the batteries.

  3. On/off switch is for battery use only, it will not function when plugged into USB.

  4. Battery voltage can not be read when plugged into USB using the onboard BAT ADC(35)

  5. Recommended solar panels are 4.4v to 6v DO NOT EXCEED OR BOARD MAY BE DAMAGED

  6. When an SD card in you can not upload software in Arduino IDE since the SD card uses IO2 as CS, the SD card must be removed when uploading a new sketch.

  7. On Version 20200415, When using GPS the sim7000 GPIO4 needs to be set to HIGH to enable the antenna modem.sendAT("+SGPIO=0,4,1,1"); once finished the pin can be set LOW modem.sendAT("+SGPIO=0,4,1,0"); to prevent power leaking to the GPS antenna, This will make help battery life. If using USB or battery life is not a concern, it can be left HIGH.

  8. If you are unable to access the network, please try <examples/Arduino_NetworkTest>, which will test the network connection. There are also binary files in the firmware directory, you can use the Flash Download Tools to download.

  9. How to change the connection method?

    • For example, the Arduino_TinyGSM/AllFunctions.ino , you only need to change modem.setNetworkMode(38); to the corresponding number, and your network access speed depends on the carrier of the SIM card you use. Before using it, you can communicate with the operator of your SIM card.
    • The effect is as follows:
  10. The initial network registration may be slow. Please be patient. You can configure the locked band as shown in the following figure.

  11. How to update firmware?

Upgrade guidelines

lilygo-t-sim7000g's People

Contributors

mr-haleya avatar lewisxhe avatar lilygo avatar

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.