Tutorials
A complete tutorial, guiding users from installation to running many common sensors (such as the DHT11 temperature sensor, or the SSD1306 display) can be found here.
This section contains additional tutorials to get started with running Toit code on your device.
The first tutorial will show you a simple Toit program that logs the date and time on your device.
Next, we will show how to use deep sleep to go run a program regularly. The weather station tutorial runs every few seconds to log the temperature.
An MQTT tutorial demonstrates how to communicate with MQTT brokers.
Finally, we have tutorials on how to use Bluetooth Low-Energy communication with Toit on your ESP32 device.