> For the complete documentation index, see [llms.txt](https://computation-and-creativity-or-pi.gitbook.io/piezo-path-the-piezo-project-suchirkalra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://computation-and-creativity-or-pi.gitbook.io/piezo-path-the-piezo-project-suchirkalra/poc-1-self-created-piezoelectric-tile/overview.md).

# Overview

### Background

Piezoelectric Tiles are made according to customized sizes and forms of piezoelectric material and tend to have a larger surface area than commonly available piezoelectric sensors. Due to their varied surface areas, piezoelectric tiles can produce anywhere between 0.0084 Watts (PZT ceramic) tiles to 10 W per step (Waynergy Floor Sustainable Energy Floor). Due to their customized sizes and higher density of piezoelectric materials in a tile, these tiles cost anywhere between US $36.1 (the PZT Tile) to $451 (the Waynergy Floor).&#x20;

In this proof of concept, an economical piezoelectric tile is attempted to be designed using simple piezoelectric sensors. With 98 Piezoelectric Sensors, the total cost of the piezoelectric sensors is around Indian Rs. 950 to Rs. 1000, which is around US$11-$12. This shows that the cost could be potentially far lower than the basic Piezoelectric Tile PZT Tile.&#x20;

<figure><img src="/files/mDdfVxa0bB6ilFp7KyDC" alt="" width="188"><figcaption><p>Self-Created Piezoelectric Tile </p></figcaption></figure>

{% embed url="<https://youtu.be/5Kc07YO448Q>" %}
Voltage Output by tapping on the Piezoelectric Tile
{% endembed %}

### Materials used

* 98 Simple Piezoelectric Sensors&#x20;
* 12 V LED Strip&#x20;
* Thin Low Voltage Wires&#x20;
* Jumper Wire Allegator Clips 2 PCs (\~0.5 meters)
* Soldering Iron Kit (with Soldering wire)
* Wire Stripper
* 2 Pcs Flexible Board (Here, a movie poster board has been reused)

### Steps involved

Step 1 - Arranging the piezo on a relatively flexible board (Piezo tends to work better on a bent surface due to pressure difference created across curved surfaces)

Step 2: Connect the Piezos in a parallel manner.&#x20;

Step 3: Connect an LED Strip to the piezo board.&#x20;

Since the above steps didn't work out as expected (explanation provided in the Challenges section), the following additional steps were performed:&#x20;

Step 4: Disconnect the last line of the circuit and divide the circuit into an upper and lower part. Let the last line be the lower part.&#x20;

Step 5: Connect the lower part to the LED Strip.&#x20;

Step 6: Evaluate and see if the LED Strip lights up. (The LED Strip should light up now).&#x20;

The following additional steps can also be performed:&#x20;

Step 7: Repetitively tap the piezoelectric board/tile at various locations.&#x20;

Step 8: Check the Voltage on various piezoelectric sensors using a multimeter.&#x20;

Step 9: Use another board to cover the piezoelectric tile, repetitively hit the piezoelectric sensors, and analyze the voltage now.&#x20;


---

# 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:

```
GET https://computation-and-creativity-or-pi.gitbook.io/piezo-path-the-piezo-project-suchirkalra/poc-1-self-created-piezoelectric-tile/overview.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.
