ismtx 2.0.0.0
|
ISMTX Click example. More...
Macros | |
#define | PREAMBLE_BYTE 0xFF |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
uint8_t | tx_data_buf [9] = { 'M', 'I', 'K', 'R', 'O', 'E', '\r', '\n', 0 } |
ISMTX Click example.
This application shows capability of ISM TX Click board. It sets default configuration, and transmits data in manchester encoding with FSK or ASK signal modulation.
The demo application is composed of two sections :
Initialization of log and communication, sets signal modulation, resets device, and sets default configuration for selected modulation.
Transmits data via external antenna in span of 100ms.
#define PREAMBLE_BYTE 0xFF |
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
uint8_t tx_data_buf[9] = { 'M', 'I', 'K', 'R', 'O', 'E', '\r', '\n', 0 } |