18684092 / CAR

LilyGo T-SIM7000G Module ESP32
5 stars 3 forks source link
esp-32 esp32 esp32-wrover-b lilygo sim7000 ttgo-t-sim7000g

CAR

Call A Robot using LilyGo SIM7000G Module ESP32 Development board with integrated 4G/GPS and BT/WIFI modules

CURRENTLY testing board and getting used to different Micropythons

Install

LoBo MicroPython

Threads

Bluetooth

WiFi

GSM / GPS LilyGo SIM7000G

MQTT

Network Utils

Battery

battery = ADC(35) battery.atten(ADC.ATTN_11DB)

def getBattery():

Full range: 0-3.3v

return battery.read()

- SIM7000G has a battery pin (VBAT) and it can be read via an AT command

`gsm.atcmd('AT+CBC', printable=True)`

## Real Time Clock
- module DateTime.py sets the RTC on boot via modified code from [Loboris forum](https://loboris.eu/forum/showthread.php?tid=12)
- [NTP for SIM7000G](https://simcom.ee/documents/SIM7000x/SIM7000%20Series_NTP_Application%20Note_V1.00.pdf)

## TCP/IP
- [AT Commands for TCP/IP SIM7000G](https://simcom.ee/documents/SIM7000x/SIM7000%20Series_TCPIP_Application%20Note_V1.01.pdf)

## SIM7000G UART
- [UART Manual](https://simcom.ee/documents/SIM7000x/SIM7000%20Series%20UART%20Application%20Note_V1.00.pdf)