All Projects → nymea → Berrylan

nymea / Berrylan

Licence: gpl-3.0
Raspberry Pi WiFi setup

Projects that are alternatives of or similar to Berrylan

Kupiki Hotspot Script
Create automatically a full Wifi Hotspot on Raspberry Pi including a Captive Portal
Stars: ✭ 265 (+9.05%)
Mutual labels:  raspberry-pi, raspberry, wifi
Nwjs rpi
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)
Stars: ✭ 91 (-62.55%)
Mutual labels:  raspberry-pi, raspberry, raspbian
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-78.6%)
Mutual labels:  raspberry-pi, raspberry, raspbian
Routerypi
📶 RouteryPi is a simple WiFi access point made out of any Raspberry Pi 🥧
Stars: ✭ 113 (-53.5%)
Mutual labels:  raspberry-pi, wifi, raspbian
Q3lite
Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
Stars: ✭ 64 (-73.66%)
Mutual labels:  raspberry-pi, raspberry, raspbian
Gumcp
Web Control Panel for Raspberry Pi
Stars: ✭ 124 (-48.97%)
Mutual labels:  raspberry-pi, raspberry, raspbian
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (-2.88%)
Mutual labels:  raspberry-pi, wifi
Pieman
Script for creating custom OS images for single-board computers
Stars: ✭ 149 (-38.68%)
Mutual labels:  raspberry-pi, raspbian
Rpi wordclock
Software to create a Raspberry Pi based wordclock
Stars: ✭ 164 (-32.51%)
Mutual labels:  raspberry-pi, raspberry
Piwheels
Python package repository providing wheels (pre-built binaries) for Raspberry Pi
Stars: ✭ 180 (-25.93%)
Mutual labels:  raspberry-pi, raspbian
Teslalogger
Stars: ✭ 131 (-46.09%)
Mutual labels:  raspberry-pi, raspberry
Rpi Security
A security system written in python to run on a Raspberry Pi with motion detection and mobile notifications
Stars: ✭ 171 (-29.63%)
Mutual labels:  raspberry-pi, wifi
Wirehome.core
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.
Stars: ✭ 180 (-25.93%)
Mutual labels:  raspberry-pi, raspbian
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-42.8%)
Mutual labels:  raspberry-pi, wifi
Fabscanpi Server
FabScan Pi Open Source 3D Scanner - Server application
Stars: ✭ 137 (-43.62%)
Mutual labels:  raspberry-pi, raspberry
Flash cc2531
flash CC2531 USB dongle from your Raspberry, without Arduino nor CC Debugger.
Stars: ✭ 154 (-36.63%)
Mutual labels:  raspberry, raspbian
Umbrel Os
Run Umbrel Bitcoin and Lightning node on a Raspberry Pi in one click
Stars: ✭ 132 (-45.68%)
Mutual labels:  raspberry-pi, raspberry
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+930.86%)
Mutual labels:  raspberry-pi, raspberry
Rpi Backlight
🔆 A Python module for controlling power and brightness of the official Raspberry Pi 7" touch display
Stars: ✭ 190 (-21.81%)
Mutual labels:  raspberry-pi, raspbian
Photobooth
A photobooth Web-Application for raspberry pi with gphoto2
Stars: ✭ 188 (-22.63%)
Mutual labels:  raspberry-pi, raspberry

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.

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].