Electricity generation through the piezoelectric effect has gained significant attention due to its potential to harness energy from ambient vibrations and mechanical movements. The piezoelectric effect refers to the ability of certain materials to generate an electric charge when subjected to mechanical stress or deformation.
1.Introduction
This Piezo-Street System utilizes piezoelectric cells installed on the road surface to generate electrical power from vehicular movement. The generated power is used to charge an Arduino microcontroller. The Arduino controls street lighting using LDR (Light Dependent Resistor) sensors to turn on LED lights during the night. Additionally, the system incorporates an ultrasonic sensor to monitor vehicle traffic and an MQ-135 sensor to detect gas levels in the air.
2. System Overview
The main components of the Smart Street System include:
- Piezoelectric Cells: Thirty piezoelectric cells are embedded in the road surface in three sets of ten cells each. Each set of ten cells is connected in series, and all three sets are then connected in parallel to maximize power generation.
- Arduino Microcontroller: The generated power from the piezoelectric cells charges the LI-ion battery which powers Arduino. The Arduino serves as the control unit for the entire system.
- LDR Sensors: Light Dependent Resistor (LDR) sensors are used to detect ambient light levels. During nighttime (when light level is low), the Arduino uses LDR data to activate streetlights (LEDs).
- Ultrasonic Sensor: An ultrasonic sensor is deployed to measure the number of vehicles passing on the road. This data helps in monitoring traffic flow.
- MQ-135 Gas Sensor: The MQ-135 sensor is employed to detect harmful gases in the air, contributing to air quality monitoring.
3. Power Generation
The primary energy source for the Smart Street System is the piezoelectric cells. When vehicles pass over the cells, the mechanical stress generates electrical energy. The thirty piezoelectric cells are grouped into three sets of ten. Each set of ten cells is connected in series to increase voltage output, and all three sets are connected in parallel to maintain the overall current capacity.
The generated power is rectified and regulated before being used to charge the Arduino microcontroller. A battery backup system is also included to ensure continuous operation during periods of low traffic or at night when power generation is minimal.
Procedure-Step-1
Starting with piezo cells, 2 wires were soldiered like shown-
we did same to all 30 piezo cells, connected 10 cells in series forming set of 3, and then connected the 3 sets in parallel.
Now, The output of these cell had to be connected to a rectifier as Piezo produces AC, and to charge our battery we needed DC. So, we made our own rectifier using diodes and capacitor.
Step-2
Next, To make our street, we used a card-board as it comes handy. Then, we Placed and Route the piezo cells on the cardboard and made street lamps using LED's. Connections were made for the Ultrasonic-sensor, LDR and MQ 135 sensor, and they were mounted on the LED lamps for data reading.
Step-3
LCD was connected as shown, Final data of sensors will be displayed here.
Step-4
After placing and Routing it was time for ARDUINO coding, firstly we tested the sensitivity of the sensors and adjusted that accordingly. The Arduino code for the circuit is provided in the code section.
Step-5
After some final touches, this was the OUTPUT-
We used a glass sheet to cover the piezo cells, on pressing the glass sheet, the piezo was producing current which was charging the capacitor, and battery.
Arduino was doing it's work smoothly, on switching the room light OFF the LED lamps were automatically turning ON, number of passing vehicles and air quality was displayed on the LCD.
Comments
Please log in or sign up to comment.