For a current project, I want to set up a standalone Blynk-Server on my Raspberry Pi Zero (version without inbuilt WLAN). I am using an EDIMAX Wifi Dongle EW-7811Un V2 and was able to set up the standalone Hotspot, with help of:
https://www.raspberrypi.org/documentation/configuration/wireless/access-point-routed.md
and by following this forum and deleting the file for the blocked adapter as suggested by DannyMTK commented on 23 Sep 2019 in GitHub:
https://github.com/raspberrypi/linux/issues/2979
Up to now, this is fine. However, when I wanted to set up the Blynk Server I realized, I need an Internet Connection for downloading the Java Package, etc.
So I followed this nice guideline from Ingo: Switch between wifi client and access point without reboot
But no luck, I can't get it to work. How I configure the Pi to change into a wifi client for grabbing updates, packages, and other stuff?
The plan is to switch between standalone AP/Wifi Client only for grabbing updates. Normally the Pi stays as a standalone hotspot.
Thanks before.
Greets Maximilian
This is clear. But how? I tried first the tutorial to do a standalone hotspot, but then I can't access to the internet anymore. So I tried the tutorial from Ingo first, before adding the standalone hotspot. But I can't switch between hotspot and WiFi client. So I think I do something wrong. I will try again, but what I don't understand.. to switch to a standalone hotspot it first have to be configured? .. It seems like the chicken egg problem.
The essential question is how I can interconnect these two Tutorials to make the things work like you suggested. Greets Maximilian
– Maximilian Sgodda May 01 '21 at 18:01