Skip to content

Raspberry Pi Pico 2 W onboard LED #162

@Silkeborg980

Description

@Silkeborg980

When running mqtt_as on Raspberry Pi PICO 2 W the onboard LED do not flash as expected.
In mqtt_local.py the line

LED = 'LED' if 'Pico W' in implementation._machine else 25

might be expanded to also detect Pico 2 W
In micropython preview 'v1.25.0-preview.180.g495ce91ca.uf2' (date 2025-01-06) implementation._machine is set to 'Pico 2 W' on a PICO 2W

BTW, apart from the LED, it looks like mqtt_as is working on PICO 2W at least on above mentioned Micropython preview. Only checked that sending and receiving messages are working. So not thoroughly tested but looks promising.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions