From e7ff3f98a8beadfbe300f5a9c22cff4124780f9c Mon Sep 17 00:00:00 2001 From: Rajeev Date: Mon, 13 May 2024 19:00:20 +0200 Subject: [PATCH] Adding example with webapp and arduino Uno --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 532a698..7ed015b 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ An open platform to save anonymous data coming from any application using this A If you want to use the connect api service see the full [usage guide](./docs/usage.md) to learn more about it. -## Examples +#### Examples using connect API Refer to the following example projects that use connect API -- [Using ESP32 Node MCU](https://github.com/rajeevmsn/airQuality_ESP32_NodeMCU): in this example Air Quality data is updated every 10 minutes with help ESP32 Node MCU amd MQ135 gas sensor. +- [Using WebApp and Arduino Uno](https://github.com/rajeevmsn/airQualityMonitor_connect): Sending AirQuality data to connect using a web application connected to Arduino Uno and MQ135 gas sensor. +- [Using ESP32 Node MCU](https://github.com/rajeevmsn/airQuality_ESP32_NodeMCU): Sending Air Quality data is updated every 10 minutes with help ESP32 Node MCU amd MQ135 gas sensor. ## Getting Started