Skip to content

WIFI Signal strength is missing in wifi.radio Pico2w-Port -> implement wifi.radio.ap_info.rssi in Pico2w Port #11030

@hubertmeier

Description

@hubertmeier

In circuitpython 10.x / libraries is it not possible, to ask the wifi signal strength, especially when wifi is connected.

print(dir(wifi.radio)) gives following result:

['class', 'addresses', 'addresses_ap', 'ap_active', 'connect', 'connected', 'dns', 'enabled', 'hostname', 'ipv4_address', 'ipv4_address_ap', 'ipv4_dns', 'ipv4_gateway', 'ipv4_gateway_ap', 'ipv4_subnet', 'ipv4_subnet_ap', 'mac_address', 'mac_address_ap', 'ping', 'power_management', 'set_ipv4_address', 'set_ipv4_address_ap', 'start_ap', 'start_dhcp', 'start_dhcp_ap', 'start_scanning_networks', 'start_station', 'stations_ap', 'stop_ap', 'stop_dhcp', 'stop_dhcp_ap', 'stop_scanning_networks', 'stop_station', 'tx_power']

Or am i wrong?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions