atsamr34_long_range_p2p
atsamr34_long_range_p2p copied to clipboard
"IoT Made Easy!" - Enable Easy to use P2P Protocol for Long-Range & Low Power Applications on SAM R34 LoRa Technology ICs and WLR089U0 Module
In WLR089U0_P2P_v1.05/src/ASF/thirdparty/wireless/LoRa_P2P/source/mimac/phy/sx1276/phy.c :: radioCallback() - The variable RxBank is initialized with the value 0xFF - During the RADIO_RX_DONE_CALLBACK or RADIO_RX_TIMEOUT_CALLBACK cases = The loop searches for an empty RxBuffer array...
When a packet is received and all Rx buffers are full, the variable RxBank is left with its pre-initialized value of 0xFF. The RxBank variable was then used as an...
hello, i want to connect wlr089u0 to heltec esp32 lora, which i have to use in my application?
refer to [https://github.com/MicrochipTech/atsamr34_long_range_p2p/blob/master/03_customize/README.md#configure-the-application-2](url) Github documentations shows **Settings for North America: PHY_SetTxPower(20)* However in the commented out example it shows setting od 0xIF >>Can we have some clarity please uint8_t txPower...
Hello, we are testing a P2P application with 2 of the WLR089 XPlained Pro and have followed the guide to set up the example application. We are working out of...
Hi, We are using that library. After some iterations of sending LoRa messages, system breaks. We check that the problem is the function that send data to nodes. There is...