thyonei
2.1.0.0
|
Thyone-I Click is a compact add-on board for wireless communication in various devices like control systems, remote controls, and sensor nodes. This board features the WIRL-PRO2 Thyone-I (2611011021000) module from Würth Elektronik. It operates in the 2.4GHz license-free band, ensuring secure and reliable data transmission in both point-to-point and mesh configurations. It features versatile connectivity options with onboard and external antenna support, a data transmission rate of up to 2Mbit/s, and embedded security with hardware-accelerated encryption.
We provide a library for the Thyone-I Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
This library contains API for Thyone-I Click driver.
thyonei_cfg_setup
Config Object Initialization function. thyonei_init
Initialization function. thyonei_default_cfg
Click Default Configuration function. thyonei_get_req
This command can be used to set individual setting parameters in flash of Thyone-I Click board. thyonei_multicast_data_req
This command provides the multicast data transmission to a group of modules configured with the same MAC GROUP ADDRESS of Thyone-I Click board. thyonei_unicast_data_req
This command provides the unicast data transmission to the configured MAC DESTINATION ADDRESS of Thyone-I Click board. This example demonstrates the use of the Thyone-I Click board by sending and receiving data and displaying them on the USB UART.
The demo application is composed of two sections :
Initializes the driver and performs the Click default configuration and setting the MAC addresses and mode.
Transmitter mode - Sending data to the devices within range ( thyonei_broadcast_data_req ), with same MAC group ( thyonei_multicast_data_req )
and with the selected MAC destination address ( thyonei_unicast_data_req ).
Receiver mode - Reads and processes all incoming data and displays them on the USB UART.
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
Other Mikroe Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART Click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. UART terminal is available in all MikroElektronika compilers.