I've been using a similar solution, but I had quite some problems using AP and client mode at the same time. The WiFi chip inside the RPi Zero W (BCM43430) only supports AP and client mode on the same channel. If you setup an AP first, then connect to a client network, hostapd will update the channel of the AP, but clients will notice a disconnect. There are also issues with the firmware blob (see https://github.com/…
Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
71–80 of 92 posts
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#72Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#73Though I do wonder whether you can add a proper wifi antenna and make the RPI an 'ok' wifi extender. That might be a viable option, provided the performance is ok.
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#74I wonder what's the use case other than a poor wifi extender, or niche cases of sharing one connection between multiple devices where you pay per connection. Though I do wonder whether you can add a proper wifi antenna and make the RPI an 'ok' wifi extender. That might be a viable option, provided the performance is ok.
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#75I wonder what's the use case other than a poor wifi extender, or niche cases of sharing one connection between multiple devices where you pay per connection. Though I do wonder whether you can add a proper wifi antenna and make the RPI an 'ok' wifi extender. That might be a viable option, provided the performance is ok.
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#76I wonder what's the use case other than a poor wifi extender, or niche cases of sharing one connection between multiple devices where you pay per connection. Though I do wonder whether you can add a proper wifi antenna and make the RPI an 'ok' wifi extender. That might be a viable option, provided the performance is ok.
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#77Earlier quoted context omitted.
Well 2 things really. Yeah the hardware is a bit garbage as it only goes up to 802.11n only on 2.4 GHz and it's also a 1x1 with a poor antenna. The big thing though is it requires you use the same channel which is disastrous for repeater performance. Ideally you'd have 802.11ac/ax with 2 separate PHYs each with 4x4 (even if the clients are 1x1 or 2x2 the additional beamforming helps) set to two separate channels. Tha…
...sounds like it costs much more than the $10 pi0... I imagine the OP's use case of IoT did not require huge amounts of bandwidth.
Like I said this functions fine, as is evident by it having been posted, but the question was why it wasn't a very good repeater not was it a functional use of an existing pi 0 laying around.
It's also not the best you could do buying new if that is what you had to do as ~$16 will get you a 2x2 802.11n repeater that functions much better, has external antennas, and has an ethernet port too. Not $10 but it's also enclosed and doesn't need a power supply or uSD. ~$30 will get you decent AC repeaters you could use outside of a singular IoT project. Less for either if you're willing to go used. The ideal 4x4 ax double phy wireless repeater is indeed going to be more than a pi 0 but it was an example of what makes a repeater good (to the question) not what should have been purchased for this project.
Again nothing wrong with the solution used here, that's not where my comment was pointed.
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#78Has anyone noticed a shortage of Pi Zeros recently? It seems everywhere has run out of stock.
Recently? I've seen a shortage (in EU shops (Pi Zero W specifically)) since it was launched and seems it's not getting better either.
Re: Simultaneous AP and Client Mode Wi-Fi on Raspberry Pi Zero W
#79A 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
#80I wonder what's the use case other than a poor wifi extender, or niche cases of sharing one connection between multiple devices where you pay per connection. Though I do wonder whether you can add a proper wifi antenna and make the RPI an 'ok' wifi extender. That might be a viable option, provided the performance is ok.