Skip to content

Implement minimal (connect / disconnect) WiFi driver for Raspberry Pi Pico W #12

@alexandruradovici

Description

@alexandruradovici

The Raspberry Pi Pico W has a CYW43438 WiFi chip onboard. The chip is most probably connected over SPI.

This issue propose writing a simple driver that allow Tock to connect and disconnect from WiFi networks. A good base for this is an example for the Arduino Nano RP2040 Connect https://github.com/WyliodrinEmbeddedIoT/tock/blob/wifi/capsules/src/nina_w102.rs. This is inspired from the WiFiNINA protocol used by Arduino.

Implementing this would add to Tock another WiFi possible implementation. We could start designing the WiFi HIL (called WiFiNINA until now).

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