I'm new to this and would like to ask a question. Is it possible to connect raspberry pi zero w to wifi like this:
https://youtu.be/9yTg-iWPy28?t=84 or https://youtu.be/2l3NBCWbjwk?t=15
I want to create my own doorbell with a camera and maybe give it to someone else and also want to make it easy for them to connect using an app without doing it in SSH. I have some knowledge in iOS development in swift but have no idea how is stuff like this done.
In the video it does not seem that they are connecting using bluetooth.
In the second video as if I understand correctly, the app is generating QR code that holds ssid and psk and by scaning the QR code camera tries to connect to wifi using that ssid and psk right?
Can you hint me where should I start or what should I look for? Or maybe how would you do such connection?
Thanks