#๐Ÿ”’ making a wep/open wifi access point for pi pico

10 messages ยท Page 1 of 1 (latest)

haughty aspen
#

current code:

nssid = "DSNetwork"
npassword = "skibidisigma"

ap = network.WLAN(network.AP_IF)
ap.config(essid=nssid)
ap.active(True)

print("AP active")

while True:
    pass

it works but i need it to be WEP not WLAN

marble rivetBOT
#

@haughty aspen

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

haughty aspen
#

someone please help

dusk pike
haughty aspen
#

I need to make an open connection

dusk pike
#

now , what does "open connection" mean ?

its fine if you dont know the specific terms , you can explain what you are tyring to do in simple words

it would be better for you to explain in simple words instead of trying to guess and accidently use the wrong terminology which will confuse everyone

haughty aspen
#

:/

#

i need a connection that would work with th nintendo DS

marble rivetBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.