Python library for the iM282A LoRa radio module based on Semtech SX1280 transceiver

This library allows to communicate with iM282A Radio (LoRa/FLRC/FSK) modules using vendor specific HCI messages and the WiMOD LR BASE+ proprietary firmware. Currently only TCP serial socket communication is supported. SensorApp endpoint is not supported (in firmware embedded sensor example application)! Feel free to open an issue if it’s needed. Most length limitations are not enforced or validated – make sure to read the corresponding vendor documentation of the firmware and module. Install python -m pip install im282a Usage Example […]

Read more