sender

Example of the component taruntom1/lora_linkllayer v0.1.1
# Sender example

Broadcasts a text payload every 5 seconds using `lora_radio`.

## Build

```bash
idf.py set-target esp32s3
idf.py menuconfig
idf.py build flash monitor
```

Set pin mappings in `Component config -> LoRa Radio`.

To create a project from this example, run:

idf.py create-project-from-example "taruntom1/lora_linkllayer=0.1.1:sender"

or download archive (~1.73 KB)