This guide walks you through building your first project with the NLS tracker device.
- Development environment set up
- Device connected via USB
- Basic C/C++ knowledge
mkdir my-tracker-project
cd my-tracker-project
cp -r ../firmware/template/* .idf.py menuconfigidf.py buildidf.py flashidf.py monitor#include "esp_log.h"
static const char *TAG = "my_project";
void app_main(void) {
ESP_LOGI(TAG, "Hello from NLS Tracker!");
}- API Documentation - Learn the API
- SDK Documentation - Use SDKs
Last Updated: 2025-02-02
Version: 1.0.0