User Activity

The content of the function is simply putting data in the buffer and sending it.Even if the function is called once, it sends data 2 to 4 times.However, looking at the logs from the LORA gateway, they are sending data continuously.I'm not sure why th...
Hello, I am developing STM32L072.The library is using ""I CUBE LRWAN".Inside the library, I have created the part that enters the OFF mode (STANDBY mode.But the MCU doesn't consider the RTC and just keeps rebooting.What else should I consider?void PW...
I am using I CUBE LRWAN 2.0.0STM32L072-LRWAN1 board is in use.You want to use the TRACE function UART1 (PA9, PA10) pin.The TX outputs letters to the serial, but the RX function, such as keyboard input, does not work.NVIC is also set in UART1 INIT.HAL...
HelloI am experiencing two problems.My development environment is STM32L072CZ-LRWAN1.You are now using a combination of END_NODE and AT_SLAVE examples.I'll sort out my problems.The first is that 'SET' values are not operated through features such as ...
I'm developing LoRa's ENDNODE using the "ENDNODE" example.In the "ENDNOE" example, see "AT_SLAVE" to run ATCOMAND.For UART setupTo change to UART2->LPUARTextern UART_HandleTypeDef hlpuart1;I'm developing LoRa's ENDNODE using the "ENDNODE" example.In ...