SOLATEK - LIVE IN LAB IV - REPORT
SOLATEK - LIVE IN LAB IV - REPORT
Submitted by
BACHELOR OF TECHNOLOGY
in
COMPUTER SCIENCE AND BUSINESS SYSTEMS
6 FINAL PPT 27
7 CONCLUSION 28
8 REFERENCES 28
ACKNOWLEDGEMENTS
We wish to record our sincere gratitude to our respected Chairman & CEO,
Dr. SAI PRAKASH LEO MUTHU, for his encouragement towards our
project activities and extending all the facilities needed to carry out this
project.
We express our sincere thanks to Dr. M. ANANTHI, HoD - CSBS for the
facilities provided to complete this project.
We also thank our PARENTS AND FRIENDS for their support and
dedication to complete this project successfully.
ABSTRACT
In this project, we address inefficiencies in solar street lighting systems by
integrating Peltier modules with solar panels in a "sandwich model"
configuration that captures surplus heat during sunlight exposure. This
heat, along with the energy from the solar panels, is stored in batteries
during the day. At night, the lights are powered by the mains, with the
Peltier modules converting the heat generated by the LEDs using the
Seebeck effect, thereby providing a dual-purpose and energy-efficient
solution. Additionally, we implement a dataset using Arduino Nano to
monitor and display voltage and current on an LCD screen, enhancing real-
time system diagnostics and performance tracking. This project showcases a
technically sound and commercially viable approach to harnessing wasted
heat for sustainable energy production from LED lights without the need
for significant changes to existing infrastructure.
1.1.1 CONTEXT
Urban environments are increasingly turning to solar street lighting for its eco-
friendly and cost-effective illumination. However, traditional systems lose
valuable potential by wasting the excess heat energy generated alongside light.
Current solar panels convert only a portion of sunlight into electricity, leaving
significant heat energy unused. This untapped potential translates to lost
efficiency and missed opportunities for maximized light output.
Imagine solar street lights that not only harness sunlight for illumination but
also capture and convert the excess heat into additional electricity. This would
revolutionize efficiency, brighten streets, and reduce our reliance on fossil fuels.
Our project proposes integrating Peltier modules with solar panels. These
modules utilize the Seedbeck effect to convert temperature differentials into
electricity, making the most of the previously wasted heat. This innovative
approach promises to boost overall performance and energy efficiency of solar
street lighting systems.
1.2. HIGH LEVEL DESIGN:
1.2.1 WORKFLOW DIAGRAM
START
STOP
SYSTEM ARCHITECTURE
SOLAR PANEL
VOLTAGE CHARGING
PELTIER MODULE BOOSTER MODULE
TO MAINS LED LIGHT
BATTERY
SIMULATION OF VOLTMETER
SCHEMATIC VIEW
#include <LiquidCrystal.h>
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
int analogInput = 0;
float vout = 0.0;
float vin = 0.0;
float R1 = 100000.0; // insert exact resistance value R1 (100K)
float R2 = 10000.0; // enter exact value of resistance R2 (10K)
int value = 0;
void setup(){
pinMode(analogInput, INPUT);
lcd.begin(16, 2);
lcd.print("VOLTMETRO DC");
Serial.begin(9600);
}
void loop(){
value = analogRead(analogInput);
2.2.1 INTRODUCTION
Imagine a future where the streets come alive with energy efficiency, where
the very sunlight that graces our days becomes a 24/7 source of
illumination.Our mission is clear: to tackle the inefficiencies plaguing
traditional solar street lighting systems. In this pursuit, we introduce a
paradigm-shifting approach—a fusion of solar panels and Peltier modules
in a unique "sandwich model" configuration. But this isn't just about
capturing sunlight; it's about harnessing the surplus heat it brings, storing
it intelligently, and using it to power our nights.
Nearly 50,000 Acres of cultivable fertile land is being destroyed for the
generation of electricity in Tamil Nadu, where the requirements are far
beyond the quantity produced and stored.
Moreover, the unused and latent heat energy from back side of solar
panels remain unutilized due to heat dissipation. This loss of energy needs
to be addressed with an effective solution to be implemented in street
lights to save electricity.
2.2.4.MARKET ANALYSIS
1.PRODUCT SALES:
Generate revenue through the sale of integrated solar street lighting
systems, featuring the unique "sandwich model" configuration.
3.MAINTENANCE CONTRACTS:
Establish recurring revenue streams through long-term maintenance and
support contracts.
2. Which potential market could benefit most from this type of street lighting
system?
a) Urban areas with well-developed infrastructure
b) Remote locations with limited access to electricity
c) Industrial facilities requiring high-intensity lighting
d) Residential areas with concerns about light pollution
3. Compared to conventional LEDs, the sandwich structure offers:
a) Increased cost but lower energy consumption
b) Lower brightness but improved durability
c) Reduced lifespan but higher color quality
d) Enhanced luminescence efficiency and color
By utilizing the LED Lights during the night, we convert the heat
produced into electricity from Peltier Modules and provide an energy-
efficient, is dual-source power for a commercially viable solution. This
innovative approach harnesses wasted heat, developing sustainable urban
lighting without significant infrastructural changes. The project represents
a scalable model for impactful, eco-friendly urban development.
8. REFERENCES
10. J. -S. Park and C. -S. Huh, "A study on improved efficiency and cooling
LED lighting using a seebeck effect," 2012 International Conference on Power
Engineering and Renewable Energy (ICPERE), Bali, Indonesia, 2012, pp. 1-3,
doi: 10.1109/ICPERE.2012.6287245.