Commit Graph

17 Commits

Author SHA1 Message Date
Aaron Covrig
80bff1be27
Changed return states, modified comments
1. Returned values now track the LMIC library
2. Adjusted comments for new return values, added notes on return
behavior (returns are driven by the rising/falling logic edge)
2020-06-15 12:36:59 -04:00
Aaron Covrig
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
Aaron Covrig
8b28a72eec
Modifying to expose part of the LMIC controls 2020-06-14 00:03:04 -04:00
Manuel Bl
d7d4a40c4f Get rid of lmic_pins 2019-10-06 21:49:25 +02:00
Manuel Bleichenbacher
f03b5c51fd Simplify conditional compilation; add region Japan 2018-10-27 19:19:55 +02:00
Manuel Bleichenbacher
10decb6886 Fix function documentation 2018-10-02 20:04:08 +02:00
Manuel Bleichenbacher
302509d096 Generate device EUI from MAC 2018-09-17 22:50:15 +02:00
Manuel Bleichenbacher
9501f7589f Fix file description 2018-07-23 17:59:07 +02:00
Manuel Bleichenbacher
3e084a4ed9 provisioning example, waitForProvisioning() 2018-07-23 14:30:03 +02:00
Manuel Bleichenbacher
b179ce6884 Add provisioning task, refactor provisioning 2018-07-23 09:46:45 +02:00
Manuel Bleichenbacher
0d2fc70abb Fix license 2018-07-21 21:54:29 +02:00
Manuel Bleichenbacher
e6b5f2f0d5 Rename sendBytes to transmitMessage 2018-07-21 18:07:36 +02:00
Manuel Bleichenbacher
2c998f5acc Store app/dev EUI/key in NVS 2018-07-20 21:19:53 +02:00
Manuel Bleichenbacher
fc34fed6de Improve consistency of naming 2018-07-19 22:04:32 +02:00
Manuel Bleichenbacher
b8221a614e Receive downlink messages 2018-07-19 16:16:40 +02:00
Manuel Bleichenbacher
6378c17e39 Remove features that are not implemented yet 2018-07-17 22:07:35 +02:00
Manuel Bleichenbacher
ba33e35591 Initial check-in 2018-07-15 22:11:11 +02:00