Skip to content

Instantly share code, notes, and snippets.

View rifqijuli's full-sized avatar

Rifqi Juli rifqijuli

View GitHub Profile
#!/usr/bin/env python3
"""
Enable European cellular bands and scan for networks
Based on Quectel RM502Q-AE capabilities
"""
import serial
import time
from datetime import datetime
PORT = '/dev/ttyUSB2'