Skip to content

Instantly share code, notes, and snippets.

View iu2frl's full-sized avatar
📻
Doing crazy stuff with SDRs

Luca iu2frl

📻
Doing crazy stuff with SDRs
View GitHub Profile
@KunYi
KunYi / meshtastic_pio_heltec_v2.0.md
Last active August 30, 2026 09:10
build meshtastic firmware for heltec LoRa 32 v2.0

Build meshtastic firmware (2.5.16.c3d60342) for Heltec LoRAa 32 v2

$ mkdir -p /tmp/pio
$ cd /tmp/pio
$ virtualenv .
$ source bin/activate
$ pip install -U platformio
$ git clone https://github.com/meshtastic/firmware.git --recurse-submodules # pull source code
$ cd firmware