Skip to content

anedyaio/anedya-example-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Anedya-Example-ESP32

Logo

This repository contains example projects for the ESP32 microcontroller utilizing the Anedya APIs. Anedya is a comprehensive cloud platform that offers Platform as a Service (PaaS) for IoT applications. It covers all aspects, including device lifecycle management, data storage, alerts, and data aggregation in a single platform. Anedya simplifies the integration of IoT hardware with the server and eliminates the burden of IoT cloud infrastructure development and management.

Examples Included:

The examples demonstrate how to utilize Anedya with Esp32 microcontroller serise:

Arduino-IDE

  • Data submission and visualization on the Anedya cloud. Click here, for examples.
  • Submission of device logs via HTTP. Click here, for more info.
  • Submission of device logs via MQTT. Click here, for more info.
  • Device control commands via MQTT. Click here, for more info.
  • Store value via HTTP.
  • Store value vai MQTT.

Getting Started

To get started with the examples:

  1. Choose the code, create the .ino file, and open it in the Arduino IDE.
  2. Fill in your Wi-Fi credentials, physical device ID, and connection key (obtained from the dashboard).
  3. Select the Board and Port number.
  4. Upload the code.

Documentation

For detailed documentation, refer to the official documentation here.

License

This project is licensed under the MIT License.

Tip

Looking for Python SDK? Visit PyPi or Github Repository

Tip

For more information, visit anedya.io