GithubHelp home page GithubHelp logo

Comments (3)

brocaar avatar brocaar commented on August 24, 2024

I've been testing a lot with the RN2483 myself and I don't have any issues with receiving the correct data. Although I don't know exactly what you mean with cooking-hacks RN2483? There shouldn't be any difference in how nodes encrypt as the encrypting meganism is defined by the specs.

Ae you sure that you did set your AppSKey correctly in both LoRa App Server and your node? Please note that in some scripts / for some nodes you need to enter it LSB, in some others MSB. This makes a difference in what you will receive 😉 In case you have doubts, start testing with a key that is equal to its reverse byte order (e.g. 01010101010101010101010101010101).

from lorawan.

Yaoshicn avatar Yaoshicn commented on August 24, 2024

@brocaar
Thank you for your reply. The cooking-hacks RN2483 means : https://www.cooking-hacks.com/lorawan-shield-for-raspberry-pi-868-mhz-xbee-socket . We use this chip since we need to integrate some other codes on a Raspberry Pi. The cooking-hacks provide a library so that we can operate RN2483 by C++ program directly.

I double checked the setting and have tested a key that is equal to its reverse byte order. It still not work. If you have time, would you please run the JavaScript I mentioned before to get a better understanding? Thanks again.

from lorawan.

Yaoshicn avatar Yaoshicn commented on August 24, 2024

Hi, @brocaar,

Problem solved. I apologize for my carelessness. I did not encode the data with base 64.

apiEnqueueDownlinkQueueItemRequest {
confirmed (boolean, optional): Is an ACK required from the node. ,
data (string, optional): **Base64 encoded data**. ,
devEUI (string, optional): Hex encoded DevEUI of the node. ,
fPort (integer, optional): FPort used (must be >0) ,
reference (string, optional): Random reference (used on ack notification).
}

Thank you for your help and patience.

Best Regards,
Xuanliang

from lorawan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.