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

Alternatives to wifi conection (BerryLan) #36

Open
matristain opened this issue Nov 8, 2018 · 3 comments
Open

Alternatives to wifi conection (BerryLan) #36

matristain opened this issue Nov 8, 2018 · 3 comments

Comments

@matristain
Copy link

This is an alternative way to get rasperry connected to WLAN more easily and keyboard less

BerryLan

This is the installation instructions for a raspian
sudo apt-get install dirmngr
echo "deb http://repository.nymea.io stretch main" | sudo tee /etc/apt/sources.list.d/nymea.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key A1A19ED6
sudo apt-get update
sudo apt-get install nymea-networkmanager
sudo systemctl disable dhcpcd
reboot

But could be nice if this can me included and informed on the first-boot document (offline version)

@jareware
Copy link
Owner

jareware commented Nov 9, 2018

Wow, really neat utility, wasn't aware of this!

Given that it adds a dependency on an iOS/Android app, I'm not sure I want to ask that of users, though.

Also, maybe I'm missing something obvious, but how does the Raspberry Pi know which WiFi to join? What if the WiFi is password protected? 🤔

@matristain
Copy link
Author

The app connects to the Raspberry thru Bluetooth,
In the app you'll see the list of available WiFi , when you select one It ask you for the password,
This is send to the Raspberry and use this info to connect to that WiFi.

I Already try it and is very useful.

The iOS/Android app dependency is not the best , but the is better than getting a keybord.

@jareware
Copy link
Owner

Very interesting!

I'll keep this open until I we have some time to evaluate incorporating this!

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

No branches or pull requests

2 participants