Anedya-Dev-ESP-IDF examples.
Follow these steps to set up your project with Anedya:
Create an Anedya Account:
Create a New Project:
Define Variables:
temperature
, humidity
) for your project to track device data.Add a Node:
Note: Ensure you fill in the variable identifiers correctly, as they are crucial for mapping the data between your physical device and the Anedya platform.
To configure your project with the correct settings in ESP-IDF, follow these steps:
Disable certain NVS settings:
Select Flash Size:
Note: This example has been tested with the ESP32 board with 4MB flash.
Partition Table:
Custom partition table CSV
option.Add Anedya Root Certificate:
./certs
.Configure Anedya Credentials:
Configure Wi-Fi Credentials:
Adjust Stack Size:
10240
.Depending on your use case, you can enable or disable tasks in the main.c
file.
Anedya Python SDK:
Official Anedya Documentation:
Anedya Website:
To create a project from this example, run:
idf.py create-project-from-example "anedya/anedya-esp=0.0.13:example-application"