Lines Matching full:iot
1 .. zephyr:code-sample:: aws-iot-mqtt
2 :name: AWS IoT Core MQTT
5 Connect to AWS IoT Core and publish messages using MQTT.
11 can publish messages to AWS IoT Core using the MQTT protocol. Key features include:
15 - Establishing a TLS 1.2 connection with AWS IoT Core servers
16 - Subscribing to a topic on AWS IoT Core
17 - Publishing data to AWS IoT Core
26 - An AWS account with access to AWS IoT Core
35 authenticate to the AWS IoT Core. The sample includes a script to convert
38 Register a *thing* in AWS IoT Core and download the certificate and private key.
43 To configure the sample, set the following Kconfig options based on your AWS IoT
46 - :kconfig:option:`CONFIG_AWS_ENDPOINT`: The AWS IoT Core broker endpoint, found in the AWS IoT Core
48 - :kconfig:option:`CONFIG_AWS_MQTT_PORT`: Port number for AWS IoT Core MQTT broker.
49 - :kconfig:option:`CONFIG_AWS_THING_NAME`: The name of the thing created in AWS IoT Core. Associated
57 Refer to the `AWS IoT Core Documentation <https://docs.aws.amazon.com/iot/index.html>`_
64 `AWS IoT Core Device Advisor <https://aws.amazon.com/iot-core/device-advisor/>`_.
69 Access the MQTT test client in the AWS IoT Core console, subscribe to the