Wirnet™ iFemtoCell-evolution exists in 3 different hardware versions summarized in the following table:
Version | 868 | 915 | 923 |
---|---|---|---|
Radio RX band | 863-874.4MHz | 923-928 MHz | 915-928 MHz |
Radio TX band | 863-874.4MHz | 902-915 MHz | 915-928 MHz |
LORABOARD_TYPE | FEVO-868 | FEVO-915 | FEVO-923 |
LORABOARD_TYPE
is readable from board_info.json and allow the software to dynamically know which version is used.
Each Wirnet iFemtoCell-evolution has one global serial number “Product ID”, one “Board ID” and one “Packaging ID”.
The “Product ID” and “Packaging ID” of the product are visible on the gateway cardboard.
The Wirnet iFemtoCell-evolution has one sticker placed on the back of the case. These stickers include serial numbers (“Board ID” and “Product ID”), MAC address, EUI identifier, regulatory markings and electrical information.
/tmp/board_info.json
file is the system information file. It contains information about hardware and software versions. This file is generated at the boot of the gateway.
root@klk-fevo-010002:~ # cat /tmp/board_info.json { "cpu": { "CPU": "OK", "EUI64": "7076FF0064010002", "Modem": { "Manufacturer": "QUALCOMM INCORPORATED", "Model": "QUECTEL Mobile Broadband Module", "data_attachment": { "APN": "", "attached": "", "connection": "" }, "gsm_attachment": { "MCC": "", "MNC": "", "SignalStrength": "", "status": "" }, "sim": { "ICCID": "", "IMSI": "", "PIN": "", "status": "absent" }, "sw_version": "EG25GGBR07A07M2G" }, "RAM": "OK", "RTC": "OK", "board_label": "CVa010002", "bootcount": 30, "hab_enable": "false", "hw_version": "6401", "networks": { "eth_backhaul": "OK", "mac_backhaul": "70:76:ff:05:00:02" }, "power": { "NVCC_3V3": 3353, "NVCC_DRAM": 1368, "VCC_5V": 4998, "VCC_DIG_1V8": 1843, "VCC_PA1": 4310, "VCC_RF1": 2519, "VDD_CORE": 1371, "VIN_9V": 11388 }, "radio": { "LORABOARD_TYPE": "FEVO-868" }, "serial_number": "0x64010002", "start_time": "08:34:03 2019-11-14", "sw_version": "4.2.0_20190924111948" } }
Wirnet iFemtoCell-evolution gateway is certified in many countries. Further information is available in the Quickstart Guide (provided with your gateway).