- You will need to set up UDP communication between your Raspberry Pi and the NTP server. This involves configuring the UDP Send and UDP Receive blocks in Simulink to communicate with the NTP server.
- Then you'll have to send an NTP request to the NTP server to request the current time.
- After sending the request, you will receive a response from the NTP server. This response needs to be decoded to extract the timestamp information.
- The timestamp received from the NTP server will be in the form of the number of seconds since January 1, 1900. You will need to convert this to a human-readable date and time format.
UDP send/receive block configuration for NTP Timestamp capturing on Raspberry pi in Simulink
8 ビュー (過去 30 日間)
古いコメントを表示
Hello,
Working on Raspberry pi with simulink support packages. I need Real timestamp in date and clock form for one application.
I understood it can be done by UDP communication with NTP server ( I am trying with ntpServer = "pool.ntp.org";)
I am new on UDP side and need help to understand commands sequence that I shall be following. As reference I am using follwing content
Any leads are welcome and I will highly appriciate.
Thanks.
Vishal
0 件のコメント
回答 (1 件)
Anshuman
2024 年 1 月 29 日
Hi, you can follow the following sequence of steps to get the real timestamp from an NTP server:
These are the general steps to follow to get the real timestamp from an NTP server.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!