jareware / chilipie-kiosk

Easy-to-use Raspberry Pi image for booting directly into full-screen Chrome, with built-in convenience features for unattended operation. Perfect for dashboards and build monitors.
MIT License
1.35k stars 155 forks source link

Alternatives to wifi conection (BerryLan) #36

Open matristain opened 5 years ago

matristain commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

Very interesting!

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