Skip to content

Instantly share code, notes, and snippets.

View ilobmirt's full-sized avatar

ilobmirt ilobmirt

View GitHub Profile
@ilobmirt
ilobmirt / load_agps_data.py
Last active June 21, 2021 02:03 — forked from alastair-dm/load_agps_data.py
Proof of concept AGPS data loading for PinePhone
#!/usr/bin/python3
#
# load_agps_data
#
# proof of concept loading of agps data to quectel modem via AT commands
from datetime import datetime, timezone
import requests
import serial