diff --git a/content/components/network.md b/content/components/network.md index f1b0dafc14..978df78b80 100644 --- a/content/components/network.md +++ b/content/components/network.md @@ -51,7 +51,18 @@ The optimization level depends on whether PSRAM is guaranteed to be available (c > This has various security and privacy implications decribed in [RFC7721](https://datatracker.ietf.org/doc/rfc7721/), as this might leak outside of the smart home network and makes the device uniquely identifiable. > Therefore, the address generation does not comply to [RFC7217](https://datatracker.ietf.org/doc/rfc7217/). +## nRF52 platform + +nRF52 platform only supports IPv6 over Thread, no WiFi. + +```yaml +# Example configuration +# IPv6 is always enabled for nRF52 (not configurable) +network: +``` + ## See Also - {{< docref "wifi/" >}} - {{< docref "ethernet/" >}} +- {{< docref "openthread/" >}}