From 36e268ee3b7ea48fada3451f105b97a4a21e010b Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Wed, 12 Aug 2020 16:07:17 +0200 Subject: [PATCH] add antenna diagram --- content/datasheets/development/fipy.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/datasheets/development/fipy.md b/content/datasheets/development/fipy.md index c0063a2..10580dc 100644 --- a/content/datasheets/development/fipy.md +++ b/content/datasheets/development/fipy.md @@ -37,11 +37,20 @@ The pinout of the FiPy is available as a [PDF File](/gitbook/assents/fipy-pinout ## Notes +### Antenna connections + +>Always attach the appropriate antenna when using a wireless connection (LoRa / LTE / SigFox). For WiFi / BLE, it is not mandatory to use an external antenna when you did not explicitly specify this in your code. +#### WiFi antenna +![](/gitbook/assets/wifi_pigtail_ant_fipy.png) +#### LoRa / SigFox antenna +![](/gitbook/assets/lora_sigfox_pigtail_ant_fipy.png) +#### LTE antenna +![](/gitbook/assets/lte_ant_fipy.png) ### Power Do not use the 3.3V pin **in combination with** the Vin pin to supply the device as this will damage the voltage regulator on the board. ### Antenna placement -Always attach the appropriate antenna when using a wireless connection (LoRa / LTE / SigFox). For WiFi / BLE, it is not mandatory to use an external antenna when you did not explicitly specify this in your code. + ### AT Commands