Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:hw:01-axon:iqrf [2019/09/23 10:03] – tomhora | en:hw:01-axon:iqrf [2026/09/17 08:09] (current) – removed ofojt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Axon IQRF ====== | ||
| - | ===== Quick-start guide ===== | ||
| - | === Module information === | ||
| - | * Type: (DC)TR-76Dx | ||
| - | * OS: 4.03D | ||
| - | * DPA: 0403 | ||
| - | * Network type: STD+LP | ||
| - | * Firmware: Coordinator with UART communication | ||
| - | |||
| - | === IQRF Daemon Installation === | ||
| - | Axons are shipped with the latest version of Axon Mervis OS but this tutorial expects the latest version of [[files: | ||
| - | |||
| - | To install the iqrf-gateway-daemon, | ||
| - | |||
| - | To install the iqrf-gateway-webapp simply follow the official guide. It is not needed to add the repository for the PHP7.3 since it is already included in the official Debian repository. [[ https:// | ||
| - | |||
| - | === IQRF Daemon Configuration === | ||
| - | It's recommended to use the **UART** communication with the coordinator (this is the Factory FW configuration) for normal communication. SPI should be used only for re-programming of the IQRF module because the SPI line is shared with the UniPi HW. | ||
| - | |||
| - | //Please note that the SPI is set as default interface in IQRF Daemon after installation. To change to the **UART**, enable IqrfUart and disable both IqrfCdc and IqrfSpi components (section Configuration-> | ||
| - | |||
| - | == UART configuration == | ||
| - | Make sure to use the following parameters: | ||
| - | * IQRF UART interface: /dev/ttyS0 | ||
| - | * UART baud rate: 57600 | ||
| - | * Power enable GPIO pin: 19 | ||
| - | * UART bus enable GPIO pin: 18 | ||
| - | |||
| - | == SPI configuration == | ||
| - | Make sure to use the following parameters: | ||
| - | * IQRF SPI interface: /spidev0.3 | ||
| - | * Power enable GPIO pin: 19 | ||
| - | * UART bus enable GPIO pin: 18 | ||
| - | * Programming mode switch GPIO pin: 2 | ||
| - | * Enable SPI reset (checked) | ||