# 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.&#x20;

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**.&#x20;

**☝️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: 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.blynk.io/en/legacy-platform/legacy-articles/raspberry-pi-and-blynk.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.
