Clients to server based on esp idf 6.1 and radiolib
  • C++ 96%
  • CMake 4%
Find a file
2026-06-12 10:46:28 +02:00
main Initial commit 2026-06-12 10:42:30 +02:00
.gitignore Initial commit 2026-06-12 10:42:30 +02:00
CMakeLists.txt Initial commit 2026-06-12 10:42:30 +02:00
dependencies.lock Initial commit 2026-06-12 10:42:30 +02:00
README.md Readme 2026-06-12 10:46:28 +02:00
sdkconfig Initial commit 2026-06-12 10:42:30 +02:00

LoRa client server app

Several clients sending payloads to one server

Hardware

  • XIAO ESP32S3 and Wio-SX1262

Software

  • ESP-IDF v6.1
  • RadioLib

Pinout LoRa module

#define LORA_NSS 41
#define LORA_SCK 7 
#define LORA_MOSI 9 
#define LORA_MISO 8 
#define LORA_RST 42
#define LORA_BUSY 40 
#define LORA_DIO1 39
#define LORA_ANT_SW 38