This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Applications of USB and IEEE 802.15.4 MAC Library in Nrf52840?

Hi,

What are the different applications of using the USB and the IEEE 802.15.4 library? What different things can we build by using these libraries? Any examples would help.

Parents
  • Hi,

    USB:

    The on-chip USB and VBUS regulation allows for direct connection to USB hosts for data transfer and direct USB power for hosted applications.

    In the SDK we have several examples that shows different use-cases:

    • USB Mass Storage Device example
    • Example that shows the CDC ACM USB class, commonly known as Virtual COM port
    • Examples that shows HID mouse and HID keyboard
    • USB audio class module example

    IEEE 802.15.4:

    IEEE 802.15.4 defines the physical (PHY) and Medium Access Control (MAC) layers and forms the basis for numerous upper layer networking specifications including Thread, 6LowPAN, Zigbee and Wireless HART.

    Our main focus is aimed at Thread, where we offer an complete SDK for Thread solutions on the nRF52840 i.e., nRF5 SDK for Thread. The main application for Thread is smart home automation. We have a demo video showcasing this here.

Reply
  • Hi,

    USB:

    The on-chip USB and VBUS regulation allows for direct connection to USB hosts for data transfer and direct USB power for hosted applications.

    In the SDK we have several examples that shows different use-cases:

    • USB Mass Storage Device example
    • Example that shows the CDC ACM USB class, commonly known as Virtual COM port
    • Examples that shows HID mouse and HID keyboard
    • USB audio class module example

    IEEE 802.15.4:

    IEEE 802.15.4 defines the physical (PHY) and Medium Access Control (MAC) layers and forms the basis for numerous upper layer networking specifications including Thread, 6LowPAN, Zigbee and Wireless HART.

    Our main focus is aimed at Thread, where we offer an complete SDK for Thread solutions on the nRF52840 i.e., nRF5 SDK for Thread. The main application for Thread is smart home automation. We have a demo video showcasing this here.

Children
Related