ThisIsIoT / IoT-Keystone

IoT.Keystone: The Easiest and Most Secure Platform to Get Sensor Data to the Cloud
https://firmwaremodules.com
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Implement contiki radio driver for SX1262 #8

Closed firmwareguru closed 4 years ago

firmwareguru commented 5 years ago

Implement the radio driver in dev/radio.h for the SX1262 on the keystone platform. Doing so will allow the LoRa radio to be available to the netstack with:

Note it could be possible to use the sx1262 as an FSK modem as well for traditional 802.15.4g applications; that might be called: sx1262_fsk_driver. We don't support that however; the CC1352 radio is used for FSK purposes.

firmwareguru commented 4 years ago

Won't implement.