46: Buzzer Sequence
Play a sequence of buzzer sounds
Payload
| Field | Name | Description | Type | Unit |
|---|---|---|---|---|
| 6 | Frequencies | Array of frequencies in Hz as floats | float32[] | |
| 7 | Timings | Array of timings in ms as uint16 | uint16[] |
Examples
Play a complex sequence of sounds
📡 Real example from RH2 ESP32 Toit on 2025-10-14This example is captured from an RH2 device as part of normal communications over I2C with the ESP32 co-processor, where Toit on the ESP32 made the request.
Code
For convenience, the following constants can be used to reference this message type.