Skip to content

Instantly share code, notes, and snippets.

View swanee3d's full-sized avatar
🦊
Tinkering

swanee3d

🦊
Tinkering
View GitHub Profile
@swanee3d
swanee3d / RPi3-Auto-WiFi.md
Created August 18, 2025 20:15 — forked from carry0987/RPi3-Auto-WiFi.md
Raspberry Pi 3B+ Auto reconnect to wifi when lost connect

Auto reconnect to wifi when lost connection

Before you start, make sure ip command is available on your system. In modern Linux distributions, ip replaces older ifconfig command. If net-tools package (that includes ifconfig) is not installed and you prefer using it, you can install it via sudo apt-get install net-tools.

Create script file

Use touch /home/pi/wifi-reconnect.sh to create a shell script file, with the following content:

#!/bin/bash
@swanee3d
swanee3d / gist:741d37bac49f436268a1531739870a49
Created July 22, 2025 07:29 — forked from Collin-Emerson-Miller/gist:8b4630c767aeb4a0b324ea4070c3db9d
How to Install XBOX Kinect freenect / libfreenect / python

Install Libfreenect

Most of the instructions from this section originate from this aricle. Feel free to follow along with this gist or use the article.

Let's start by making sure our machine is up to date.

sudo apt-get update
sudo apt-get upgrade