problem connection between rn2483 and multitech gateway

Home Forums Conduit: mLinux Model problem connection between rn2483 and multitech gateway

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17764
    fabien robin
    Participant

    I try comunique with multitech gateway with lora module and RN2483 microchip component. i don’t receive message in my gateway

    multitech gateway configuration :

    lora configuration:
    Enable =ok
    Frequency Band= 868
    additional channels= 867.5
    Tx power (db)= 0
    Rx 2 Datarate= 12
    Address Range Start = 00:00:00:01
    Address Range End = ff:ff:ff:fe
    Mode = Network sever
    lease time = 80-00-00
    Network ID = Name
    Name = 0011223344556677
    Network key = passphrase
    passphrase = 2b7e151628aed2a6abf7158809cf4f3c

    I make this cmd with ssh console :

    nc -u localhost 6677
    node add 00000005 0011223344556677 0004a30b001a5fcf 2b7e151628aed2a6abf7158809cf4f3c 2b7e151628aed2a6abf7158809cf4f3c

    RN2483 Configuration:

    radio set freq 867500000
    mac get deveui
    sys get hweui
    mac set devaddr 00000005
    mac set appeui 0011223344556677
    mac set appskey 2b7e151628aed2a6abf7158809cf4f3c
    mac set nwkskey 2b7e151628aed2a6abf7158809cf4f3c
    radio set crc on
    mac save
    mac join abp
    mac tx cnf 1 123456

    #17765
    Peter Ferland
    Blocked

    Is the server in public or private mode? It needs to be in public mode.

    #17766
    fabien robin
    Participant

    the server is in public mode

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.