-
Hi
I am trying to make this library work with the RAK811 module, but I can not find the correct configuration, I think my problem is in the definition and use of the pins
RADIO_RF_CRX_RX …
-
how to check whether lora Ra01 ai thinker working or not
-
Has anyone tried to decode signals from a LoRaWAN network, like the TTN, with this plugin?
LoRaWAN (with a few exceptions) uses the 125 kHz bandwidth, coding rate 5/6, explicit header, CRC on, SF var…
-
Hello, it's really nice of your clear instruction and code that makes it easy to test with the adafruit feather m0 lora boards.
Just a quick question in your code: I am not sure how you set the fre…
-
Hai ,
Iam new to lora,
Iam using this example https://github.com/mcci-catena/arduino-lmic/tree/master/examples/raw-feather and i configure config.h file to (#define CFG_in866 1 and #define CFG_sx12…
-
Hello
I saw a connection between io2 to pin 5 and io1 to 6. Why these connections are used?
Can i use other pins not 5 & 6?
Thank you very much for your kind help
ELI
ELIVB updated
6 years ago
-
I am using Feather M0 LoRa board for sometime. Facing a strange issue now. Once I uploaded any sample programs like Blink, the USB port disabled and the program is NOT working. But whenever I double c…
-
I must apologize, but this is a very odd situation. It's not very consistent and I can't pinpoint the cause.
The setup:
- I'm running the ttn-abp sketch for a Mega2560-based Arduino. ([RobotDyn…
-
Hi,
I have been working with your LoRaDuplex sketch and I ran into some issues.
I was able to get it running with a Leonardo with a Dragino LoRa radio, I was also able to get it running with a M0 …
-
It would be helpful if the SPI MOSI or MISO pin on each SPI channel could be selectively disabled. There are some devices that don't need to read data back, and being able to disable the MISO pin and …