Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
11–20 of 92 posts
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#12The pithier article (linked to from the above) is at https://blog.thewalr.us/2017/09/26/raspberry-pi-zero-w-simul...
For everybody interested in details, the article gives useful insights on configuration automated by the script.
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#13Whatever happened to ad-hoc mode?
Otherwise, ad-hoc is different from AP+Client, as ad-hoc is only between two devices (at least from what I gather) while AP+Client would allow a distributed network where clients are interconnected.
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#14I'm looking for a project that starts with an AP. Once someone connected to it; it opens a web page to configure the client (choose which WIFI from a list, and type the password).
It connects to the chosen WIFI and shuts down the AP.
Anyone here did something similar to that?
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#15Why is that not easy and widely used as nearly all devices we used like camera (dslr to car camera) and remote controller all resolved to stop WiFi and switch to another mode etc to connect.
I don't think most chips can do this fwiw, but it's definitely cheap enough now that cameras and IoT devices will probably start doing it everywhere.
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#16Any idea why systemd was not able to be reliably used, and had to use cron? Is there a ‘fix’ for that ? edit: This was not meant to be offensive. I was simply hoping somebody could offer how it could be used with systemd and remove the reliance on cron.
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#17A bit off topic: I'm looking for a project that starts with an AP. Once someone connected to it; it opens a web page to configure the client (choose which WIFI from a list, and type the password). It connects to the chosen WIFI and shuts down the AP. Anyone here did something similar to that?
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#18A bit off topic: I'm looking for a project that starts with an AP. Once someone connected to it; it opens a web page to configure the client (choose which WIFI from a list, and type the password). It connects to the chosen WIFI and shuts down the AP. Anyone here did something similar to that?
Starting point: https://github.com/balena-io/wifi-connect