Skip to content

Instantly share code, notes, and snippets.

@alastair-dm
alastair-dm / load_agps_data.py
Last active November 22, 2024 03:12
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