User Activity

Hi everyone,I am working on an STM32WL-based device and have successfully operated downlink in LoRaWAN communication when using the following JSON payload format:  { "devEui": "0102030405060708", "confirmed": true, "fPort": 10, "data": "ESIzRFU=" }  ...
Hi everyone,I am currently working on the LoRaWAN_AT_Slave example from the firmware package repository (STM32Cube_FW_WL_V1.3.0) provided by ST. So far, I have successfully implemented uplink and downlink communication, enabling the device to send se...
Hello ST Community,I’m currently working on a project using the RAK3172 Evaluation Board that integrates the STM32WLE5 chipset. I successfully tested the default example (LORAWAN_AT_SLAVE), and it works well on the evaluation board. I’m able to commu...