haseebahmad9418
Posts: 4
Joined: Tue Mar 31, 2020 9:37 am

Python program to connect wifi rpi4

Tue Mar 31, 2020 9:46 am

Basically I m creating a GUI which show the list of available wifi ssids, user select one and then move to Password screen where user input password using GUI own keyboard(on screen keyboard) because device needs to be in kiosk mode.
I tried alot searching and trying to connect wifi using python but uptill now no success. if any of you previously solved this issue then please ping back

deepo
Posts: 579
Joined: Sun Dec 30, 2018 8:36 pm
Location: Denmark

Re: Python program to connect wifi rpi4

Tue Mar 31, 2020 3:11 pm

I think you need to go through command line tools, have a look here:
https://www.raspberrypi.org/documentati ... ess-cli.md

/Mogens

haseebahmad9418
Posts: 4
Joined: Tue Mar 31, 2020 9:37 am

Re: Python program to connect wifi rpi4

Wed Jun 03, 2020 12:16 pm

Thanks alot that worked perfectly fine for me.

Return to “General discussion”