Skip to content

diveyez/berrylan

 
 

Repository files navigation

BerryLan

Raspberry Pi WIFI setup

Get your headless Raspian into your WIFI without the Console

BerryLan

Download & installation

You can setup the wireless LAN of your headless Raspberry PI in just three steps.

Etch the image

Download the BerryLan flavoured Raspbian image and flash the SD Card. We recommend Etcher to do that. Note: SSH user/pwd for this image is both 'nymea'.

Power on

Insert the SD Card and power on your Raspberry Pi. All you need is your Raspberry and a power supply.

Get the App

Install the BerryLan iOS or Android App and follow the instructions. That's it, have fun!

Features

Plain Raspbian

Everything is like you are used to - we just add BerryLan.

IP Address

The app displays you the IP Address at the end of the setup process.

Instant Feedback

The app tells you if there might be an issue with the WLAN.

Licensing

BerryLan, being a nymea tool, follows the nymea license model (dual-licensed GPLv3 and nymea commercial). For more informations please visit https://www.nymea.io/documentation/overview/license

Installation on a plain Raspbian

Add the nymea repository to your system:

Note: replace <release> with you debian relase version like buster. Cou can find your release in /etc/os-release.

echo "deb http://repository.nymea.io <release> rpi" | sudo tee /etc/apt/sources.list.d/nymea.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key A1A19ED6

Install the dependencies:

sudo apt-get update
sudo apt-get install nymea-networkmanager dirmngr

Disable dhcpcd:

sudo systemctl disable dhcpcd
reboot

Thats it! Have fun with BerryLan!

About

Raspberry Pi WiFi setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.0%
  • QML 23.4%
  • Shell 3.7%
  • QMake 2.5%
  • Objective-C++ 1.1%
  • Objective-C 0.3%