Coursera
Lista de cursos
  • Navegar
  • Pesquisar
  • For Enterprise
  • Entrar
  • Criar conta

Internet of Things: Communication Technologies

Visão geralProgramaPerguntas frequentesDesenvolvedoresCustoClassificações e avaliações

Página inicialCiência da ComputaçãoSegurança de Redes e Computadores

Internet of Things: Communication Technologies

Universidade da Califórnia, San Diego

Informações sobre o curso: Have you wondered how “Things” talk to each other and the cloud? Do you understand the alternatives for conveying latency-sensitive real time data versus reliable signaling data? Building on the skills from the Sensing and Actuation course, we will explore protocols to exchange information between processors. In this course, you will learn how VoIP systems like Skype work and implement your own app for voice calls and text messages. You will start by using the Session Initiation Protocol (SIP) for session management. Next, you will learn how voice codecs such as Adaptive Multi Rate (AMR) are used in 3G networks and use them for voice traffic in your app. Learning Goals: After completing this course, you will be able to: 1. Implement session initiation, management and termination on your DragonBoard™ 410c using SIP. 2. Discover other users and exchange device capabilities. 3. Compare and contrast narrowband and wideband codecs and experience the voice quality differences between them. 4. Implement and demonstrate VoIP calls using the DragonBoard 410c.


Desenvolvido por:  Universidade da Califórnia, San Diego
Universidade da Califórnia, San Diego

  • Ganz Chockalingam

    Ministrado por:  Ganz Chockalingam, Principal Engineer

    Qualcomm Institute of Calit2, UC, San Diego

  • Harinath Garudadri

    Ministrado por:  Harinath Garudadri, Associate Research Scientist

    Qualcomm Institute of Calit2, UC, San Diego
Informações básicas
Curso 4 de 6 no Internet of Things Specialization
Compromisso4 weeks of study, 1 hour/week
Idioma
English, Legendas: Korean
Como ser aprovadoSeja aprovado em todas as tarefas para concluir o curso.
Classificação do usuário
4.5 estrelas
Classificação média do usuário 4.5Veja o que os aprendizes disseram
Programa
SEMANA 1
Introduction
Welcome to the Internet of Things! Before diving into this course give us a chance to let you know what it is all about! We will walk you through a module by module outline that will give you highlights on the interesting aspects of the course.
1 vídeo, 1 leitura
  1. Vídeo: Specialization Trailer
  2. Reading: Course 4 Slides
Terminology/Cheat Sheet (Beginner)
In this course, you will see a lot of new words and acronyms you might not be familiar with. If you feel comfortable with your knowledge of tech terminology, feel free to skip these lessons since they will not affect the overall integrity of the course. If you see something that you want to know a little more about, feel free to watch the video to gain insight on some basic concepts. We do expect you to know the majority of this material before going into the next module, we would recommend going through the lessons as a quick brush up.
14 vídeos
  1. Vídeo: Introduction to Lesson 1
  2. Vídeo: Acronyms
  3. Vídeo: Frequent Terminology
  4. Vídeo: A look back at Lesson 1
  5. Vídeo: Introduction to Lesson 2
  6. Vídeo: Software Stack
  7. Vídeo: Internet Protocol
  8. Vídeo: Packet-switched Network
  9. Vídeo: A look back at Lesson 2
  10. Vídeo: Introduction to Lesson 3
  11. Vídeo: PSTN: The Traditional Phone
  12. Vídeo: Linphone Source Code
  13. Vídeo: Codec Selection
  14. Vídeo: A look back at Lesson3
Nota atribuída: Module 1 Quiz
SEMANA 2
VOIP in a Nutshell
This module will take a high level look at what VoIP is in a nutshell. Essentially, we would like to talk a little more in depth about the key terms you may have seen in module 1. We will also go over a great open source VoIP application called Linphone, and explain a variety of ways you can use this open source code to expand on a VoIP application we will be making later on in the course. We will take a look at SIP and look at some online resources that might help you to understand the inner working of VoIP.
17 vídeos
  1. Vídeo: Introduction to Lesson 1
  2. Vídeo: What is VoIP?
  3. Vídeo: Flavors of VoIP
  4. Vídeo: VoIP: Common Applications and Fun Facts
  5. Vídeo: A look back at Lesson 1
  6. Vídeo: Introduction to Lesson 2
  7. Vídeo: What is Linphone?
  8. Vídeo: Linphone Features
  9. Vídeo: Setup
  10. Vídeo: Linphone Essentials
  11. Vídeo: A look back at Lesson 2
  12. Vídeo: Introduction to Lesson 3
  13. Vídeo: SIP
  14. Vídeo: Protocol Operations
  15. Vídeo: Network Elements
  16. Vídeo: SIP Messages
  17. Vídeo: A look back at Lesson 3
