RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.85k stars 1.97k forks source link

nRF7002 support #19310

Open chrysn opened 1 year ago

chrysn commented 1 year ago

Description

It'd be cool to have support for the nRF7002 WiFi chips. I have no immediate plans to implement this, but use the issue to gather data.

nRF7002 is a standalone WiFi baseband module advertised to have low power consumption (supporting the new WiFi6 modes) and good coexistence with other radio technologies.

Overview and references

Careful: Referenced source is nonfree; licensed as described at https://github.com/nrfconnect/sdk-nrf/blob/main/LICENSE -- it's probably good to look at, I'd prefer any outcome that just uses data learned from it on the main MCU

Recommendation

If there is urgent need to have this chip, it's probably possible to add support in here, but it'll need some detective work.

If you're interested in the device, I recommend politely pestering your local Nordic representative about getting documentation for the chip (or more precisely, for the interface its firmware provides).

kfessel commented 1 year ago

Lets connect this to #19267 Nordic family support

maribu commented 1 year ago

@chrysn Would you mind to move this (copy the info) into https://github.com/RIOT-OS/RIOT/issues/19267 ?

Scratch that, https://github.com/RIOT-OS/RIOT/issues/19267 is more a tracking issue, while this is an in-detail feature request. I no longer think it makes sense to combine them.