Zephyr 101 - Creating a BLE Service

Поділитися
Вставка
  • Опубліковано 29 вер 2024
  • nRF9160 Feather & More: www.circuitdoj...
    Have a more detailed questions?: community.circ...
    Buy me a coffee ☕: ko-fi.com/jare...
    Github Sponsors: github.com/spo...
    Relevant links
    Air Quality Wing Sample: github.com/cir...

КОМЕНТАРІ • 10

  • @nodelayfordays8083
    @nodelayfordays8083 4 місяці тому

    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.

  • @alexheslop2917
    @alexheslop2917 10 місяців тому +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  10 місяців тому

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

  • @saumilpatel265
    @saumilpatel265 7 місяців тому

    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  7 місяців тому +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 7 місяців тому

      @@CircuitDojo That helps a lot. Thank you

  • @matthewp4046
    @matthewp4046 8 місяців тому

    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  8 місяців тому

      Glad you found it useful 😊

  • @supercurioTube
    @supercurioTube 11 місяців тому

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