Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to set the gateway in station mode, and add alternative options? #47

Open
orvio-craig opened this issue Mar 5, 2021 · 0 comments

Comments

@orvio-craig
Copy link

I'm trying to implement a standlong gateway which also has a RAK2287 onboard. I have set the gateway to disable the AP and operate in station mode.
I now want to do a few things:

  1. Use an USB wifi dongle as an AP to enable local connections to the device for configuration purposes
  2. Use the ethernet port to connect an IP camera, with the endpoint being the RPi

To do this I imagine I need to set the Pi up as a DHCP server on both interfaces, but trying to do so seems to make the system very unstable and it no longer connects as a station.

I used this guide (https://maker.pro/raspberry-pi/projects/how-to-make-a-raspberry-pi-3-hotspot-and-build-a-stand-alone-network) to help me configure it as a WiFi AP substituting the on-board wifi interface (wlan0) with the external one (wlan1).

Is there something else I need to do to make this work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant