We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: