WizFi360-EVB-Pico-AZURE-C Pressure Sensor Working
This project uses the WizFi360-EVB-Pico and sends data got from pressure sensor to the Azure IoT Hub.
This repo is a project and example that uses the WizFi360-EVB-Pico and sends data got from a pressure sensor to the Azure IoT Hub.
For the original source code, please refer to the WizFi360 Azure IoT example for RP2040 officially provided by WIZnet, WizFi360-EVB-Pico-AZURE-C.
The WizFi360 Azure IoT example for RP2040 officially provided by WIZnet, WizFi360-EVB-Pico-AZURE-C, basically provides 4 examples.
Among them, the example of sending pressure sensor data supports three things.
Example selection can be made in iot_demo.c according to the macro settings below.
// The application you wish to use should be uncommented
//
#define APP_TELEMETRY
//#define APP_C2D
//#define APP_CLI_X509
//#define APP_PROV_X509