# Tools

If you are developing a Homey App using Bluetooth LE, the [Bluetooth LE Devtools](https://tools.developer.homey.app/tools/ble) may come in handy. With these tools you get a quick but powerful overview of all Bluetooth LE devices near homey and you can easily gather all the necessary information to connect to and control your devices.

{% content-ref url="tools/bluetooth" %}
[bluetooth](https://apps.developer.homey.app/guides/tools/bluetooth)
{% endcontent-ref %}

If you are developing a Zigbee app for Homey, the [Zigbee Devtools](https://tools.developer.homey.app/tools/zigbee) give you a quick overview of the Zigbee network and some basic system information. This can be used to quickly troubleshoot your devices and Homey Apps.

{% content-ref url="tools/zigbee" %}
[zigbee](https://apps.developer.homey.app/guides/tools/zigbee)
{% endcontent-ref %}

The Homey CLI has special support for TypeScript, not only does this give you a great autocomplete experience while developing your app. It also allows you to catch errors before you run your code. Read the TypeScript guide to learn how to setup your app to use TypeScript.

{% content-ref url="tools/typescript" %}
[typescript](https://apps.developer.homey.app/guides/tools/typescript)
{% endcontent-ref %}
