Getting Started with Anedya
This quick start guide is designed to help you rapidly build and launch your IoT application using the Anedya Platform. Whether you're a developer, engineer, or enthusiast, this guide walks you through each step of the process — from setting up your first project (a project refers to a collection of all resources related to a particular application) and connecting your devices to the platform.
You'll learn how to:
- Create and configure a project on the Anedya Dashboard
- Securely connect your hardware devices
- Start submitting real-time sensor data
- Send remote commands-to control devices
- Perform firmware updates over-the-air (OTA)
- Trigger event-based alerts
In this quickstart guide, we’ll walk through building a Room Monitoring application using the Anedya Platform. This application will be capable of continuously monitoring temperature and humidity levels within a room. It will also allow you to remotely control lighting using commands sent from the dashboard. Additionally, the system will be configured to trigger alerts whenever the temperature or humidity crosses predefined thresholds — ensuring timely notifications for environmental changes. Lastly, you'll learn how to update your device firmware over-the-air (OTA), allowing you to push improvements or fixes without needing physical access to the device.
These guides use ESP32 development boards. However, you are free to use any hardware you want.
📄️ Project Setup
Setup your first project in Anedya Console
📄️ Getting Data in Anedya
Start submission of data from your device
📄️ Sending Commands
Cotnrol your device remotely