Commit Graph

16 Commits

Author SHA1 Message Date
44a28a0364 Restructuring/moved LMIC related calls inside TTN
1. Added comments clarifying functions
2. Does not yet default to TTN compatible single LoRa band format
3. Build will fail if component is not preconfigured (LoRa is disabled) and
a LMIC (LoRa) component call is made (not sure if this is good or bad?)
2020-06-14 22:29:45 -04:00
8b28a72eec Modifying to expose part of the LMIC controls 2020-06-14 00:03:04 -04:00
d7d4a40c4f Get rid of lmic_pins 2019-10-06 21:49:25 +02:00
f03b5c51fd Simplify conditional compilation; add region Japan 2018-10-27 19:19:55 +02:00
10decb6886 Fix function documentation 2018-10-02 20:04:08 +02:00
302509d096 Generate device EUI from MAC 2018-09-17 22:50:15 +02:00
9501f7589f Fix file description 2018-07-23 17:59:07 +02:00
3e084a4ed9 provisioning example, waitForProvisioning() 2018-07-23 14:30:03 +02:00
b179ce6884 Add provisioning task, refactor provisioning 2018-07-23 09:46:45 +02:00
0d2fc70abb Fix license 2018-07-21 21:54:29 +02:00
e6b5f2f0d5 Rename sendBytes to transmitMessage 2018-07-21 18:07:36 +02:00
2c998f5acc Store app/dev EUI/key in NVS 2018-07-20 21:19:53 +02:00
fc34fed6de Improve consistency of naming 2018-07-19 22:04:32 +02:00
b8221a614e Receive downlink messages 2018-07-19 16:16:40 +02:00
6378c17e39 Remove features that are not implemented yet 2018-07-17 22:07:35 +02:00
ba33e35591 Initial check-in 2018-07-15 22:11:11 +02:00