RadioLibSmol/examples
StevenCellist 82258105b7
[LoRaWAN] Rework bands, official Rx windows, support ADR, confirm frames, improve EEPROM handling, support clock drift (#867)
* [LoRaWAN] rework bands, add ADR, partial MAC support

Known problem: terribly bad at receiving downlinks
Mask-list bands (e.g. US915) untested, likely a few bugs

* [LoRaWAN] Change Rx windows from CAD to RxSingle

* [LoRaWAN] improve persistence, better Rx windows, wear leveling, confirmed frames

* [LoRaWAN] Module-independent (OTAA) Rx windows, fix confirming downlinks

* [LoRaWAN] Implement SX127x support, fix MAC uplinking, support clock drift

* [ArduinoHal] fix clock drift calculation

* [LoRaWAN] Improve band & ADR logic, allow setting ADR, DR, subband, update examples

* [LoRaWAN] Fix EU868 coding rate, improve example

* [LoRaWAN] fix unused channel index

* [LoRaWAN] fix merge issue (deleted line)

* [LoRaWAN] fix CSMA calling now incorrect function

* [LoRaWAN] fix include logic

* [LoRaWAN] fix warnings, remove duplicate function

* [LoRaWAN] improve examples, add unified sendReceive, bugfixes, add FSK

* [LoRaWAN] improve examples

* [LoRaWAN] add new keywords, add debug guard

* [SX127x] Updated startReceive interface to be more in line with SX126x

* [SX127x] Added public method to convert from bytes to symbols

* [LoRaWAN] Update start receive for SX127x

* Added note about LoRaWAN beta

* [SX127x] Fixed potential float overflow

---------

Co-authored-by: jgromes <jan.gromes@gmail.com>
2023-11-12 14:02:39 +01:00
..
AFSK [AFSK] Added SX126x to examples 2023-02-11 14:12:55 +01:00
APRS [APRS] Added APRS over LoRa example 2023-07-21 18:35:48 +02:00
AX25 [AFSK] Added SX126x to examples 2023-02-11 14:12:55 +01:00
BellModem/BellModem_Transmit [Bell] Added Bell modem example 2023-04-30 10:18:50 +02:00
CC1101 Added getPacketLength to examples (#214) 2023-07-15 19:36:23 +02:00
FSK4 [AFSK] Added SX126x to examples 2023-02-11 14:12:55 +01:00
Hellschreiber [AFSK] Added SX126x to examples 2023-02-11 14:12:55 +01:00
LoRaWAN [LoRaWAN] Rework bands, official Rx windows, support ADR, confirm frames, improve EEPROM handling, support clock drift (#867) 2023-11-12 14:02:39 +01:00
Morse [AFSK] Added SX126x to examples 2023-02-11 14:12:55 +01:00
NonArduino Tock: toolchain: Try to be smarter about finding toolchains 2023-09-08 19:29:49 +10:00
nRF24 Added getPacketLength to examples (#214) 2023-07-15 19:36:23 +02:00
Pager [Pager] Added note about module pin 2023-05-08 20:12:51 +02:00
PhysicalLayer/PhysicalLayer_Interface [PHY] Added interface showcase example (#773) 2023-06-21 22:25:31 +02:00
RF69 Added getPacketLength to examples (#214) 2023-07-15 19:36:23 +02:00
RTTY [AFSK] Added SX126x to examples 2023-02-11 14:12:55 +01:00
Si443x Added getPacketLength to examples (#214) 2023-07-15 19:36:23 +02:00
SSTV [AFSK] Added SX126x to examples 2023-02-11 14:12:55 +01:00
STM32WLx [STM32WL] Fixed output power for modules without LP (#798) 2023-07-16 15:50:26 +02:00
Stream Removed remaining enable interrupt (#657) 2023-01-07 22:31:20 +01:00
SX126x [SX126x] Fixed example path 2023-08-12 19:52:41 +02:00
SX127x Added getPacketLength to examples (#214) 2023-07-15 19:36:23 +02:00
SX128x Added getPacketLength to examples (#214) 2023-07-15 19:36:23 +02:00
SX1231 Fixed String counters in examples (CI_BUILD_ALL) 2023-06-26 20:39:33 +02:00