Skip to content
Stand with Ukraine flag

ThingsBoard Docs

Guides, recipes, and API references to build IoT solutions with ThingsBoard Community Edition.

Take a guided tour

Complete the introductory Getting Started tutorial to learn the basics and create your first IoT solution.

What will you build with ThingsBoard?

See ThingsBoard in action across various use cases. Discover how global enterprises use ThingsBoard via case studies.

Connect your first device

Terminal window
# Push telemetry to ThingsBoard via MQTT
mosquitto_pub -d -h YOUR_THINGSBOARD_HOST \
-t 'v2/t' -u YOUR_DEVICE_ACCESS_TOKEN \
-m '{"temperature": 24.5, "humidity": 70}'

Bring your hardware to life. The Connectivity Guides walk you through streaming telemetry via popular IoT protocols like MQTT, CoAP, LwM2M, Modbus, OPC-UA, LoRaWAN, and many more in under five minutes.