Introduction to Bluetooth mesh

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 13

  • @jwilliams8210
    @jwilliams8210 15 днів тому +1

    Excellent!

  • @KeyserTheRedBeard
    @KeyserTheRedBeard 2 роки тому +2

    nice video Nordic Semiconductor. I killed that thumbs up on your video. Continue to keep up the really good work.

    • @NordicSemi
      @NordicSemi  2 роки тому +1

      Thanks for your very positive feedback!

    • @KeyserTheRedBeard
      @KeyserTheRedBeard 2 роки тому +1

      @@NordicSemi no problem at all. always happy to support my fellow content creators. i am looking forward to improving on my own current video format i have uploaded and, in the future, trying to create content as good as yours in the long term.

  • @umeshbisht7900
    @umeshbisht7900 5 місяців тому

    How can I use BLE mesh for messaging between two mobile in mesh network.

    • @NordicSemi
      @NordicSemi  3 місяці тому

      We recommend checking out our nRF Mesh mobile app: www.nordicsemi.com/Products/Development-tools/nRF-Mesh/GetStarted

  • @ishadua6910
    @ishadua6910 3 місяці тому

    10 led i want to control from ble mesh so their will be 10 server and one client ?

    • @NordicSemi
      @NordicSemi  3 місяці тому

      Yes, you can have 10 servers subscribing to a group address, and one client publishing to that group address, as the presenter talks about in the video around here: ua-cam.com/video/OXzz1shWhvs/v-deo.html

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

    Great look into BLE mesh. Thanks for sharing!

  • @wizardy6267
    @wizardy6267 2 роки тому

    Nice introduction, thanks for your information. Quick question 17:50 why the threshold is 32767? It seems the limitation is an int16_t but not an uint16_t?

    • @NordicSemi
      @NordicSemi  Рік тому +1

      32767 is the theoretical maximum, as addresses are 16 bit (meaning the number of addresses are 2^15 - 1). However, the actual maximum will be quite a bit lower since one node can have multiple types of addresses. In summary, the limitation is in the Bluetooth Mesh specification.

  • @bastiendfx
    @bastiendfx 2 роки тому

    Hi, thanks for the video. I've set up nRF Connect using VS Code as the IDE with the extension pack and was wondering if I could use Zephyr RTOS out of the box or if I need something else ?

    • @NordicSemi
      @NordicSemi  2 роки тому

      Hi Bastien, it sounds like you can simply open VS Code from the Toolchain manager: Isåfall skal det bare være å åpne VS code fra Toolchain managern developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#toolchain-manager
      It might be good to follow the getting started guide in the documentation:
      developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_programming.html
      We also recommend you to watch this video series about nRF Connect for VS Code ua-cam.com/video/2cv_jjqk5hg/v-deo.html