anynet3gea  2.0.0.0
Macros | Functions
main.c File Reference

AnyNet 3G-EA Click Example. More...

#include "board.h"
#include "log.h"
#include "anynet3gea.h"

Macros

#define APP_BUFFER_SIZE   256
 
#define PROCESS_BUFFER_SIZE   256
 
#define AWS_TOPIC_OPEN   "0,\"MY_TOPIC_OPEN\""
 
#define AWS_TOPIC_SUBSCRIBE   "0,\"MY_TOPIC_SUBSCRIBE\""
 

Functions

void application_init (void)
 
void application_task (void)
 
int main (void)
 

Detailed Description

AnyNet 3G-EA Click Example.

Description

This example demonstrates the use of AnyNet 3G-EA Click board.

The demo application is composed of two sections :

Application Init

Initializes the driver and sends a few AT commands to test the communication and configure the Click board.

Application Task

Reads all the received data and logs them to the USB UART.

Additional Function

Author
Stefan Filipovic

Macro Definition Documentation

◆ APP_BUFFER_SIZE

#define APP_BUFFER_SIZE   256

◆ AWS_TOPIC_OPEN

#define AWS_TOPIC_OPEN   "0,\"MY_TOPIC_OPEN\""

◆ AWS_TOPIC_SUBSCRIBE

#define AWS_TOPIC_SUBSCRIBE   "0,\"MY_TOPIC_SUBSCRIBE\""

◆ PROCESS_BUFFER_SIZE

#define PROCESS_BUFFER_SIZE   256

Function Documentation

◆ application_init()

void application_init ( void  )

< Logger config object.

< Click config object.

Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG

Note
If USB_UART_RX and USB_UART_TX are defined as HAL_PIN_NC, you will need to define them manually for log to work. See LOG_MAP_USB_UART macro definition for detailed explanation.

◆ application_task()

void application_task ( void  )

◆ main()

int main ( void  )