Commit Graph

117 Commits

Author SHA1 Message Date
1df2c50f6f Fix ttn_get_rf_settings() 2021-08-20 20:41:34 +02:00
8fa345a5d4 Adapted code formatting 2021-07-31 17:03:00 +02:00
e34dbcb467 Link to new API documentation 2021-07-31 12:51:41 +02:00
72b878f1d9 Update README with info for v4.0 2021-07-31 12:36:47 +02:00
17e432d714 Improved API documentation 2021-07-30 23:04:06 +02:00
5c1db030f2 Improve documentation output 2021-07-29 23:06:13 +02:00
eb5792fbb9 Default to subband 2 2021-07-28 23:52:10 +02:00
37d7f8d517 Methods for setting data rate and TX power 2021-07-28 23:48:54 +02:00
62e829b0d3 Example for C 2021-07-27 23:01:04 +02:00
6df4b40122 Allow all zeroes for AppEUI/JoinEUI 2021-07-27 22:37:22 +02:00
7fa43dbbdb Allow disabling subband seletion 2021-07-27 22:08:00 +02:00
ba908c0b93 Configue sub-band 2021-07-26 22:29:20 +02:00
281ba52155 C implementation for TheThingsNetwork 2021-07-25 23:53:54 +02:00
36edf92944 Remove TTNProvisioning.h 2021-07-25 22:15:21 +02:00
f421db44d7 Convert logging to C 2021-07-25 20:49:02 +02:00
8e2886db27 Convert hal_esp32 to C 2021-07-25 20:03:16 +02:00
973a7c41c8 Convert TTNProvisioning to C 2021-07-25 17:00:08 +02:00
99bab17d4b Upgrade to mcci-catena/arduino-lmic 4.0.1-pre 2021-07-25 14:39:11 +02:00
1913840679 Prepare for release 3.3 2021-01-05 21:57:24 +01:00
5c695fd223 Upgrade to version 3.3 of arduino-lmic 2021-01-05 21:57:11 +01:00
3086b1bb58 Static word-aligned buffer for SPI 2021-01-05 21:26:36 +01:00
f57c505d7e Merge branch 'iram_isr_fix' of https://github.com/vladcebo/ttn-esp32 into vladcebo-iram_isr_fix 2021-01-05 21:04:57 +01:00
ba22c5a745 Fix excessiv writing of keys to NVS 2021-01-05 20:55:14 +01:00
5b22f228da Prevent hal_ticks() from going into .text region
This will fix an issue when the flash is disabled (due to OTA update for example) and the cpu crashes with cache disabled access from ISR (when TTN executes)
2021-01-02 17:32:30 +00:00
84b2f88f0c Fix excessive writing of keys to NVS 2020-09-27 16:21:04 +02:00
fffe7bd8b3 Improve documentation 2020-08-02 19:53:02 +02:00
bb41c4960f README updated for 3.2.0 2020-08-02 10:19:58 +02:00
f70ad2a996 Version 2.3 v3.2.0 2020-08-01 18:32:10 +02:00
fdacae73f8 Add rssi() function 2020-08-01 18:30:47 +02:00
9489f34542 RF parameter monitoring 2020-08-01 18:21:42 +02:00
2a31ef0096 Update example build configuration 2020-08-01 10:28:25 +02:00
e15d936bb4 Merge send_recv example into hello_world 2020-08-01 10:23:30 +02:00
a8cd58214d Modify example for PlatformIO.ini 2020-08-01 10:13:11 +02:00
b3e0b567b3 Merge branch 'cc32d9-dev' into dev 2020-07-31 21:54:26 +02:00
0853fe05ec Rename reset options 2020-07-31 21:54:09 +02:00
625968cd99 Add shutdown function 2020-07-31 20:14:40 +02:00
8d7d157445 Add shutdown function 2020-07-31 20:14:31 +02:00
b73ed23a97 Enable/disable ADR 2020-07-31 17:48:11 +02:00
513ac44268 Upgrade to LMIC version 3.2.0 2020-07-31 16:32:28 +02:00
45778d2186 New config option: TTN_RADIO_RST_KEEP_ASSERTED 2020-05-25 23:00:00 +02:00
e29477fa7e Update to latest LMIC version (3.0.99.10) 2020-01-01 17:00:47 +01:00
3036d16e0d Latest version of issue453 branch 2019-12-03 22:13:45 +01:00
2d09703fc6 More detail LMIC logging 2019-10-16 23:48:12 +02:00
4df057042c Improve compatibility between ESP-IDF v3.3 and v4.x 2019-10-14 22:09:16 +02:00
48668b3295 Compatibility with ESP-IDF v4.x 2019-10-13 23:43:17 +02:00
baa6c93d5f Task notification instead of queue for LMIC task 2019-10-13 20:26:15 +02:00
43080636bc More comments 2019-10-12 00:02:31 +02:00
a8fd68ca5e More logging cases 2019-10-10 23:09:32 +02:00
3ac63d4146 New event handling 2019-10-09 23:06:18 +02:00
dc0bfefe0e Ring buffer for detailed logging 2019-10-08 20:52:08 +02:00