QuecPython logo

QuecPython

  • Home
  • Doc
    • API_reference
    • Getting_started
    • Dev_board_guide
    • Application_guide
    • FAQ
  • Official website
  • Language: English
    • English
    • 中文 简体
  • V1.0.0(latest)
    • V1.0.0(latest)
  • Search
    Keywords separated by space Loading, wait please ... Download error, please check network and refresh again Result from other docs Result from current doc
  • Python Std library
    • uos - Basic System Services
    • gc - Control the Garbage Collector
    • ubinascii - Binary/ASCII Conversions
    • ucollections - Collection and Container Types
    • urandom - Generate Random Numbers
    • math - Mathematical Functions
    • usocket - socket Module
    • uio - Input/Output Streams
    • ustruct - Pack and Unpack Primitive Data Types
    • ujson - JOSN Encoding and Decoding
    • utime - Time Related Features
    • sys - System Related Features
    • uzlib - zlib Decompression
    • _thread - Multi-threading
    • uhashlib - Hash Algorithm
    • ure - Regular expression
  • Cellular Communication
    • dataCall - Data Call
    • sim - SIM Card Related Features
    • sms - SMS Related Features
    • voiceCall - Voice Call
    • net - Networks
    • checkNet - Network Detection
    • ussd - USSD function
  • Peripherals
    • machine - Hardware
      • Pin - Control I/O Pins
      • UART - Duplex Serial Communication Bus
      • Timer - Control Hardware Timers
      • ExtInt - External Interrupt
      • RTC - Real Time Clock
      • I2C - Two-wire Serial Protocol
      • I2C_simulation - Software Implementation of I2C Protocol
      • SPI - Serial Peripheral Interface Bus Protocol
      • SoftSPI - Software Implementation of SPI Protocol
      • LCD - LCD Driver
      • WDT - Watchdog Timer
      • KeyPad - Matrix Keyboard
      • OneWire - One-Wire Protocol
    • misc - Miscellaneous Features
      • Power - Power Off and Reboot
      • PowerKey - PowerKey callback registration
      • PWM - Pulse width modulation
      • ADC - Analog-to-digital conversion
      • USB - USB plug and pull detection
      • USBNET - USB Network Card
    • ethernet - Ethernet Driver
      • W5500 - W5500 Driver
      • DM9051 - DM9051 Driver
      • CH395 - CH395 Driver
      • YT8512H - YT8512H Driver
  • Media Library
    • camera - Camera Driver
      • CamPreview - Camera Preview
      • CamDecoder - Camera Scan Code
      • CamCapture - Camera Capture
    • audio - Audio
      • Audio - Audio Playback
      • Record - Audio Record
    • qrcode - QR Code Display
  • System Library
    • modem - Device
    • example - Execute Python Scripts
    • atcmd - Send AT Commands
    • log - Log Control and Output
    • system - System Configuration
    • Queue - Message queue
    • sys_bus - Session bus
    • osTimer - os timer
    • fota - Firmware Upgrade
    • app_fota - User File Upgrade
    • ql_fs - Advanced file operations
    • securedata - Secure data
    • pm - Power Management
      • WakeUp - Wake-Up Interrupt
  • Wi-Fi
    • WLAN - WLAN
    • ESP8266 - Espressif ESP8266 module driver
    • ASR5803W - ASR5803W driver
  • BT
    • ble - Bluetooth Low Energy
    • bt - Classic Bluetooth
  • Network Library
    • ussl - SSL algorithm
    • request - Hyper Text Transfer Protocol (HTTP)
    • umqtt - MQTT Protocol
    • uwebsocket - websocket client
    • uping - Sending ping packets
    • ntptime - Network Time Protocol (NTP)
    • ftplib - ftp client
    • lwm2m - Light Weight Machine-To-Machine
  • Positioning Application
    • gnss - External GNSS Resolver
    • quecgnss - Internal GNSS Resolver
    • wifilocator - Wi-Fi Positioning
    • wifiScan - Wi-Fi Scan
  • IoT Connection
    • Aws - AWS IoT Core Connection
    • Azure - Azure IoT Connection
  • Component Library
    • uasyncio - Aoroutine
  • ErrorCode

QuecPython system features

2025-05-06
Edit this page

QuecPython System Function Library includes QuecPython module system function related components

This article describes the modules in the QuecPython system function library.

QuecPython system feature library list

  • modem - Device related
  • example - Executing Python script
  • log-log output
  • atcmd - Send AT command
  • system - Environment configuration
  • queue-message Queue
  • sys_bus - session bus
  • osTimer-os timer
  • fota - Firmware upgrade
  • app_fota - User file upgrade
  • ql_fs - Advanced file operations
  • securedata - Security data area
  • pm - Low power related functions
qrcode - QR Code Display
modem - Device
  • Link
    • The site is generated using teedoc
  • Source code
    • gitee