Introduction to Bluetooth mesh

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

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

  • @jwilliams8210
    @jwilliams8210 13 วันที่ผ่านมา +1

    Excellent!

  • @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  2 หลายเดือนก่อน

      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: th-cam.com/video/OXzz1shWhvs/w-d-xo.html

  • @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 th-cam.com/video/2cv_jjqk5hg/w-d-xo.html

  • @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.

  • @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.