# Receiver example Continuously receives packets and logs source, destination, sequence, RSSI, SNR, and payload. ## 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:receiver"