Oviphone
 
 
Devices Integration Notes Oviphone's Platform Push Data to 3rd Platform 4G Cat.1 Device Integration LoRaWAN Device Integration UWB Device Integration BLE Device Integration NBIoT&Cat.M Device Integration

        LoRaWAN Devices Data Integration Instructions

Oviphone LoRa / LoRaWAN device:Wristband, Smart Watch, Badge, Helmet Tracker etc

                            手机客户端和数据对接(图13)lorawan设备通信协议集合.zip

image.png

3.1.   LoRaWAN Server:chirpsatck Server Integrate Instruction: Debugging instructions for docking with the Chirpstack open-source platform and management platform - including video tutorials (important)

                            手机客户端和数据对接(图18)LoRaWAN设备和系统调试安装说明-chirpstack-2024.docx    手机客户端和数据对接(图14)English-LoRaWAN System Debug and Installation Instructions (Preliminary Document)-chirpstack.docx

3.2.   LoRaWAN Server:TTN Server :Debugging instructions for TTN platform and management platform (important) 

                            手机客户端和数据对接(图11)LoRaWANTTN调试说明.docx

    1.    B2315L-LoRaWAN: Support modifying location reporting cycle, location priority, device SOS alarm, health data sampling, etc

                                 手机客户端和数据对接(图26)Oviphone B2315L LoRaWAN Protocal 通用版本-2024.docx/手机客户端和数据对接(图26)English-Oviphone - B2315L-lorawanProtocol -2024-9 .docx

    2.    W200L-LoRaWAN : Support modifying location reporting cycle, location priority, device SOS alarm, health data sampling, etc

                            手机客户端和数据对接(图26)Oviphone W200L LoRaWAN Protocal 通用版本-2024.docx/手机客户端和数据对接(图29)English-Oviphone -W200L-lorawan  Protocol -2024-9 .docx

    3.    W200PL-loRaWAN :Support modifying location reporting cycle, location priority, device SOS alarm, health data sampling, etc

                            手机客户端和数据对接(图26)欧孚通信 - W200p LoraWAN协议-通用版本-2024-9 .docx/手机客户端和数据对接(图26)English-Oviphone -W200PL-lorawan  Protocol -2024-9 .docx

    4.    W200PL-LoRaWAN Hongkong version

            Support separate settings for health monitoring sampling reporting frequency and location reporting frequency; Bluetooth broadcast switch, high-altitude fall alarm switch, sedentary alarm switch, positioning and health data reporting switch, sedentary alarm trigger time, shutdown/restart command when turned on, IP and port modification command issued, weather warning issued

                            手机客户端和数据对接(图26)欧孚通信 - 香港-W200p LoraWAN优化协议-2024-9.docx手机客户端和数据对接(图29)English-Oviphone -W200PL-lorawan Optimize Protocol -2024-9 .docx

     5.    W200PL -LoRa Protocal(Factory dispatch scenario: supports communication in forms such as unicast, broadcast, multicast, etc)

                        手机客户端和数据对接(图11)Oviphone W200P LoRaWAN Protocal_协议-工厂派工应用.docx

    6.     G808L LoRa docking protocol:

Support modifying location reporting cycle, location priority, SOS alarm, etc

Device Data Docking/Integration Instructions(图33)欧孚通信G808L LoRaWAN设备协议.docx

    7.    G618L LoRa docking protocol:

Support modifying location reporting cycle, location priority, SOS alarm, etc

Device Data Docking/Integration Instructions(图33)欧孚通信G618L LoRaWAN设备协议.docx





Oviphone-LoRa/LoRaWAN Devices and Solution


LoRaWAN / LoRa Devices: 

            1、B2315L:   LoRaWAN Wristband

            2、W200PL:    LoRaWAN / LoRa Smart Watch

            3、W200L:    LoRaWAN Smart Watch

            4、G808L:     LoRaWAN / LoRa Badge Tracker

            5、G618L:     LoRaWAN / LoRa Helmet Tracker 

W300P

UWB报警和定位.png

image.png

image.png

image.png

image.png

image.png

LoRaWAN Gateway:         

            image.png

LoRa Gateway:

            image.png

LoRa-LoRaWAN Network (NS) Server

LoRa设备需要NS服务器(NS Server-LoRa Gateway Network Management Server

       i) 服务器 硬件配置:CPU 4G 8Core+RAM 8G (或以上 or Above)

        ii)  我们采用Chirpstack 开源构架,需要如下环境软件和应用软件

            Linux server ( use ubuntu 20) 操作系统,会安装如下开源的应用:

            MQTT Server (mosquitto) mqtt 服务器 用于NS服务器接收网关发布的消息

            Redis server (over redis 5)用于配套mqtt 临时转存数据

            gateway-bridge Gateway (网关用于配置发布的主题的读写策略)

            Network-server (网络服务器 添加写数据库账号及读写策略)

           Chirpstack-Application-server (网关应用服务器)

       iii) 数据库Sqlserver2012  (can reuse above 1.2 C共用如上1.2的云数据库 )


LoRa网络服务器搭建通常使用开源框架搭建,例如 Chirpstack【官网: https://www.chirpstack.io/ 】

        (NS server can use Open source framework construction, such as: Chirpstack  

    I、在操作系统上搭建LoRa服务器 (LoRaWAN NS server construct in Linux and Windows OS)

        1、linux系统搭建参考资料(linux OS reference )

https://www.cnblogs.com/liujiabing/p/13692308.html

https://blog.csdn.net/iotisan/article/details/90412873

        2、 Windows系统搭建参考资料 (Windows OS reference)

               https://blog.csdn.net/Mculover666/article/details/104059824

        3、搭建时注意postresqlredis mosquito的部署,以及gateway,NS 和AS之间的关系.


    II、对接LoraWAN数据

        1、Https数据对接: 在自己应用服务器平台上开发一个接收的接口用于接收Lora数据.

        2、Mqtt数据对接: 接收Mqtt数据首先需添加一个账号密码到lora服务器的mosquitto配置文件下.

      另需同步在AS服务器本地文件toml的application_server.integration.mqtt]配置文件下做配置.

    常用功能:

                •    接收数据:需订阅 topicapplication/#或者 user/# 

                •    指令下发topic:application/[ApplicationID]/device/[DevEUI]/event/[EventType] 

                •    系统指令下发:application/[ApplicationID]/device/[DevEUI]/command/down 

                •    帮助文档: https://www.chirpstack.io/application-server/integrations/mqtt/

       3、若您现有开发平台中已集成应用amqp,aws,Azure Service-Bus integration等都可做兼容操作.


+86-13611753876

:jackyu@oviphone.cn

:7th Floor, Dehong Business Buidling, No.725,Zhangjiang Road, Pudong District, Shanghai, CHINA

Copyright © 2012-2020 Oviphone Technology Limited    沪ICP备09065869号-2