uniquid / esp32-sdk

1 stars 0 forks source link

ESP32-SDK

This is an UNIQUID SDK for ESP32 based on ESP-IDF SDK using PlatformIO IDE.

Requirements

Getting started

setup the development environment

HOW-TO

define

there are some define in platformio.ini thant can/must be change.

APPLICATION

persistence

The Uniquid identity is saved in the NV-SRAM of the ESP32, using the Non-volatile storage library (NVS).

serial terminal interaction

At the system start, you have TIMEOUT_READER x2 seconds to send this commands:

if you send e, remember to send r after or the board will not have an identity

rpc method

All rpc methods are setted like ECHO method.

if the user sends

the provider (board) responds with

info about porting