Device Network Monitoring

Sixfab provides a ready-to-use Python script to monitor the full device and network status of PicoLTE modules.


Introduction

This script is intended for troubleshooting issues related to:

  • SIM card readiness
  • Network registration
  • Signal quality
  • Packet service status (APN, IP address)
  • The script is lightweight, easy to run and prints all the important details with clear numbering.

Script Location

You can find the script inside the SDK under:

examples/__basic__/monitor_network.py

The script will automatically check the device, SIM card, network type, signal and packet service details.


How to Run

Upload the examples directory to the root (/) using Thonny, open the script and run it.
If any issues occur during execution, please share the script output with our technical support team for assistance.

Before starting your PicoLTE application development, it’s recommended to run this script to ensure the hardware and network environment are stable.