UWB 4 Click Example.
Description
This example demonstrates the use of UWB 4 click board by showing the UWB ranging between two click boards configured as initiator and responder.
The demo application is composed of two sections :
Application Init
Initializes the driver and logger.
Application Task
Application task is split in few stages:
- UWB4_POWER_UP: Powers up the device and reads system information.
- UWB4_CONFIG_EXAMPLE: Configures device for UWB ranging.
- UWB4_EXAMPLE: Reads and parses the UWB ranging information.
Additional Function
- static void uwb4_clear_app_buf ( void )
- static void uwb4_log_app_buf ( void )
- static err_t uwb4_process ( uwb4_t *ctx )
- static err_t uwb4_read_response ( uwb4_t *ctx, uint8_t *rsp )
- static err_t uwb4_power_up ( uwb4_t *ctx )
- static err_t uwb4_config_example ( uwb4_t *ctx )
- static err_t uwb4_example ( uwb4_t *ctx )
- Author
- Stefan Filipovic