All Projects → binnes → Wifimeshraspberrypi

binnes / Wifimeshraspberrypi

Licence: apache-2.0
Workshop to create a sensor application over a WiFi Mesh network

Projects that are alternatives of or similar to Wifimeshraspberrypi

Prototype Cjdns Pi
Prototype system for mesh networks on single board computers
Stars: ✭ 205 (+107.07%)
Mutual labels:  mesh, raspberry-pi, wifi, mesh-networks
Raspap Webgui
Simple wireless AP setup & management for Debian-based devices
Stars: ✭ 3,383 (+3317.17%)
Mutual labels:  raspberry-pi, raspberrypi, iot, wifi
Comitup
Bootstrap Wifi support over Wifi
Stars: ✭ 190 (+91.92%)
Mutual labels:  raspberry-pi, raspberrypi, wifi
Blinker Doc
blinker中文文档
Stars: ✭ 139 (+40.4%)
Mutual labels:  raspberry-pi, iot, wifi
Briarids
An All-In-One home intrusion detection system (IDS) solution for the Raspberry PI.
Stars: ✭ 187 (+88.89%)
Mutual labels:  raspberry-pi, raspberrypi, iot
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (+138.38%)
Mutual labels:  raspberry-pi, iot, wifi
Cattlepi
effortlessly boot, configure, update and monitor your raspberry pi ☁️
Stars: ✭ 250 (+152.53%)
Mutual labels:  raspberry-pi, raspberrypi, iot
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+3238.38%)
Mutual labels:  raspberry-pi, iot, wifi
Ansible Openwisp2
Ansible role that installs and upgrades OpenWISP.
Stars: ✭ 403 (+307.07%)
Mutual labels:  mesh, wifi, mesh-networks
Swiftygpio
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire.
Stars: ✭ 1,188 (+1100%)
Mutual labels:  raspberry-pi, iot
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+1109.09%)
Mutual labels:  iot, wifi
Bl iot sdk
BL602 SDK. Any technical topic, please access the following link.
Stars: ✭ 96 (-3.03%)
Mutual labels:  iot, wifi
Inkyshot
Get a daily random inspirational quote delivered direct to your desk with Inkyshot. Build multiple Inkyshots and share the inspiration with your friends, family and loved ones ❤️
Stars: ✭ 72 (-27.27%)
Mutual labels:  raspberry-pi, raspberrypi
Homekitcam
A project to make a Raspberry Pi driven, HomeKit Enabled camera.
Stars: ✭ 69 (-30.3%)
Mutual labels:  raspberry-pi, raspberrypi
Screenly Ose
The most popular digital signage project on Github!
Stars: ✭ 1,196 (+1108.08%)
Mutual labels:  raspberry-pi, iot
Mic hat
2 Mic Array for Raspberry Pi
Stars: ✭ 69 (-30.3%)
Mutual labels:  raspberry-pi, raspberrypi
Rpieasy
Easy MultiSensor device based on Raspberry PI
Stars: ✭ 85 (-14.14%)
Mutual labels:  raspberry-pi, iot
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (-14.14%)
Mutual labels:  raspberry-pi, raspberrypi
Rpi Vk Driver
VK driver for the Raspberry Pi (Broadcom Videocore IV)
Stars: ✭ 1,160 (+1071.72%)
Mutual labels:  raspberry-pi, raspberrypi
Esp8266 aliyun mqtt app
基于ESP8266官方SDK快速接入阿里云物联网平台
Stars: ✭ 81 (-18.18%)
Mutual labels:  iot, wifi

Quick links :


Home - Part 1 - Part 2 - Part 3 - Resources


Create a Mesh Network over WiFi using Raspberry Pi

Welcome to this workshop, where you will create a mesh network over WiFI using Raspberry Pis. After creating the mesh you will use it to extend an existing network, then use the mesh to connect sensors to the Internet and allow other devices (not participating in the mesh) to connect to the Internet via the mesh network.

mesh image

Expected outcomes

After completing this workshop you should be able to :

  • understand how mesh networks work at a high level
  • create a mesh network using Raspberry Pis
  • connect the mesh to an existing network, understanding the difference between routing and bridging network traffic
  • enable non-mesh devices to use the mesh to connect to the Internet
  • create a sensor application on a mesh node which securely communicates with a cloud application

Prerequisites

To complete this workshop you need some hardware and some prerequisite knowledge. Mode details about the prerequisites is available in the Additional Resources section :

  • A minimum of 2 raspberry Pis (3 or 4 Model B(+)) additional Pis can be added to extend the mesh, which can also include Pi Zero(W). You also need to have an SD card to hold the filesystem and a power supply for each Raspberry Pi and optionally a keyboard, mouse and monitor if not doing headerless setup (details in Additional Resources)
  • A laptop or desktop computer with a modern OS (Linux, MacOS or Windows - windows users will need additional software to communicate with Raspberry Pis if using headerless setup)
  • Ability to flash the SD card for the raspberry Pi (SD card slot in laptop or USB adapter and appropriate software)
  • Ethernet network, cables and connection to connect Laptop to Ethernet (if this isn't available then WiFi is also possible)
  • Internet connectivity is required
  • Optional WiFi USB dongle(s) if want to enable WiFi rather than Ethernet connectivity (Note: some WiFi dongles need more power than a Raspberry Pi USB interface can supply, so a powered USB hub may be needed)
  • DHT11 or DHT22 temperature and humidity sensor and an addressable RGB LED. You also need 6 Female to Female connector cables. Additional details about of these components are available in the Additional Resources section
  • You should be able to setup a Raspberry Pi and get access to a command line on the Pi (help available in the Additional Resources section)
  • You should be familiar with basic linux command line commands and be able to edit a text file on the command line. If you need help there is a section on the raspberry pi site and there are plenty of tutorials available with a quick web search. For new users, nano will be an easier option than vi and remember ^x means hold the control key then press x.
  • An IBM public Cloud account (the free, lite account is OK, if you have resources available in the account to deploy an application)

Outline

This workshop is split into 3 parts:

  • Part 1 will setup the mesh network using at least 2 Raspberry Pi boards. Part 1 assumes that Ethernet connectivity is available to connect the mesh network to your home network (Gateway node connection to Home/Office network in above image) and also allow a non-mesh device to use the mesh network to access the internet (Bridge node connection to Ad-Hoc network in above image), as shown on the image at the top of the page.
  • Part 2 is optional. It converts the Ethernet connection joining the mesh to your home/office network to WiFi. It also provides a WiFi access point to allow other devices to use the mesh to get to your home/office network and onto the Internet. wifi options
  • Part 3 creates an Internet of Things application to sense temperature and humidity and then sends the data to the IBM Cloud. An application running on the IBM Cloud receives and processed the sensor data then sends a command back to the raspberry Pi to set the colour of a multi-coloured LED light. The mesh network is used connect the Raspberry Pi hosting the sensor and LED to the Internet, allowing it to send and receive SSL encrypted data.

Network connectivity

During the workshop you will be switching your laptop to use local networking created by mesh nodes. Until the mesh is fully operational you may have times when you need to work on a Raspberry Pi, but loose internet connectivity on your laptop. You may find it useful to clone this git repository locally, so you can still access the content when offline.

Before starting, you should make sure you have all the prerequisites and setup completed. Once the setup is complete move onto part 1 to get started.


Quick links :


Home - Part 1 - Part 2 - Part 3 - Resources

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].