2026-01-30 8:19 AM - last edited on 2026-01-31 1:54 AM by Andrew Neil
Split from RF Communication with Nucleo-WL55JC Boards - Seeking Guidance
This is a different question.
Hiii,
I need to receive the time from the network server. How to fix this issue.Give me the clear steps to fix .
2026-01-31 1:56 AM
Welcome to the forum.
Please give more details on your setup, what you are trying to achieve, and what you have done so far:
How to write your question to maximize your chances to find a solution
2026-01-31 2:06 AM - edited 2026-01-31 2:09 AM
Ask the Ai ...
>How to receive the time from the network server on stm32 board?
To receive the time from a network server on an STM32 board, the recommended approach is to implement an SNTP (Simple Network Time Protocol) client using the LwIP stack. The process involves:
To implement an SNTP client for time synchronization:
To receive the time from a network server on an STM32 board, implement an SNTP client using the LwIP stack. Configure the necessary peripherals, enable LwIP and SNTP in STM32CubeIDE, and periodically synchronize the RTC with the network time server. This approach ensures your STM32 device maintains accurate time for logging and time-sensitive applications.
For additional support or to discuss your specific application with ST experts, you’re welcome to join conversations in STM32 forums.
2026-01-31 2:19 AM - edited 2026-01-31 2:20 AM
@AScha.3's AI wrote:Receiving time from a network server on an STM32 board is best achieved by implementing an SNTP (Simple Network Time Protocol) client over LwIP (Lightweight IP) (TCP/IP stack).
That's assuming a TCP/IP network.
It's not clear that @Sivanand has a TCP/IP network.
@Sivanand - this is why it's important that you give full details of your setup, what you are trying to achieve, and what you have done so far:
How to write your question to maximize your chances to find a solution
See also: How to use STM32 Sidekick
2026-01-31 3:27 AM
Hi everyone,
I’m working with an STM32WL55JC1 board and using LoRaWAN. STM32 has no Rtc module i need time from the network sever to count the time for sending data.
MCU: STM32WL55JC1
Network: LoRaWAN (not TCP/IP, no LwIP, no SNTP)
Goal:
Request the current network time from the LoRaWAN Network Server.
Receive the timestamp on the device.
2026-01-31 3:51 AM
ok...