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.
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.
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:
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.
Thanks Sigurd
Thanks Sigurd