Commit graph

  • 44bdf0dba4 [SX126x] Changed default whitening initial value for SX127x/LoRaWAN compatibility (#832) jgromes 2023-09-25 06:42:15 +02:00
  • 959978aa2b
    Merge branch 'jgromes:master' into master BayCom GmbH 2023-09-24 20:11:29 +02:00
  • e972698706 Deploying to gh-pages from @ b817819c60 🚀 jgromes 2023-09-24 16:20:47 +00:00
  • eefeba4ee0 Deploying to gh-pages from @ 10d225fadb 🚀 jgromes 2023-09-24 16:19:54 +00:00
  • b817819c60 [RM9x] Drop RFM9x as separate class jgromes 2023-09-24 18:19:48 +02:00
  • 10d225fadb [SX127x] Allow alternate chip versions jgromes 2023-09-24 18:19:19 +02:00
  • df5671f806 Deploying to gh-pages from @ b65fb88526 🚀 jgromes 2023-09-24 16:18:40 +00:00
  • b65fb88526 [RFM9x] Use RFM9x only as alias for SX127x (#833) jgromes 2023-09-24 18:17:32 +02:00
  • e143972964 [LoRaWAN] fix popping MAC command from queue StevenCellist 2023-09-22 16:06:18 +02:00
  • e3cede064a [LoRaW] Improve session persistence, check frame counters & Nonces, multiple MAC commands StevenCellist 2023-09-22 11:34:13 +02:00
  • bb58005641 move RADIOLIB_SX127X_PREAMBLE_POLARITY_55 from ::config to ::begin & ::beginFSK BayCom GmbH 2023-09-21 21:10:53 +02:00
  • 74d00bb5ff add new method 'setPreamblePolarity' BayCom GmbH 2023-09-21 11:02:42 +02:00
  • cb1a2059b7
    Merge branch 'jgromes:master' into master BayCom GmbH 2023-09-21 01:25:16 +02:00
  • 7af723ab7c add method to change preamble polarity in FSK mode BayCom GmbH 2023-09-20 17:35:14 +02:00
  • 42c883e606 Implement session persistence & more 1.1 protocol StevenCellist 2023-09-19 12:23:48 +02:00
  • 4423585491 allow syncword to be disabled if length is 0 BayCom GmbH 2023-09-17 23:22:24 +02:00
  • 575f7367a5 Deploying to gh-pages from @ 690a050ebb 🚀 jgromes 2023-09-16 06:22:02 +00:00
  • 690a050ebb Bump version to 6.2.0 6.2.0 jgromes 2023-09-16 08:21:25 +02:00
  • b26a544695 Deploying to gh-pages from @ df8eeebb72 🚀 jgromes 2023-09-16 06:21:08 +00:00
  • df8eeebb72 Added debug info to compilation process jgromes 2023-09-16 08:20:25 +02:00
  • d03d4c29ee Moved FAQ to Wiki jgromes 2023-09-16 07:45:52 +02:00
  • c13ab85670 Added LoRaWAN to properties files jgromes 2023-09-16 07:45:35 +02:00
  • f339e1224c Deploying to gh-pages from @ bc7e82999c 🚀 jgromes 2023-09-15 18:20:41 +00:00
  • bc7e82999c Disable EEPROM on SAMD jgromes 2023-09-15 20:20:00 +02:00
  • 1dec070c0e [CI] Remove Leonardo option jgromes 2023-09-15 18:42:55 +02:00
  • a9c66e25f5 [CI] Drop Arduino Leonardo jgromes 2023-09-15 18:42:21 +02:00
  • 9279b8ab6d [LoRaWAN] Workaround unused variable warning for unimplemented fields jgromes 2023-09-15 18:36:08 +02:00
  • c08f3874cd Deploying to gh-pages from @ 4b80080a37 🚀 jgromes 2023-09-15 16:32:51 +00:00
  • 4b80080a37 Disable EEPROM on nRF52 and Portenta jgromes 2023-09-15 18:31:53 +02:00
  • 253dfd8c50 [LoRaWAN] Temporarily cast unused variables until implemented jgromes 2023-09-15 18:31:31 +02:00
  • 93f82b7549 Deploying to gh-pages from @ a4aace3ad0 🚀 jgromes 2023-09-15 16:14:04 +00:00
  • a4aace3ad0 Disable EEPROM on Nano 33 BLE and RP2040 jgromes 2023-09-15 18:13:26 +02:00
  • 74f0316596 Deploying to gh-pages from @ 7de4a4693e 🚀 jgromes 2023-09-15 16:11:43 +00:00
  • 7de4a4693e [HAL] Disable EEPROM on Arduino Due jgromes 2023-09-15 18:10:47 +02:00
  • 1c74010469 Deploying to gh-pages from @ 58eab402ad 🚀 jgromes 2023-09-14 18:59:56 +00:00
  • 58eab402ad [LoRaWAN] Implemented most MAC commands jgromes 2023-09-14 20:58:46 +02:00
  • 2638fd0ad0 [LoRaWAN] Fixed memory leak in downlink jgromes 2023-09-14 20:58:04 +02:00
  • 76fbd660c1 Deploying to gh-pages from @ a23d85c196 🚀 jgromes 2023-09-13 15:06:38 +00:00
  • a23d85c196 [LoRaWAN] Typo fixes jgromes 2023-09-13 17:05:19 +02:00
  • ff8dc84ed5 Deploying to gh-pages from @ 3055613b6d 🚀 jgromes 2023-09-12 17:11:27 +00:00
  • 3055613b6d [LoRaWAN] Added support for US bands and reworked channel selection process (#814) jgromes 2023-09-12 19:10:44 +02:00
  • 7dec9477ae [PHY] Added coding rate to data rate struct jgromes 2023-09-12 19:06:30 +02:00
  • 44ffce1725 [SX127x] Skip printing symbol length jgromes 2023-09-12 19:05:06 +02:00
  • d0c4e3d6fb [SX126x] Skip printing symbol length jgromes 2023-09-12 19:04:26 +02:00
  • 6675ee436c Deploying to gh-pages from @ eb21f320ac 🚀 jgromes 2023-09-12 15:21:03 +00:00
  • eb21f320ac [SX126x] Use debug macro for hexdump jgromes 2023-09-12 17:20:27 +02:00
  • 867e9007d4 Deploying to gh-pages from @ 42c9cba838 🚀 jgromes 2023-09-12 15:14:12 +00:00
  • 42c9cba838 Merge branch 'master' of https://github.com/jgromes/RadioLib jgromes 2023-09-12 17:13:09 +02:00
  • 392708f8b5 [MOD] Make regdump and hexdump only available in debug jgromes 2023-09-12 17:13:07 +02:00
  • 0ef554c6c8
    Merge pull request #824 from alistair23/alistair/cmake Jan Gromeš 2023-09-08 13:48:01 +02:00
  • ffbcbdfc84 Tock: toolchain: Try to be smarter about finding toolchains Alistair Francis 2023-09-08 19:26:47 +10:00
  • b114295c54 Revert "Moved gitmodule file to tock example" jgromes 2023-08-31 16:33:06 +02:00
  • b6ab9f14ff
    Merge pull request #819 from alistair23/alistair/tock-ci Jan Gromeš 2023-08-31 16:27:02 +02:00
  • 84c6e8c9ed github: Add Tock CI Alistair Francis 2023-08-30 20:30:57 +10:00
  • aa24052fda Moved gitmodule file to tock example jgromes 2023-08-30 16:21:23 +02:00
  • bdc7e68309 Deploying to gh-pages from @ ada400630d 🚀 jgromes 2023-08-29 19:58:50 +00:00
  • ada400630d Merge branch 'master' of https://github.com/jgromes/RadioLib jgromes 2023-08-29 21:57:53 +02:00
  • 414e338505 Fixed ESP32 platform detection jgromes 2023-08-29 21:57:51 +02:00
  • 53d65aa1ca
    Merge pull request #818 from alistair23/alistair/fixup Jan Gromeš 2023-08-29 15:24:27 +02:00
  • 7e9e7ba7be Tock: Fixup build failure Alistair Francis 2023-08-29 21:00:47 +10:00
  • 35df7e57de Deploying to gh-pages from @ b54aa77b42 🚀 jgromes 2023-08-26 18:36:48 +00:00
  • b54aa77b42 [LoRaWAN] Fixed incorrect example name jgromes 2023-08-26 20:35:48 +02:00
  • d170c02561 [LoRaWAN] Fixed initialization warnings jgromes 2023-08-26 20:34:37 +02:00
  • 3eb397adfd [CI] Moved IDF export to build step jgromes 2023-08-24 20:54:20 +02:00
  • c999ac2cab [CI] Added CI action for ESP-IDF to catch -Werrors jgromes 2023-08-24 20:48:50 +02:00
  • 62d8a2ddb8 Merge branch 'master' of https://github.com/jgromes/RadioLib jgromes 2023-08-24 17:55:29 +02:00
  • 95e3839342 [LoRaWAN] Represent keys as byte arrays (#58) (#811) jgromes 2023-08-24 17:54:49 +02:00
  • b66f39d329
    Merge pull request #815 from nicklasb/master Jan Gromeš 2023-08-24 17:36:00 +02:00
  • f8ae458185
    Merge pull request #1 from nicklasb/nicklasb-patch-narrowing Nicklas Börjesson 2023-08-23 23:48:29 +02:00
  • 2555857013
    Fix "narrowing conversion" error on ESP-IDF Nicklas Börjesson 2023-08-23 20:16:57 +02:00
  • 0b6e6a35ff Deploying to gh-pages from @ 16f0ba7cce 🚀 jgromes 2023-08-23 17:23:11 +00:00
  • 16f0ba7cce [LoRaWAN] Implemented MAC command support jgromes 2023-08-23 19:22:23 +02:00
  • 73382c2933 [LoRaWAN] Fixed output power configuration (#814) jgromes 2023-08-20 19:16:38 +02:00
  • b2b176f1c3 [LoRaWAN] Added MIC mismatch debug message jgromes 2023-08-20 19:16:07 +02:00
  • 7778461510 Deploying to gh-pages from @ 3e8636b1f2 🚀 jgromes 2023-08-18 18:22:33 +00:00
  • 3e8636b1f2 [APRS] Removed redundant condition (#810) jgromes 2023-08-18 20:21:53 +02:00
  • 42c2dba1cc
    Merge pull request #810 from nicklasb/master-2 Jan Gromeš 2023-08-18 20:20:46 +02:00
  • 37ff0dfb59
    Update LoRaWAN_End_Device.ino Gamage 2023-08-18 08:48:37 +08:00
  • 0a72d98750 [LoRaWAN] Fixed MIC calculation for downlink packets jgromes 2023-08-14 21:38:31 +02:00
  • 0d279006f0 Deploying to gh-pages from @ 1ed22717d7 🚀 jgromes 2023-08-12 19:49:09 +00:00
  • 1ed22717d7 [LoRaWAN] Added check to not uplink in Rx slots jgromes 2023-08-12 21:48:31 +02:00
  • 349ea1904f Deploying to gh-pages from @ 45c376bde6 🚀 jgromes 2023-08-12 17:58:43 +00:00
  • 45c376bde6 [LoRaWAN] Fixed variable range warning jgromes 2023-08-12 19:58:00 +02:00
  • 1a31efbf74 [LoRaWAN] Drop examples on Uno jgromes 2023-08-12 19:57:22 +02:00
  • cbd15192bc [SX126x] Fixed example path jgromes 2023-08-12 19:52:41 +02:00
  • 08ac60fd2f Deploying to gh-pages from @ cd9ac9916c 🚀 jgromes 2023-08-12 17:50:20 +00:00
  • cd9ac9916c [LoRaWAN] Added support for 1.1 and downlink (#58) jgromes 2023-08-12 19:49:37 +02:00
  • d34902ee46 [SX127x] Added missing parentheses jgromes 2023-08-12 19:44:13 +02:00
  • 2be7db8faa Deploying to gh-pages from @ 23fbd87d14 🚀 jgromes 2023-08-12 17:43:09 +00:00
  • 23fbd87d14 [SX126x] Added Rx after CAD example jgromes 2023-08-12 18:58:11 +02:00
  • ca95135d8a [SX126x] Skip wiping IRQ flags on CAD done jgromes 2023-08-12 18:49:05 +02:00
  • db3ac8bf19 [SX126x] Implemented common CAD methods jgromes 2023-08-12 18:45:42 +02:00
  • ea4018d310 [SX127x] Added common CAD methods jgromes 2023-08-12 18:43:26 +02:00
  • 58da2a28ac [PHY] Added channel scan methods to common interface jgromes 2023-08-12 18:42:37 +02:00
  • b48567722b [SX127x] Added method to get CAD result jgromes 2023-08-12 18:40:38 +02:00
  • bb468ad59f [SX127x] Explicitly set non-inverted IQ on startup jgromes 2023-08-12 18:38:46 +02:00
  • 5d80dd46ae [SX126x] Explicitly set non-inverted IQ on startup jgromes 2023-08-12 18:38:15 +02:00
  • 2f36d5901e [LoRaWAN] Added LoRaWAN-specific status codes jgromes 2023-08-12 18:37:46 +02:00
  • 8c63f93820 [MOD] Skip SPI status parsing for single-byte commands jgromes 2023-08-12 18:36:12 +02:00
  • bfe2c0829a [MOD] Moved debug info to runtime jgromes 2023-08-12 18:35:48 +02:00