# Projects built on balena

Some awesome fully-featured projects built using balena.

| Name                                                                         | Description                                                                                                  |
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| [balena-dash](https://github.com/balena-labs-projects/balena-dash)           | Build a Raspberry Pi based desktop dashboard for stats, photos, videos and more!                             |
| [balena-sense](https://github.com/balena-labs-projects/balena-sense)         | Take readings from a BME680 or similar sensor on a Raspberry Pi, store with InfluxDB and view with Grafana   |
| [wifi-repeater](https://github.com/balena-labs-projects/wifi-repeater)       | Easily create a WiFi Access Point or WiFi repeater with balenaOS                                             |
| [balena-cam](https://github.com/balena-labs-projects/balena-cam)             | Network Camera with Raspberry Pi and WebRTC. Tutorial:                                                       |
| [rosetta-at-home](https://github.com/balena-labs-projects/rosetta-at-home)   |                                                                                                              |
| [balena-node-red](https://github.com/balena-labs-projects/balena-node-red)   | a node-red application with balena-supervisor support, can be managed remotely via balena publicURL          |
| [bluetooth](https://github.com/balena-labs-projects/bluetooth)               | Optimized bluetooth agent for balenaOS. Based on BlueZ 5.0.                                                  |
| [dashboard](https://github.com/balena-labs-projects/dashboard)               | Grafana dashboard block with auto-visualization of InfluxDB databases to get your data visualized instantly! |
| [xserver](https://github.com/balena-labs-projects/xserver)                   | A simple X11 server block                                                                                    |
| [connector](https://github.com/balena-labs-projects/connector)               | Auto-configured data connector block based on Telegraf                                                       |
| [sensor](https://github.com/balena-labs-projects/sensor)                     | Auto-detects connected i2c sensors and published data on HTTP or MQTT.                                       |
| [fbcp](https://github.com/balena-labs-projects/fbcp)                         | fbcp driver for SPI based displays for Raspberry Pis via fbcp-ili9341                                        |
| [project-template](https://github.com/balena-labs-projects/project-template) | Project template for new Balena projects                                                                     |
| [multiroom](https://github.com/balena-labs-projects/multiroom)               | Set up multiroom audio for your fleet of devices. Uses the Snapcast audio player.                            |
| [log2screen](https://github.com/balena-labs-projects/log2screen)             |                                                                                                              |
| [dbus](https://github.com/balena-labs-projects/dbus)                         |                                                                                                              |
| [pulse](https://github.com/balena-labs-projects/pulse)                       | A block for counting pulses on a Raspberry Pi GPIO pin.                                                      |
| [browsercontrol](https://github.com/balena-labs-projects/browsercontrol)     |                                                                                                              |
| [video-capture](https://github.com/balena-labs-projects/video-capture)       | Provide an RTSP stream for a connected video source.                                                         |
| [logwatcher](https://github.com/balena-labs-projects/logwatcher)             |                                                                                                              |
| [lockr-block](https://github.com/balena-labs-projects/lockr-block)           | Create or remove application update locks with the return code of any command.                               |

To find the complete list of projects to try and deploy, head to [balenaHub](https://hub.balena.io)!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.balena.io/learn/more/examples/labs-projects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
