Module for interfacing with Inmarsat's IDP Plug-N-Play device.
Project description
Inmarsat IDP Plug-N-Play Dongle
The Plug-N-Play dongle is a small programmable single board computer in a black box intended to be able to quickly demonstrate and prototype Internet-of-Things use cases enabled by satellite messaging connectivity.
The dongle connects directly to an ST2100 satellite modem manufactured by ORBCOMM and provides access to:
- Serial communications using AT commands
- Modem event notification via discrete output pin to a callback function
- Modem reset via modem reset input pin
- Microcontroller reset event via external reset output pin
- 1 pulse-per-second (PPS) from GNSS timing via discrete output pin
The dongle supports connection to an external customer-supplied microcontroller using RS-232 via the developer breakout cable.
The dongle mode
can be configured as:
transparent
pass through serial commands to a separate third party microcontroller (default hardware configuration)master
act as the application microcontroller (default when using this Python module)proxy
act as a proxy intercepting responses from the modem to a third party microcontroller
Installation
pip install idppnpdongle
Example Usage
import asyncio
from idppnpdongle import PnpDongle
dongle = PnpDongle()
modem = dongle.modem
response = asyncio.run(modem.command('AT'))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file idppnpdongle-1.0.0.tar.gz
.
File metadata
- Download URL: idppnpdongle-1.0.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.3 Linux/5.4.0-65-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2f85e998ee55000210a560c1d3a73e055e0787f97e5bb9b4458541e12254722 |
|
MD5 | 43addc2a77c7fafc8279ac68cde00206 |
|
BLAKE2b-256 | 3e1c54499484200762abe6aa99dce6221e36a2bd082d620df79af8443d1e6c8e |
Provenance
File details
Details for the file idppnpdongle-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: idppnpdongle-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.3 Linux/5.4.0-65-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1713e4f69c437346e6423e2f26fc9fb438fe6097a990cd3767fa480ecff2a6ba |
|
MD5 | 98156c9aacc4eb1e0d8524ad135896f9 |
|
BLAKE2b-256 | 10419ffd4eaf426faf054ee50f213b410028c1326b21269362eabc66a515f80f |