awsiot
2.1.0.0
|
AWS IoT Click Example. More...
Macros | |
#define | PROCESS_BUFFER_SIZE 300 |
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
AWS IoT Click Example.
This example demonstrates the use of AWS IoT click board by bridging the USB UART to mikroBUS UART which allows the click board to establish a connection with the AWS IoT over the Quick Connect demo application without an AWS account.
The demo application is composed of two sections :
Initializes the driver, resets the click board to factory default settings, then reads and displays the vendor model and thing name on the USB UART.
All data received from the USB UART will be forwarded to mikroBUS UART, and vice versa. At this point you should disconnect from the UART terminal and run the Quick Connect demo application.
The demo will connect to AWS IoT and give you an URL that you can use to visualize data flowing from the device to the cloud using AT+SEND commands. The demo will run for up to two minutes, and afterwards, you will be able to type AT+SEND commands yourself and see the data coming in on the visualizer.
#define PROCESS_BUFFER_SIZE 300 |
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 | ) |
void main | ( | void | ) |