Zephyr 101 - Creating a BLE Service

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ต.ค. 2023
  • nRF9160 Feather & More: www.circuitdojo.com/
    Have a more detailed questions?: community.circuitdojo.com
    Buy me a coffee ☕: ko-fi.com/jaredwolff
    Github Sponsors: github.com/sponsors/circuitdojo
    Relevant links
    Air Quality Wing Sample: github.com/circuitdojo/air-qu...
  • แนวปฏิบัติและการใช้ชีวิต

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

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

    Thanks! I'm finishing the Nordics Academy course and this was a nice roundup in a different format 🙏

    • @CircuitDojo
      @CircuitDojo  8 หลายเดือนก่อน +1

      Glad you liked it!

  • @alexheslop2917
    @alexheslop2917 7 หลายเดือนก่อน +1

    This is a super helpful video, thanks! A bit of feedback would just be that the audio is a little on the quiet side :)

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

      Thanks! I must have no turned it up enough. When I use it for things like Zoom it always blows peoples ear drums out
      😇

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

    I find all the macros a little intimidating, so this walkthrough of what is going on for a simple service buildup was really good.

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

      Glad you found it useful 😊

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

    Is the device running this sample code discoverable via OS scan and can pair/bond that way too?
    I'm running into an issue where android and windows can discover but not bond and iOS/mac can't even discover.

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

    Hi! Thanks for the video. It really helped. Only thing I cant figure out is how do I name a custom service and a custom attribute?

    • @CircuitDojo
      @CircuitDojo  4 หลายเดือนก่อน +1

      You don't "name" a service/characteristic. You do program the UUID for it though. On your application side, you filter by that known characteristic. If you're using a BLE program on your phone, the "names" are likely hard coded to be matched with the UUIDs. Hope that helps

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

      @@CircuitDojo That helps a lot. Thank you