Feedback
Feedback

If you are having issues with the exercises, please create a ticket on DevZone: devzone.nordicsemi.com
Click or drag files to this area to upload. You can upload up to 2 files.

Lesson 3 – Interacting with the modem

Overview

In this lesson, we will take a closer look at how we communicate with the modem core on the nRF9160 SiP. We will start by introducing the nRF9160 communication stack and move our way through the layers. On the modem side, you will learn about the transport layer protocols TCP/UDP and the accompanying TLS/DTLS and the advantages and disadvantages of each. Then we look at how the modem side and the application processor side communicate through the Modem library and socket interface in Zephyr.

In the exercise section of this lesson, we will use the socket API to create a UDP socket and establish a connection to an echo server to send and receive UDP packets.

Objectives

  • Learn the fundamentals of network programming, including sockets and the transport protocols UDP and TCP, and understand the advantages and disadvantages of each.
  • Examine the Modem Library and its role in communication between the application processor and the modem.
  • Go over the basics of Zephyr’s socket implementation.
  • Practice through hands-on exercise how to utilize the socket API to create a UDP socket and send UDP packet to a server.
Register an account
Already have an account? Log in
(All fields are required unless specified optional)

  • 8 or more characters
  • Upper and lower case letters
  • At least one number or special character

Forgot your password?
Enter the email associated with your account, and we will send you a link to reset your password.