All Questions
5 questions
0
votes
0
answers
99
views
Issue with Writing to Flash Memory on STM32WLE5 After Receiving LoRa Data
I’m working with an STM32WLE5 microcontroller, using code generated by STM CubeMX. My project incorporates LoRaWAN modules, follows the EndNode skeleton, and utilizes FreeRTOS (CMSIS V2.0). The common ...
0
votes
1
answer
68
views
Long Range Mesh for Embedded Devices
I have a project where I need to deploy a cluster of 20 embedded devices. Each device has an embedded microcontrollerr (nRF52840) with a 64MHz Cortex M4 processor. The devices will be spaced 100 - ...
0
votes
1
answer
427
views
How to read the WhoAmI register of an ST-sensor during both initialization of the program (works) and repeatedly during LoRaWAN duty cycle (doesn't)?
I have been trying to program an STM32WL55JC1 microcontroller on a LoRa-E5-Mini from Seeed studio to be a LoRaWAN endnode and relay airpressure data from an ST LPS22HH sensor to The Things Network.
I ...
0
votes
0
answers
119
views
Save and restore Semtech SX1276 state
for technical (safety mainly) reasons, I have to shutdown completely the RF module (sx1276) from time to time for five or less minutes (once or two times per day). Since my LoRaWAN stack is already ...
2
votes
3
answers
2k
views
LoRaWAN unconfirmed downlink and re-JOIN procedure
Recently I started working on LoRa-enabled devices and noticed that some of them do not handle case when they are unprovisioned from Network Server. This happens a lot during development (especially ...