diff --git a/.gitbook/assets/bare_fipy.png b/.gitbook/assets/bare_fipy.png new file mode 100644 index 0000000..c47830b Binary files /dev/null and b/.gitbook/assets/bare_fipy.png differ diff --git a/.gitbook/assets/lora_sigfox_pigtail_ant_fipy.png b/.gitbook/assets/lora_sigfox_pigtail_ant_fipy.png new file mode 100644 index 0000000..b911028 Binary files /dev/null and b/.gitbook/assets/lora_sigfox_pigtail_ant_fipy.png differ diff --git a/.gitbook/assets/lora_sigfox_pigtail_fipy.png b/.gitbook/assets/lora_sigfox_pigtail_fipy.png new file mode 100644 index 0000000..d0e7f09 Binary files /dev/null and b/.gitbook/assets/lora_sigfox_pigtail_fipy.png differ diff --git a/.gitbook/assets/lte_ant_fipy.png b/.gitbook/assets/lte_ant_fipy.png new file mode 100644 index 0000000..6f27d61 Binary files /dev/null and b/.gitbook/assets/lte_ant_fipy.png differ diff --git a/.gitbook/assets/sim_fipy.png b/.gitbook/assets/sim_fipy.png new file mode 100644 index 0000000..939bd24 Binary files /dev/null and b/.gitbook/assets/sim_fipy.png differ diff --git a/.gitbook/assets/uart_fipy.png b/.gitbook/assets/uart_fipy.png new file mode 100644 index 0000000..6109828 Binary files /dev/null and b/.gitbook/assets/uart_fipy.png differ diff --git a/.gitbook/assets/wifi_pigtail_ant_fipy.png b/.gitbook/assets/wifi_pigtail_ant_fipy.png new file mode 100644 index 0000000..b1e151c Binary files /dev/null and b/.gitbook/assets/wifi_pigtail_ant_fipy.png differ diff --git a/1.-getting-started/hardwaresetup/fipy.md b/1.-getting-started/hardwaresetup/fipy.md index fcef511..7f1887d 100644 --- a/1.-getting-started/hardwaresetup/fipy.md +++ b/1.-getting-started/hardwaresetup/fipy.md @@ -37,6 +37,8 @@ * Firstly you will need to connect power to your FiPy. You will need to supply `3.5v`-`5.5v` to the `Vin` pin. **Note:** Do _not_ feed `3.3v` directly to the `3.3v` supply pin, this will damage the regulator. * The connect the `RX` and `TX` of your USB UART to the `TX` and `RX` of the FiPy respectively. **Note:** Please ensure you have the signal level of the UART adapter set to `3.3v` before connecting it. * In order to put the FiPy into bootloader mode to update the device firmware you will need to connect `P2` to `GND`. We recommend you connect a button between the two to make this simpler. + +![](../../.gitbook/assets/uart_fipy.png) {% endtab %} {% tab title="WiFi" %} @@ -44,6 +46,8 @@ * In order to access the FiPy via WiFi you only need to provide `3.5v` - `5.5v` on the `Vin` pin of the FiPy: +![](../../.gitbook/assets/bare_fipy.png) + * By default, when the FiPy boots, it will create a WiFi access point with the following credentials: * SSID: `fipy-wlan` * password: `www.pycom.io` @@ -66,20 +70,31 @@ The FiPy only supports LoRa on the 868MHz or 915MHz bands. It does not support 4 {% endhint %} * Firstly you will need to connect the U.FL to SMA pig tail to the FiPy using the U.FL connector on the same side of the FiPy as the LED. + +![](../../.gitbook/assets/lora_sigfox_pigtail_fipy.png) + * If you are using a pycase, you will next need to put the SMA connector through the antenna hole, ensuring you align the flat edge correctly, and screw down the connector using the provided nut. * Finally you will need to screw on the antenna to the SMA connector. +![](../../.gitbook/assets/lora_sigfox_pigtail_ant_fipy.png) + ### LTE Cat-M1/NB-IoT If you intend on using the LTE CAT-M1 or NB-IoT connectivity of the FiPy you **must** connect a LTE CAT-M1/NB-IoT antenna to your FiPy before trying to use LTE Cat-M1 or NB-IoT otherwise you risk damaging the device. * You will need to connect the antenna to the FiPy using the U.FL connector on the under side of the FiPy. +![](../../.gitbook/assets/lte_ant_fipy.png) + ### WiFi/Bluetooth \(optional\) All Pycom modules, including the FiPy, come with a on-board WiFi antenna as well as a U.FL connector for an external antenna. The external antenna is optional and only required if you need better performance or are mounting the FiPy in such a way that the WiFi signal is blocked. Switching between the antennas is done via software, instructions for this can be found [here.](https://docs.pycom.io/firmwareapi/pycom/network/wlan.html) +![](../../.gitbook/assets/wifi_pigtail_ant_fipy.png) + ### SIM card {#sim-card} If you intend on using the LTE CAT-M1 or NB-IoT connectivity of the FiPy you will need to insert a SIM card into your FiPy. It should be noted that the FiPy does not support regular LTE connectivity and you may require a special SIM. It is best to contact your local cellular providers for more information on acquiring a LTE CAT-M1/NB-IoT enabled nano SIM. +![](../../.gitbook/assets/sim_fipy.png) +