Skip to content

Commit 40e6a91

Browse files
author
Daniel Jäckle
committed
Update readme file
1 parent 06e7b29 commit 40e6a91

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

readme.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ LoRaWAN endpoint stack implementation and example projects.
1212
----------------
1313
The aim of this project is to show an example of the endpoint LoRaWAN stack implementation.
1414

15-
This LoRaWAN stack is an EU868 and US915 bands Class A and Class C endpoint implementation
16-
fully compatible with LoRaWAN 1.0.1 specification.
15+
This LoRaWAN stack implements all regions defined in "LoRaWAN Regional Parameters v1.0.2rB" document. Class A and Class C endpoint implementation
16+
is fully compatible with "LoRaWAN specification 1.0.2".
17+
1718
Each LoRaWAN application example includes the LoRaWAN certification protocol implementation.
1819

1920
SX1272/76 radio drivers are also provided.
@@ -142,6 +143,32 @@ not of a bootloader and the radio frequency band to be used.
142143

143144
6. Changelog
144145
-------------
146+
2017-09-08, V4.4.0
147+
* General
148+
1. First release based on "LoRaWAN specification 1.0.2" and "LoRaWAN Regional Parameters v1.0.2rB"
149+
2. This version has passed the LoRa-Alliance compliance tests for the regions shown in the below table.
150+
3. GitHub reported issues corrections.
151+
4. Updated radio driver to perform the LBT carrier sense continuously for a given period of time.
152+
153+
* LoRaWAN
154+
1. GitHub reported issues corrections.
155+
2. Updated implementation to support 1.0.2 specification additions.
156+
3. Added the support for all "LoRaWAN Regional Parameters v1.0.2rB" document defined regions.
157+
158+
**LoRaWAN certification results**
159+
160+
| Region | Verdict | # Test houses | Comments |
161+
| ------------- |:-------------:|:-------------:|:--------------|
162+
| EU868 | <font color='green'>PASS</font> | 2 | - |
163+
| US915 | <font color='green'>PASS</font> | 2 | - |
164+
| CN779 | <font color='orange'>Partial PASS</font> | 1 | No certification specification - tests based on EU868 certification - All tests PASS except 1. Join Accept Rx2 parameters not being applied (under investigation) |
165+
| EU433 | <font color='green'>PASS</font> | 1 | No certification specification - tests based on EU868 certification |
166+
| AU915 | <font color='orange'>Not tested yet</font> | 0 | No certification specification |
167+
| CN470 | <font color='orange'>Not tested yet</font> | 0 | No certification specification |
168+
| AS923 | <font color='green'>PASS</font> | 2 | - |
169+
| KR920 | <font color='green'>PASS</font> | 1 | As of today only one test house has sent a report. We decided to perform the release anyway |
170+
| IN865 | <font color='orange'>PASS</font> | 1 | No certification specification - tests based on EU868 certification |
171+
145172
2017-04-19, V4.3.2
146173
* General (Last release based on LoRaWAN specification 1.0.1)
147174
1. This version has passed EU868 and US915 LoRa-Alliance compliance tests.

0 commit comments

Comments
 (0)