Programming Bluetooth Low Energy (BLE) with Zephyr - Part 2: Environmental Sensing Service (ESS)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 มิ.ย. 2024
  • In this video, we'll enhance our BLE device by adding the Environmental Sensing Service (ESS) to the existing Battery Service (BAS). For this purpose, we'll using again a nRF52840-dk and program it as a peripheral device. We'll cover advertising ESS, setting up temperature, pressure, and humidity characteristics, and implementing a callback function to read temperature data. By the end, you'll have a solid grasp of integrating ESS into your BLE applications with Zephyr RTOS.
    Book (english version)
    WSN & IoT (Basics, protocols and applications):
    a.co/d/5yfTIuJ
    ISBN-13: 979-8851358074
    Book (deutsche Version)
    WSN & IoT (Grundlagen, Protokolle und Anwendungen):
    amzn.eu/d/hAbTgD0
    ISBN-13: 979-8648512061
    You can support me at Patreon:
    / wsnandiot
    00:00 Introduction
    01:10 Advertising the ESS service
    02:54 Register the temperature, humidity and pressure characteristic
    04:45 Register a callback function for read out the temperature
    08:23 Testing to read out the temperature
    09:28 Outro
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 2

  • @dr4gvt
    @dr4gvt 10 หลายเดือนก่อน +1

    Great video!!

  • @patil29066
    @patil29066 หลายเดือนก่อน

    This video is helpful. How can I connect my BLE peripheral to only a specific Central device?