Skip to content

Commit 37f45af

Browse files
committed
feat: add sx130x lora gateway module
1 parent a0fb27a commit 37f45af

4 files changed

Lines changed: 19 additions & 11 deletions

File tree

en/products/lora/lora_gateway/heltec_lora_gateway_list.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212

1313
 
1414

15-
| Product | Application Scenario | Baseband Chipset |
16-
| :----------------------------------------------------------: | :----------------------------------------------------------: | :--------------------------------: |
17-
| [HT-M00 Dual Channel Gateway](https://heltec.org/project/ht-m00/) | Smart family or some indoor LoRa applications that work with less than 30PCS LoRa nodes. | ESP32+1276*2 with digital baseband |
18-
| [HT-M01 Evaluation Gateway](<https://heltec.org/project/ht-m01/>)<sup>1</sup> | Verify LoRa communication solutions and secondary development. | SX1308 + SX1255/7*2 |
19-
| [HT-M01S Indoor Gateway](https://heltec.org/project/ht-m01s/) | Indoor environments with power supply and internet such as smart factories and smart warehouses. | SX1308 + SX1255/7*2 |
20-
| [HT-M02 Edge LoRa Gateway](<https://heltec.org/project/ht-m02/>) | Smart city, smart farms etc. **outdoor projects.** | SX1301 + SX1255/7*2 |
21-
| HT-M02S Solar Edge LoRa Gateway | suitable for deployment **in the field without power supply**, such as animal monitoring, forest fire warning, natural disaster warning etc. | SX1302 + SX1250*2 |
15+
| Product | Application Scenario | Baseband Chipset |
16+
| :----------------------------------------------------------: | :----------------------------------------------------------: | :---------------------------------: |
17+
| [HT-M00 Dual Channel Gateway](https://heltec.org/project/ht-m00/) | Smart family or some indoor LoRa applications that work with less than 30PCS LoRa nodes. | ESP32+1276*2 with digital baseband |
18+
| [HT-M01 Evaluation Gateway](<https://heltec.org/project/ht-m01/>)<sup>1</sup> | Verify LoRa communication solutions and secondary development. | SX1308 + SX1255/7*2 |
19+
| [HT-M01S Indoor Gateway](https://heltec.org/project/ht-m01s/) | Indoor environments with power supply and internet such as smart factories and smart warehouses. | SX1308 + SX1255/7*2 |
20+
| [HT-M02 Edge LoRa Gateway](<https://heltec.org/project/ht-m02/>) | Smart city, smart farms etc. **outdoor projects.** | SX1301 + SX1255/7*2 |
21+
| HT-M02S Solar Edge LoRa Gateway | suitable for deployment **in the field without power supply**, such as animal monitoring, forest fire warning, natural disaster warning etc. | SX1302 + SX1250*2 |
22+
| [SX130x LoRa Gateway Module](https://heltec.org/project/lora-gateway-module/) | The SX130x LoRa gateway module includes two baseband models, SX1301 and SX1308.SX1301 is positioned as an outdoor type, and SX1308 is positioned as an indoor type. | SX1301/SX1308 digital baseband chip |
2223

2324
&nbsp;
2425

index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<script>
88
const gateway_list = [
99
//LoRa Gateway
10+
{a:'https://heltec.org/project/lora-gateway-module/', img:'https://resource.heltec.cn/img/docs/lora_gateway/lora_gateway_module.jpg', p:'SX130x LoRa Gateway Module'},
1011
{a:'https://heltec.org/project/ht-m00', img:'https://resource.heltec.cn/img/docs/lora_gateway/ht_m00.jpg', p:'HT-M00 Dual Channel LoRa Gateway'},
1112
{a:"https://heltec.cn/project/ht-m01", img:"https://resource.heltec.cn/img/docs/lora_gateway/ht_m01.jpg", p:"HT-M01 PicoCell LoRa Gateway"},
1213
{a:'https://heltec.org/project/ht-m01s', img: 'https://resource.heltec.cn/img/docs/lora_gateway/ht_m01s.jpg', p: 'HT-M01S Indoor LoRa Gateway'},
@@ -146,7 +147,7 @@
146147
const touchKeyList = [
147148
{a: 'https://heltec.org/project/touch-button/', img: 'https://resource.heltec.cn/img/docs/touch_key_1.jpg', p: 'Touch Key'}
148149
]
149-
// var product = [core,module,unit,base,application,accessory,aluminium];
150+
150151
var product_class = [gateway_list,cubecell_list,esp32_lora_list,stm32_lora_list,esp32_arduino_list,esp8266_arduino_list,oled_list,e_ink_list,accessories_list, touchKeyList];
151152
var product_class_name = ["gateway","cubecell","esp32_lora","stm32_lora","esp32_arduino","esp8266_arduino","oled","e_ink","accessories", 'touch_key'];
152153

@@ -160,7 +161,7 @@
160161

161162
//append的内容将显示在product_class.p名称的上方,并作为一行的开始
162163
/*lora gateway*/
163-
if(product_class[class_num][i].p === "HT-M00 Dual Channel LoRa Gateway"){
164+
if(product_class[class_num][i].p === "SX130x LoRa Gateway Module"){
164165
$("#"+product_class_name[class_num]).append('<br><p> <a href="#/en/products/lora/lora_gateway/heltec_lora_gateway_list"> <strong>LoRa Gateway</strong> </a> </p>');
165166
}
166167
/*cubecell*/
@@ -255,6 +256,7 @@
255256
//给lora gateway添加属性
256257
function appendAttr(e) {
257258
const gatewayId = [
259+
'lora-gate-module',
258260
'htm-00',
259261
'htm-01',
260262
'htm-01s',
@@ -295,6 +297,7 @@
295297
$("#gateway div#htm-02 .mask a").attr("href", "https://heltec-automation-docs.readthedocs.io/en/latest/gateway/ht-m02_4g/index.html");
296298
$("#gateway div#htm-00 .mask a").attr("href", "https://heltec-automation-docs.readthedocs.io/en/latest/gateway/ht-m00/index.html");
297299
$("#gateway div#htm-01s .mask a").attr("href", "https://heltec-automation-docs.readthedocs.io/en/latest/gateway/ht-m01s/index.html");
300+
$("#gateway div#lora-gate-module .mask a").attr("href", "https://heltec-automation-docs.readthedocs.io/en/latest/gateway/sx1301module/index.html");
298301

299302
$("#cubecell div.item a:lt("+cubecell_list.length+")").append(mask_html);
300303
$("#cubecell .mask a").attr("href", "https://heltec-automation-docs.readthedocs.io/en/latest/cubecell/quick_start.html");

zh_CN/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<script>
88
var gateway_list = [
99
//LoRa Gateway
10+
{a:'https://heltec.org/project/lora-gateway-module/', img:'https://resource.heltec.cn/img/docs/lora_gateway/lora_gateway_module.jpg', p:'SX130x LoRa 网关模块'},
1011
{a:'https://heltec.org/project/ht-m00', img:'https://resource.heltec.cn/img/docs/lora_gateway/ht_m00.jpg', p:'HT-M00双通道LoRa网关'},
1112
{a:"https://heltec.org/project/ht-m01", img:"https://resource.heltec.cn/img/docs/lora_gateway/ht_m01.jpg", p:"HT-M01通信验证LoRa网关"},
1213
{a:'https://heltec.org/project/ht-m01s', img: 'https://resource.heltec.cn/img/docs/lora_gateway/ht_m01s.jpg', p: 'HT-M01S室内LoRa网关'},
@@ -162,7 +163,7 @@
162163
for (var i=0; i<product_class[class_num].length; i++ ) {
163164
//append的内容将显示在product_class.p名称的上方,并作为一行的开始
164165
/*lora gateway*/
165-
if(product_class[class_num][i].p === "HT-M00双通道LoRa网关"){
166+
if(product_class[class_num][i].p === "SX130x LoRa 网关模块"){
166167
$("#"+product_class_name[class_num]).append('<br><p> <a href="#/zh_CN/products/lora/lora_gateway/heltec_lora_gateway_list"> <strong>LoRa 网关</strong> </a> </p>');
167168
}
168169
/*cubecell*/
@@ -260,6 +261,7 @@
260261
//给lora gateway添加属性
261262
function appendAttr(e) {
262263
const gatewayId = [
264+
'lora-gate-module',
263265
'htm-00',
264266
'htm-01',
265267
'htm-01s',
@@ -299,6 +301,7 @@
299301
$("#gateway div#htm-02 .mask a").attr("href", "https://heltec-automation.readthedocs.io/zh_CN/latest/gateway/ht-m02_4g/index.html");
300302
$("#gateway div#htm-00 .mask a").attr("href", "https://heltec-automation.readthedocs.io/zh_CN/latest/gateway/ht-m00/index.html");
301303
$("#gateway div#htm-01s .mask a").attr("href", "https://heltec-automation.readthedocs.io/zh_CN/latest/gateway/ht-m01s/index.html");
304+
$("#gateway div#lora-gate-module .mask a").attr("href", "https://heltec-automation.readthedocs.io/zh_CN/latest/gateway/sx1301module/index.html");
302305

303306
$("#cubecell div.item a:lt("+cubecell_list.length+")").append(mask_html);//lt后面括号内的数字代表该类中需要添加掩盖页的数量
304307
$("#cubecell .mask a").attr("href", "https://heltec-automation.readthedocs.io/zh_CN/latest/cubecell/quick_start.html");

zh_CN/products/lora/lora_gateway/heltec_lora_gateway_list.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
| :----------------------------------------------------------: | :----------------------------------------------------------: | :--------------------: |
1717
| [HT-M00 双通道网关](https://heltec.org/project/ht-m00/) | 智能家庭或使用少于30个LoRa节点的室内LoRa应用程序。 | ESP32+1276*2的数字基带 |
1818
| [HT-M01 评估网关](<https://heltec.org/project/ht-m01/>) | 验证LoRa通信解决方案和二次开发; | SX1308 + SX1255/7*2 |
19-
| HT-M01S室内网关 | 有电源和互联网的室内环境,如智能工厂和智能仓库; | SX1308 + SX1255/7*2 |
19+
| [HT-M01S室内网关](https://heltec.org/project/ht-m01s/) | 有电源和互联网的室内环境,如智能工厂和智能仓库; | SX1308 + SX1255/7*2 |
2020
| [HT-M02 边缘 LoRa 网关](<https://heltec.org/project/ht-m02/>) | 智能城市,智能农场等。**户外项目** | SX1301 + SX1255/7*2 |
2121
| HT-M02S 太阳能边缘LoRa 网关 | **适用于野外无电源部署**,如动物监测、森林火灾预警、自然灾害预警等。 | SX1302 + SX1250*2 |
22+
| [SX130x LoRa 网关模块](https://heltec.org/project/lora-gateway-module/) | SX130x LoRa 网关模块包括两个基带型号SX1301和SX1308。SX1301定位为室外型,SX1308定位为室内型。 | SX1301/SX1308 |
2223

2324
&nbsp;
2425

0 commit comments

Comments
 (0)