Nota atribuída: Module 2 Quiz
SEMANA 3
Codecs
In this module our esteemed Professor Harinath Garudadri will talk about coders and decoders (Codecs). This will allow us to make better use of the communications in the data plane.We want to look at the motivation behind using Codecs, the different ways to take advantage of redundancies when using codecs and finally the ability to take advantage of different receiver / transmitter combinations. If we are able to understand the way that information is sent and received over the data plane we can create and use the right codecs.
15 vídeos
  1. Vídeo: Whats to expect in this Module!
  2. Vídeo: Introduction to Lesson 1
  3. Vídeo: Why compress data?
  4. Vídeo: Why does it work?
  5. Vídeo: What to look for?
  6. Vídeo: Introduction to Lesson 2
  7. Vídeo: Amplitude - Log Companding (PCM)
  8. Vídeo: Time - Adaptive, Delta Quantization (ADPCM)
  9. Vídeo: Frequency - ADPCM in multiple subbands (Subband ADPCM)
  10. Vídeo: Introduction to Lesson 3
  11. Vídeo: Speech production model
  12. Vídeo: Linear Predictive Coding of Speech
  13. Vídeo: 2G / 3G Codecs
  14. Vídeo: Voice Quality
  15. Vídeo: VoIP over Wireless
Nota atribuída: Module 3 Quiz
SEMANA 4
Make your own VoIP application
The main part of this module will focus on you making your very own VoIP application on the Android operating system. In order to do this, you might have to brush up on some of the materials in Course 2. You will be required to use Android Studio to push the application onto your board. You will need to know how to use Git, adb and possibly fastboot in order to accomplish this. We will provide you with the code for your application, but remember, the code we are giving you is only a template that can be used to build a bigger and better application with a wide variety of functions. Once we have built your application and pushed it to your board, we will sit together and brainstorm everything we have seen in the last few courses and take a look at what we are now capable of building in the IoT market.
13 vídeos, 2 leituras
  1. Vídeo: Introduction to Lesson 1
  2. Vídeo: SipProfile
  3. Vídeo: SipManager
  4. Vídeo: A look back at Lesson 1
  5. Reading: Code for the next Lesson.
  6. Vídeo: Introduction to Lesson 2
  7. Vídeo: Code Walkthrough
  8. Vídeo: Deploy and Demo
  9. Vídeo: A look back at Lesson 2
  10. Vídeo: Introduction to Lesson 3
  11. Vídeo: VoIP and the Smart Home
  12. Vídeo: VoIP and the Smart Office
  13. Vídeo: Mobile VoIP and EoIP
  14. Vídeo: A look back at Lesson 3
  15. Reading: *Extra: The analog expansion header
Nota atribuída: Module 4 Quiz

Perguntas frequentes
Como funciona
Coursework
Coursework

Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and projects.

Help from Your Peers
Help from Your Peers

Connect with thousands of other learners and debate ideas, discuss course material, and get help mastering concepts.

Certificates
Certificates

Earn official recognition for your work, and share your success with friends, colleagues, and employers.

Desenvolvedores
Universidade da Califórnia, San Diego
UC San Diego is an academic powerhouse and economic engine, recognized as one of the top 10 public universities by U.S. News and World Report. Innovation is central to who we are and what we do. Here, students learn that knowledge isn't just acquired in the classroom—life is their laboratory.
Custo
Comprar curso
Acesso aos materiais do curso

Disponível

Acesso a materiais valendo nota

Disponível

Receba uma nota final

Disponível

Obtenha um Certificado de Curso compartilhável

Disponível

Classificações e avaliações
Avaliado em 4.5 de 5 decorrente de 123 avaliações

PC

very good

Javier Pinzon Castellanos

I liked the topic of communications, I am interested in carrying out developments in IoT and intellectually explore all the components that make up the internet of things.

OA

awesome

SP

Very comprehensive &



Talvez você também goste de
Universidade da Califórnia, San Diego
Internet of Things: Sensing and Actuation From Devices
1 curso
Universidade da Califórnia, San Diego
Internet of Things: Sensing and Actuation From Devices
Visualizar curso
Universidade da Califórnia, San Diego
A internet das coisas: preparando sua plataforma de desenvolvimento DragonBoard™
1 curso
Universidade da Califórnia, San Diego
A internet das coisas: preparando sua plataforma de desenvolvimento DragonBoard™
Visualizar curso
Universidade da Califórnia, San Diego
Internet of Things: Multimedia Technologies
1 curso
Universidade da Califórnia, San Diego
Internet of Things: Multimedia Technologies
Visualizar curso
Universidade da Califórnia, San Diego
A internet das coisas: como chegamos aqui?
1 curso
Universidade da Califórnia, San Diego
A internet das coisas: como chegamos aqui?
Visualizar curso
Yonsei University
Tecnologias emergentes na internet das coisas e em realidade aumentada
1 curso
Yonsei University
Tecnologias emergentes na internet das coisas e em realidade aumentada
Visualizar curso
Coursera
O Coursera proporciona acesso universal à melhor educação do mundo fazendo parcerias com as melhores universidades e organizações para oferecer cursos on-line.
© 2018 Coursera Inc. Todos os direitos reservados.
Baixar na App StoreBaixar no Google Play
  • Coursera
  • Sobre
  • Liderança
  • Carreiras
  • Lista de cursos
  • Certificados
  • Notas
  • Para negócios
  • For Government
  • Comunidade
  • parceiros
  • Orientadores
  • Tradutores
  • Desenvolvedores
  • Testadores beta
  • Conectar
  • Blog
  • Facebook
  • LinkedIn
  • Twitter
  • Google+
  • Tech Blog
  • Mais
  • Termos
  • Privacidade
  • Ajuda
  • Acessibilidade
  • Imprensa
  • Contato
  • Diretório
  • Afiliados