Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexandruradovici opened this issue Jan 9, 2023 · 0 comments

Comments

@alexandruradovici
Copy link

alexandruradovici commented Jan 9, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant