Wirnet™ iFemtocell exists in 3 different hardware versions summarized in the following table:
Version | 868 | 915 | 923 |
---|---|---|---|
Radio RX band | 863-873MHz | 902-928 MHz | 915-928 MHz |
Radio TX band | 863-873MHz | 902-928 MHz | 915-928 MHz |
LORABOARD_TYPE | WIFC-868 | WIFC-915 | WIFC-923 |
LORABOARD_TYPE
is readable from board_info.json and allow the software to dynamically know which version is used.
Each Wirnet iFemtoCell has one global serial number, “Final product ID”, one “Board ID” and one “Packaging ID”.
The serial numbers of the product are on the gateway cardboard.
The Wirnet iFemtocell has one sticker placed on the back of the case.
This sticker includes serial numbers (“Board ID” and “Final product ID”), MAC address, regulatory markings and electrical information.
/tmp/board_info.json
file is the system information file. It contains information about modules in the casing including the software versions. This file is generated at the boot of the gateway.
Below is the file structure:
{ "cpu": { "CPU": "OK", "EUI64": "7276FF0044010039", // Gateway EUI "RAM": "OK", "RTC": "OK", "SRK0_value": "0xdbce282b", "board_label": "BPa010039", "bootcount": 1, "hab_enable": "true", "hw_version": "4401", // Hardware version "networks": { "eth_backhaul": "OK", "mac_backhaul": "70:76:ff:02:55:7e", // MAC address "mac_wlan": "98:84:e3:bf:e5:cf", "wlan": "OK" }, "power": { // Power information "NVCC_3V3": 3.292, "NVCC_DRAM": 1.326, "VCC_5V": 4.99, "VCC_DIG_1V8": 1.847, "VCC_PA1": 4.32, "VCC_RF1": 1.024, "VDD_CORE": 1.367, "VIN_9V": 11.611 }, "radio": { "LORABOARD_TYPE": "WiFC-915" // LoRa RF module information }, "serial_number": "0x44010039", // Serial number of the CPU module "start_time": "10:38:39 2022-02-11", // Start time: useful to know if the gateway has rebooted "sw_version": "5.X.X_XXXXXXXXXXXXXX" // iFemtoCell Software version } }
To print the content of a file on the console, the command cat
can be used.
cat /tmp/board_info.json
Wirnet iFemtoCell gateway is certified in many countries. Further information is available in the Installation and maintenance manual.