IoT Foundations: Operating Systems Fundamentals

IoT Foundations: Operating Systems Fundamentals

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 59m | 452 MB

The Internet of Things (IoT) offers developers an array of exciting possibilities to explore. But building systems solutions for IoT can be challenging, and such systems may not be equipped to effectively manage resources and schedule tasks for modern IoT devices. Using an operating system (OS) can help you solve some of these issues. In this course, join Ryan Hu as he reviews the basics of using an operating system for IoT, and explores OS-related concepts and examples using an OS kernel, FreeRTOS. Learn about characteristics and technical requirements of OSs, and explore task management, intertask communication, memory management, and more.

Topics include:

  • OS characteristics for IoT
  • OSs for resource-constrained devices
  • Linux OSs and Windows 10 IoT Core
  • Main features of FreeRTOS
  • Task schedulers and task management
  • Intertask communication
  • Allocating dynamic memory
  • Debugging your OS-based applications