lorawan

IDs for LoRa modules

☆樱花仙子☆ 提交于 2020-06-13 00:12:13
问题 I use two SX1278 LoRa Ra-02 modules for communication. I wonder how I can set IDs for these two modules to deny an interference with other LoRa modules which work at the same frequency. I mean, is there a solution similar to pipe addresses of NRF24l01 communication. Thanks in advance. 回答1: Encryption is the answer to blocking snooping on your communication. This can be a basic XOR encryption, a Caesar cipher or even better rsa. For the unique ID problem: there are several solutions to this

介绍LORAWAN 网关产品

本小妞迷上赌 提交于 2020-03-26 12:03:27
3 月,跳不动了?>>> 目前 LoRaWAN 是着眼于城域网或者大型的运营商的场景,规模的核心网供应商都是与运营商合作,提供服务。 但这些年的经验显示,室内或者小场景的连接市场,这个年均千万级的小 LORA 与 ZIGBEE 的场景,用在智能单品,家居,园区等等,切入此场景,可带来可观的连接数。 目前 LORAWAN ClassA/B/C 三种模式仍旧无法很好的覆盖上述使用场景,该场景对功耗和响应时间都有一定要求(功耗较低,响应时间较快),同时有本地控制需求。 本方案设计一种新型的 LORA D2D mode 支持上述场景,来赋能需求的合作伙伴。 D2D 场景要求 实时性较高:亚秒级 功耗较低:不能持续开窗 整体是介入 Class B 和 Class C 之间 实时性: Class B< D2D mode <Class C 功耗: Class B< D2D mode< Class C 功耗说明: Class B 和 D2Dmode 功耗依赖于 pingslot 周期以及 D2D mode 唤醒周期。整体上 Class B 4s/8s 开窗周期功耗接近于 D2D mode 0.5s/1s 周期功耗。 数据可在本地流转,无需上云。 Class A: Lora 节点最佳节能的工作模式, Server 无法实时唤醒节点; Class B: Lora 节点节能并唤醒时延可控的工作模式;

智慧景区人员定位方案

﹥>﹥吖頭↗ 提交于 2020-03-05 13:52:03
基于LoRaWAN通信技术的景区人员定位设备,实现了精准定位、历史轨迹查询、SOS主动报警等功能。 一、政策背景 《关于改善节假日旅游出行环境促进旅游消费的实施意见》(发改社会〔2019〕1822号),提出要大力发展“智慧景区”,推进全国4A即以上景区的智慧服务。《旅游安全管理办法》要求加强旅游安全管理,提高应对旅游突发事件的能力,保障旅游者的人身、财产安全。 随着百姓文化旅游需求的暴涨,以及通讯技术的发展和物联网概念的提升,越来越多的景区开始采用信息化手段提升景区的客流管理和旅客安全服务手段,人员定位作为一种新型信息化服务手段,国内部分景区已经开展了相关试点工作,总体运行效果良好。 二、方案需求 传统的定位设备都是基于2G/3G/4G等广域无线网络来实现设备的位置信息回传,这些基于运营商网络的回传方式存在功耗大、待机时间短,还需要向运营商缴纳通讯费用的问题,且遇到偏远山区信息还不能实现有效覆盖。基于这些传统定位设备的弊端,我们针对特殊场景推出了利用低功耗物联网技术实现数据回传的新型可穿戴定位设备,不仅规避了传统定位设备的上述弊端还能让数据掌握在自己手中安全可控。 游客定位:对游客的位置进行位置监控。 主动告警:旅客离开安全游览区域,主动告警;游客遇到安全问题,可以一键SOS主动告警,后台并获得其实时位置。 景区客流:通过游客定位可以准确获知游客在景区内的动态分布

How can I add I-CUBE-LRWAN libraries to a new project?

荒凉一梦 提交于 2020-03-05 05:40:31
问题 I am working with STM32 B-L072Z-LRWAN1 discovery kit. How can I add I-CUBE-LRWAN libraries externally, after i have created a project on CubeMX for B-L072Z-LRWAN1 discovery kit. Because project which i have created have not radio libraries. I am coding with System Workbench. Before this project, i used Ping-Pong example. It was divergent for create a fresh project. So i am trying to make a new project for Lora. Thanks for answers. 回答1: I'm going to answer it from te point of view of a Keil

MBED OS 5.9 LoRA set up in SF7

佐手、 提交于 2019-12-08 11:56:00
问题 Do you know how to set up the Spreading Factor to 12 in a Mbed-OS LoRaWAN protocol APIs to connect to a LoRaWAN network using OTAA? I'm trying to make LoRA node to use Spreading Factor SF12, because the default one is SF7. I know that in the PHY layer we can change Radio configurations. There are several examples to change between the different sub-GHz frequency bands, however, I can't find one on how to change the LoRa modulation SF between 7 and 12 and with a bandwidth of 125 kHz. I'm using