Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 431 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 431 Bytes

msp430-radio

SX1276 transceiver driver implementation for MSP430G2553.

Driver was written from scratch using official Semtech code of LoRaWAN endpoint stack implementation. Receiving and transmitting works properly.

In this implementation timers and most of sx1276 interrupts not used at all (although it necessary). So this code need to be supplemented before using in production.