python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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 ...
Tembai
Votes: 0
Answers: 1
Encode LoRaWAN packet
I have a system based on the LoRaWAN network. It gets the information from the Base64 encoded gateway. I need to decode it from NwkSKey and AppSKey into a valid HEX package. It is not about the simple...
Jakub Świniarski
Votes: 0
Answers: 1