https://github.com/nymea/berrylan
Raspberry Pi WiFi setup
https://github.com/nymea/berrylan
raspberry raspberry-pi raspbian wifi wlan
Last synced: 3 months ago
JSON representation
Raspberry Pi WiFi setup
- Host: GitHub
- URL: https://github.com/nymea/berrylan
- Owner: nymea
- License: gpl-3.0
- Created: 2018-09-07T10:10:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T14:00:01.000Z (about 1 year ago)
- Last Synced: 2024-11-07T12:42:19.056Z (8 months ago)
- Topics: raspberry, raspberry-pi, raspbian, wifi, wlan
- Language: C++
- Homepage: http://berrylan.org
- Size: 5.31 MB
- Stars: 338
- Watchers: 26
- Forks: 56
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.GPL3
Awesome Lists containing this project
README
# BerryLan
**Raspberry Pi WIFI setup**
Get your headless Raspian into your WIFI without the Console

## 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](https://downloads.nymea.io/images/raspberrypi/latest) and flash the SD Card. We recommend Etcher to do that.
#### 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:
echo -e "deb http://repository.nymea.io $(lsb_release -s -c) main" | sudo tee /etc/apt/sources.list.d/nymea.list
sudo wget -O /etc/apt/trusted.gpg.d/nymea.gpg https://repository.nymea.io/nymea.gpgInstall the dependencies:
sudo apt-get update
sudo apt-get install nymea-networkmanager dirmngrDisable dhcpcd:
sudo systemctl disable dhcpcd
rebootThats it! Have fun with BerryLan!