Skip to content

Instantly share code, notes, and snippets.

@brenr
brenr / openwrt-tethering.md
Last active May 15, 2026 06:37
OpenWRT Smartphone Tethering

OpenWRT Router Pre-configured for Smartphone Tethering

In this guide, I'll be using:

  • iPhone 12 Pro on iOS 15.1.1 as my tethering device
  • Raspberry Pi 4 with OpenWRT version 21.02.1
  • 64GB Sandisk micro SD card

The goal with this guide is to create a pre-configured OpenWRT router that:

  • Is plug and play to provide out-of-the-box smartphone tethering
  • Supports both iPhone and Android (comment below if you are having any issues).
@jeffbk
jeffbk / CMakeLists.txt
Last active March 12, 2018 16:48
Files for embedded GCC ARM projects with CLion: Project file, tool chain file, and linker script
cmake_minimum_required(VERSION 3.5)
project(LedTest CXX C ASM)
add_definitions(-DSTM32F4)
add_definitions(-DSTM32F405xx)
add_definitions(-DUSE_HAL_DRIVER)
# List your application specific source files here, include header files!
file(GLOB_RECURSE USER_SOURCES