-
I am working on LoRa-E5 mini. And testing the example STM32WLx_Transmit_Interrupt, STM32WLx_Receive_Interrupt. STM32WLx_Transmit_Interrupt code is working fine but STM32WLx_Receive_Interrupt is not…
-
**Describe the bug**
Using the unmodified example AlarmTimedWakeup.ino from the library and Seeed Lora-E5 Mini board, after the first wake up from deepsleep there is no output on the serial console.
…
-
i have plans to test you stack in our LoRaWAN module, the LSI110A
it's is a STM32WL55+SX1262 :)
-
### Description of defect
Inability to enter sleep mode (or at least reach expected sleep mode average current) after calling
`static LoRaWANInterface lorawan(radio);` when working with NRF52…
-
Hello,
I'm trying to developpe a P2P application between two LoRa-E5 mini.
I reprogram the STM32WL on the board using STM32CubeIDE.
At first, I try to developpe my own application from PINGPO…
-
In the [SX126x::process_irq_event](https://github.com/lora-rs/lora-rs/blob/main/lora-phy/src/sx126x/mod.rs#L929), it is possible for the system to be waiting for an interrupt from the radio that will …
-
Lib fails to compile when using an STM32WL55JC.
#define LORAWAN_RFSWITCH_PINS PC3,PC4,PC5
```
src/BSP/radio_board_if.c:75:33: error: 'PC3' undeclared here (not in a function); did you mean 'P…
-
Setup:
NucleoWL55JC
IDE:
STM32CubeIDE 1.15.1
Bug & Question:
Hi there, I want to create a LoRaWAN project based on STM32WL with Loarwan_End_node example to read and send data of an imple…
-
This is a follow-on from #119 which never seems to have adequately resolved.
In addition to getting ~300uA on VDD_MCU when the event loop is idle, I always see ~1mA on VDD_USB. I believe this is …
-
Hello,
I checked in the reference manual of the mcu and found that it doesn't support the Multihopping channel strategy.
Am I mistaken?
Thanks,
Ayoub