# 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.15.0:0018-espressif_esp32_provision_device"