> For the complete documentation index, see [llms.txt](https://irnas.gitbook.io/opencollar/-MDJCI9OmpOqWrQzjNIR/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irnas.gitbook.io/opencollar/-MDJCI9OmpOqWrQzjNIR/technology/hardware/lora-antenna.md).

# LoRa antenna

![Picture 1: Potted only part where LoRa antenna is. When finished whole device is potted.](/files/-MB-Oc2-RLFkF6RJ7HLg)

Schematic on bottom picture shows how is antenna wired with Murata IC and digital tunable capacitor PE64102 (DTC). DTC is wired in parallel with C7 to add capacitance and with that lower the antenna resonating frequency.

![Picture 2: Schematic off LoRa transceiver and antenna](/files/-MB-9VJYoDtjHeQtBruN)

With recommended component values from datasheet we have antenna frequency that is far below 868MHz.&#x20;

![Picture 3: Component values from datasheet](/files/-MB-AgjxShHMotU5d73-)

Frequency response with component values from datasheet shows frequency center at 785MHz which is 83MHz to low.

![Picture 4: Frequency response with component values from datasheet  ](/files/-MB-E6fObuCvN0ThKWnt)

After tuning with capacitor on antenna band select pin we managed to get right frequency curve. Below on picture you can see frequency curve with different capacitor values with the most suitable 3pF capacitor.

![Picture 5: Antenna tuning process](/files/-MB-C5rkjOekiE_xPx9S)

Because the capacity is so small we can't fully use the potential of DTC. DTC has 32 possible combinations of capacity and we are operating at the beginning of this scale (at decimal number 4 witch is 2,98pF.&#x20;

![Picture 6: Antenna efficiency over DTC range at 868MHz](/files/-MBDPC5WjAceUbMwO0Md)

![Picture 7: Device position for best signal strenght](/files/-MBDRGDGOoJGhOlNg9sA)

Can we make efficiency of antenna better when potted?

<div align="center"><img src="/files/-MB-OVsfTcSG0bsxJb4f" alt="Picture 8: PCB with EMC shield"></div>

![Picture 9: PCB without EMC shield](/files/-MB-ORzLvzJpgdk77zRj)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://irnas.gitbook.io/opencollar/-MDJCI9OmpOqWrQzjNIR/technology/hardware/lora-antenna.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
