> For the complete documentation index, see [llms.txt](https://docs.blynk.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blynk.io/en/legacy-platform/legacy-articles/raspberry-pi-and-blynk.md).

# Raspberry Pi and Blynk

{% hint style="warning" %}
This documentation is for the LEGACY version of Blynk platform which is no longer supported and will be shut down.

You can sign up for the current version of Blynk platform [here](http://blynk.cloud/dashboard/register).

The new mobile apps can be downloaded from [App Store](https://apps.apple.com/us/app/blynk-iot/id1559317868) and [Google Play](https://play.google.com/store/apps/details?id=cloud.blynk\&hl=en\&gl=US).

The actual Blynk documentation is [here](https://docs.blynk.io/).
{% endhint %}

Blynk works with any model of Raspberry Pi **over WiFi / Ethernet**.

**☝️We don't support BLE of Raspberry Pi 3 (yet)**

When writing apps on RPi, you can use Node.JS or C++.

Here are a few articles that may help:

* [**Instructable:** Raspberry Pi and Blynk](http://www.instructables.com/id/Blynk-JavaScript-in-20-minutes-Raspberry-Pi-Edison/)
* [How to install Node.js library on Linux](http://help.blynk.cc/hardware-and-libraries/node-js/how-to-install-nodejs-library-on-linux)
* [Raspberry Pi: Tips & Tricks](http://help.blynk.cc/hardware-and-libraries/node-js/raspberry-pi-tips-tricks)
* [Node.js vs. C++ library](http://help.blynk.cc/hardware-and-libraries/nodejs-vs-c-library)

And of course a video tutorial. Check the description on YouTube for more links.

<https://www.youtube.com/watch?v=LJ3ic8C8CcA>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blynk.io/en/legacy-platform/legacy-articles/raspberry-pi-and-blynk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
