中文 | English
- Push-To-Talk over Cellular radio and solution
- Provide real-time voice communication and reduce information transmission delay
- Supports connection to various intercom platforms: CORGET, SHANLI, BROAD-PTT and XIN-PTT
- Ultra-long standby: supports ultra-low power consumption mode
- Real-time intercom: group chat, individual call, multi-person temporary group
- Multiple positioning: GNSS, base station positioning
- Weather forecast: identify weather patterns, temperature display
- Security monitoring
- Building Construction
- Transportation and Logistics
- Medical emergency
- Large events: real-time coordination
- The module side supports SIM, UART, codec, keypad, LCD, ACD, LED and other functions
- The module triggers event notifications through keypad and UART
- The APP layer implements processing of POC core services and parses uplink and downlink data.
- EventMesh acts as an event processor that completes function flow by supporting event subscription and publishing mechanisms.
Before you begin, ensure you have the following prerequisites:
- Hardware:
- QuecPython development kit or POC device
- USB Data Cable (USB-A to USB-C)
- PC (Windows 7,Windows 10 或 Windows 11)
- Software
- Clone the Repository:
git clone https://github.com/QuecPython/solution-POC.git cd solution-POC - Flash the Firmware: Follow the instructions to flash the firmware to the development board.
- Connect the Hardware:
- Use a USB cable to connect the development board to the computer's USB port.
- Download code to the device:
- Lauch the QPYcom debugging tool.
- Connect the data cable to the computer.
- Press the PWRKEY button on the development board to turn on the devive.
- Follow the instructions to import all files within the
codefolder into the module's file system, preserving the directory structure.
- Run the Application:
- Select the
Filetab. - Select the
main.pyscript. - Right click and select
Runor use the shortcut button to execute the script.
- Select the
solution-POC/
├── code/
│ ├── main.py
| ├── mgr.py
| ├── ui.py
| ├── common.py
| ├── EventMesh.py
| └── btn_device_600m.py
├── docs/
| ├── en/
| | └── media/
| └── zh/
| └── media/
├── static_file/static/
├── readme.md
└── readme_zh.md


