Skip to content

Instantly share code, notes, and snippets.

@HellFelix
HellFelix / Teknologappen_CLA.md
Created April 23, 2026 06:17
# Teknologappen Contributor License Agreement (CLA)

Teknologappen Contributor License Agreement (CLA) — Version 1.0

Definitions

"lth-fed" refers to the informal student group responsible for developing and maintaining teknologappen, consisting of students from the F-, E-, and D-guilds at Lund University of Technology.

"Project" refers to the teknologappen application and all associated code, software architecture, and related materials developed, deployed, or maintained by lth-fed.

"Maintainers" refers to the individuals formally designated as maintainers of the Project by their respective guild (F-, E-, or D-guild). Each guild designates its own representative(s). The current list of Maintainers is kept separately and updated by the guilds as needed.

@HellFelix
HellFelix / LoRa_FeatherWing_experience.md
Last active February 21, 2023 10:20
Using the Arafruit LoRa Radio FeatherWing with Arduino and ESP32

Introduction

For one of my current projects, I'm writing a communication system using the Adafruit LoRa Radio FeatherWing - RFM95W 433 MHz module from RadioFruit. I had a lot of trouble getting the module to cooperate. It took me way longer than I care to admit just to get the first sign of life from the module, so I'm writing this in hopes to spare others from spending too many hours making the same mistakes I did.

What I will cover

As mentioned in the introduction, I used the Adafruit LoRa Radio FeatherWing - RFM95W 433 MHz module. I imagine other frequencies as well as any other Featherwing radio in the RFM95x and RFM69x series should work just as well. I will split this into three parts. First I'll cover how I got it to work on an Arduino UNO, then move on to the ESP32C3 DevKit-02 board using the Arduino IDE, and finally I'll cover how to use the FeatherWing with the ESP32C3 DevKit-02 board using Rust (which is the language used in the project) and a c