# micropython-sx127x **Repository Path**: Yed_kee/micropython-sx127x ## Basic Information - **Project Name**: micropython-sx127x - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-15 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uLoRa Micropython library to support LoRa modulation with Semtech SX1276 module # Setup * `LoraSender.py`: sends periodically a message * `LoRaReceiver.py` receives any message on the channel # Hardware * [Heltec TTGO LORA32 868/915Mhz]() board # Licenses * GNU GPLv3 # References * Reference: [SX1276 module](https://www.semtech.com/products/wireless-rf/lora-transceivers/sx1276#download-resources) * Forked from: [lemariva uPyLora](https://github.com/lemariva/uPyLora) * Based on: [Wei1234c GitHub](https://github.com/Wei1234c/SX127x_driver_for_MicroPython_on_ESP8266) * Inspired by: [sandeepmistry arduino-LoRa](https://github.com/sandeepmistry/arduino-LoRa)