0016-espressif_esp32_rpc

Example of the component thingsboard/thingsboard v0.14.0
# Sending telemetry / attribute data

## Devices
| Supported Devices |
|-------------------|
|  ESP32            |

## Framework

Espressif IDF

## ThingsBoard API
[Server-side Remote Procedure Call](https://thingsboard.io/docs/user-guide/rpc/#server-side-rpc)

## Feature
Creating RPC methods that can be called from the cloud and will result in us receiving a message,
that then calls the corresponding callback on the device, which can optionally return a response that includes certain values

To create a project from this example, run:

idf.py create-project-from-example "thingsboard/thingsboard=0.14.0:0016-espressif_esp32_rpc"

or download archive (~57 bytes)