Skip to content

Using EzWifi with a Plasma 2350 + RM2 module #4

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

Open
helgibbons opened this issue Apr 11, 2025 · 0 comments
Open

Using EzWifi with a Plasma 2350 + RM2 module #4

helgibbons opened this issue Apr 11, 2025 · 0 comments

Comments

@helgibbons
Copy link
Contributor

If you're using a non-W Plasma 2350 + RM2 module combo and want to use it with these wireless examples, you can save a copy of ezwifi.py to your board and modify the following line:

self._if = network.WLAN(network.STA_IF)

to the following, to specify the correct pins for the wireless module:

self._if = network.WLAN(network.STA_IF, pin_on=8, pin_out=11, pin_in=11, pin_wake=11, pin_clock=10, pin_cs=9)

Perhaps there's a nicer way of doing this?

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

No branches or pull requests

1 participant