1
- / _____) _ | |
2
- ( (____ _____ ____ _| |_ _____ ____| |__
3
- \____ \| ___ | (_ _) ___ |/ ___) _ \
4
- _____) ) ____| | | || |_| ____( (___| | | |
5
- (______/|_____)_|_|_| \__)_____)\____)_| |_|
6
- (C)2013 Semtech-Cycleo
1
+ / _____) _ | |
2
+ ( (____ _____ ____ _| |_ _____ ____| |__
3
+ \____ \| ___ | (_ _) ___ |/ ___) _ \
4
+ _____) ) ____| | | || |_| ____( (___| | | |
5
+ (______/|_____)_|_|_| \__)_____)\____)_| |_|
6
+ (C)2013 Semtech-Cycleo
7
7
8
8
LoRa Gateway project
9
9
=====================
@@ -13,18 +13,18 @@ LoRa Gateway project
13
13
14
14
This directory contains the sources of the library to build a LoRa Picocell
15
15
Gateway based on a Semtech LoRa multi-channel RF receiver (a.k.a. concentrator).
16
- Once compiled all the code is contained in the libloragw.a file that will be
16
+ Once compiled all the code is contained in the libloragw.a file that will be
17
17
statically linked (ie. integrated in the final executable).
18
18
The library implements the communication with the concentrator embedded MCU
19
19
through a serial port.
20
20
21
- The library also comes with a bunch of basic tests programs that are used to
21
+ The library also comes with a bunch of basic tests programs that are used to
22
22
test the different sub-modules of the library.
23
23
24
24
## 2. Helper programs
25
25
---------------------
26
26
27
- Those programs are included in the project to provide examples on how to use
27
+ Those programs are included in the project to provide examples on how to use
28
28
the HAL library, and to help the system builder test different parts of it.
29
29
30
30
### 2.1. util_pkt_logger ###
@@ -67,11 +67,17 @@ This software is used to obtain the unique id of the PicoCell gateway (the
67
67
## 4. User Guide
68
68
----------------
69
69
70
- [ A detailed PicoCell GW user guide is available here] ( http ://www.semtech. com/images/datasheet/picocell_gateway_user_guide.pdf )
70
+ [ A detailed PicoCell GW user guide is available here] ( https ://github. com/Lora-net/picoGW_hal/wiki/Instructions-&-User-guide )
71
71
72
72
## 5. Changelog
73
73
---------------
74
74
75
+ ### v0.2.3 ###
76
+
77
+ * HAL: fixed an issue in the lgw_reg_r()/lgw_reg_w()/lgw_reg_rb()/lgw_reg_wb()
78
+ functions to write the register page before reading/writing any register to
79
+ avoid conflicting with MCU register page setting.
80
+
75
81
### v0.2.2 ###
76
82
77
83
* HAL: updated MCU firmware version to match with picoGW_mcu V0.2.1 release.
@@ -120,24 +126,24 @@ device path to be used to communicate with the concentrator board (tty...).
120
126
## 6. Legal notice
121
127
------------------
122
128
123
- The information presented in this project documentation does not form part of
124
- any quotation or contract, is believed to be accurate and reliable and may be
125
- changed without notice. No liability will be accepted by the publisher for any
126
- consequence of its use. Publication thereof does not convey nor imply any
127
- license under patent or other industrial or intellectual property rights.
128
- Semtech assumes no responsibility or liability whatsoever for any failure or
129
- unexpected operation resulting from misuse, neglect improper installation,
130
- repair or improper handling or unusual physical or electrical stress
131
- including, but not limited to, exposure to parameters beyond the specified
132
- maximum ratings or operation outside the specified range.
133
-
134
- SEMTECH PRODUCTS ARE NOT DESIGNED, INTENDED, AUTHORIZED OR WARRANTED TO BE
135
- SUITABLE FOR USE IN LIFE-SUPPORT APPLICATIONS, DEVICES OR SYSTEMS OR OTHER
136
- CRITICAL APPLICATIONS. INCLUSION OF SEMTECH PRODUCTS IN SUCH APPLICATIONS IS
129
+ The information presented in this project documentation does not form part of
130
+ any quotation or contract, is believed to be accurate and reliable and may be
131
+ changed without notice. No liability will be accepted by the publisher for any
132
+ consequence of its use. Publication thereof does not convey nor imply any
133
+ license under patent or other industrial or intellectual property rights.
134
+ Semtech assumes no responsibility or liability whatsoever for any failure or
135
+ unexpected operation resulting from misuse, neglect improper installation,
136
+ repair or improper handling or unusual physical or electrical stress
137
+ including, but not limited to, exposure to parameters beyond the specified
138
+ maximum ratings or operation outside the specified range.
139
+
140
+ SEMTECH PRODUCTS ARE NOT DESIGNED, INTENDED, AUTHORIZED OR WARRANTED TO BE
141
+ SUITABLE FOR USE IN LIFE-SUPPORT APPLICATIONS, DEVICES OR SYSTEMS OR OTHER
142
+ CRITICAL APPLICATIONS. INCLUSION OF SEMTECH PRODUCTS IN SUCH APPLICATIONS IS
137
143
UNDERSTOOD TO BE UNDERTAKEN SOLELY AT THE CUSTOMER'S OWN RISK. Should a
138
- customer purchase or use Semtech products for any such unauthorized
139
- application, the customer shall indemnify and hold Semtech and its officers,
140
- employees, subsidiaries, affiliates, and distributors harmless against all
144
+ customer purchase or use Semtech products for any such unauthorized
145
+ application, the customer shall indemnify and hold Semtech and its officers,
146
+ employees, subsidiaries, affiliates, and distributors harmless against all
141
147
claims, costs damages and attorney fees which could arise.
142
148
143
149
* EOF*
0 commit comments