Dual Axis Solar Tracker DIY Kit for Students | Automatic Sun Tracking Solar Panel Project | STEM Renewable Energy Model – (092)
₹2,199.00 Original price was: ₹2,199.00.₹1,999.00Current price is: ₹1,999.00.
🌞 AUTOMATIC SUN TRACKING TECHNOLOGY
Smart dual-axis solar tracker that automatically moves the panel toward sunlight using light sensors, demonstrating real renewable energy automation concepts.
How to Make – https://youtu.be/uf1jOrrZAKk
🎓 PERFECT FOR SCHOOL & ENGINEERING PROJECTS
Best suited for science exhibitions, diploma projects, engineering mini projects, renewable energy demonstrations, and STEM learning models.
⚙️ REAL WORKING MOVEMENT (2-AXIS CONTROL)
Panel rotates in horizontal and vertical directions using 2 servo motors controlled by a UNO-compatible microcontroller board.
🧩 COMPLETE DIY KIT WITH 3D PRINTED STRUCTURE
Includes durable 3D printed solar tracker frame and base, allowing easy assembly and stable classroom demonstration.
👨🎓 BEGINNER FRIENDLY LEARNING KIT
Helps students understand sensor based automation, solar tracking logic, controller programming, and renewable energy optimization.
Dual Axis Solar Tracker DIY Educational Kit – Automatic Sun Tracking Model
Learn how smart solar panels track sunlight automatically with this dual axis solar tracking project kit designed for students and educational demonstrations.
The system uses light-dependent sensors (LDR) to detect sunlight direction and automatically moves the solar panel using servo motors controlled by a UNO compatible microcontroller board.
This practical working model helps students understand real-world solar automation used in renewable energy installations.
Perfect for:
✔ School science exhibitions
✔ Engineering diploma projects
✔ Final year renewable energy projects
✔ STEM education learning
✔ Automation demonstrations
Designed to be easy to assemble, compact, and student friendly.
✅ 📦 PARTS INCLUDED IN KIT
✔ UNO Compatible Controller Board
✔ USB Programming Cable
✔ Precision 3D Printed Solar Tracker Structure & Base
✔ 2 × SG90 Servo Motors
✔ 4 × LDR Sensors
✔ 4 × 10K Resistors
✔ Connecting Wires
✅ TECHNICAL DETAILS
-
Project Type: Solar Tracking System
-
Axis Movement: Dual Axis
-
Controller Type: UNO Compatible Microcontroller
-
Sensors: LDR Light Sensors
-
Assembly: DIY Educational Kit
-
Recommended For: Students / Engineering Projects
✅ Code
#include <Servo.h>
Servo horizontal; // Horizontal Servo Motor
int servohori = 180;
int servohoriLimitHigh = 175;
int servohoriLimitLow = 5;Servo vertical; // Vertical Servo Motor
int servovert = 45;
int servovertLimitHigh = 100;
int servovertLimitLow = 1;// LDR pin connections
int ldrlt = A0; // Bottom Left LDR
int ldrrt = A3; // Bottom Right LDR
int ldrld = A1; // Top Left LDR
int ldrrd = A2; // Top Right LDRvoid setup() {
horizontal.attach(2);
vertical.attach(13);
horizontal.write(180);
vertical.write(45);
delay(2500);
}void loop() {
int lt = analogRead(ldrlt); // Top left
int rt = analogRead(ldrrt); // Top right
int ld = analogRead(ldrld); // Bottom left
int rd = analogRead(ldrrd); // Bottom rightint dtime = 10;
int tol = 90; // Tolerance value for adjustmentint avt = (lt + rt) / 2; // Average value of top sensors
int avd = (ld + rd) / 2; // Average value of bottom sensors
int avl = (lt + ld) / 2; // Average value of left sensors
int avr = (rt + rd) / 2; // Average value of right sensorsint dvert = avt – avd; // Difference between top and bottom
int dhoriz = avl – avr; // Difference between left and rightif (abs(dvert) > tol) {
if (avt > avd) {
servovert = ++servovert;
if (servovert > servovertLimitHigh) servovert = servovertLimitHigh;
} else {
servovert = –servovert;
if (servovert < servovertLimitLow) servovert = servovertLimitLow;
}
vertical.write(servovert);
}if (abs(dhoriz) > tol) {
if (avl > avr) {
servohori = –servohori;
if (servohori < servohoriLimitLow) servohori = servohoriLimitLow;
} else {
servohori = ++servohori;
if (servohori > servohoriLimitHigh) servohori = servohoriLimitHigh;
}
horizontal.write(servohori);
}delay(dtime);
}
You must be logged in to post a review.
We deliver all across India.
✅ Orders leave warehouse in 1–2 days.
✅ Delivery within 5–10 days after dispatch.
Related products
Theft Alarm Using IR Sensor DIY Experimentsl Science Project Model STEM KIT (Assembled), 100% Tested
-
- Theft Alarm Using IR Sensor – Fully assembled, 100% tested kits.
- Includes full documentation with circuit diagrams, PCB layout, and testing documents.
- YouTube videos available for easy understanding.
- https://youtu.be/PM22ugMH5qg?si=NnmEJLpu6STxz4do
- 100% support available on working days from 11 AM to 6 PM via email (smartxbrains@gmail.com).
- Fastest delivery across India. Ideal for electronics projects, this Theft Alarm Using IR Sensor STEM Kit ensures reliability and performance.
Automatic Water dispenser using IR Pair DIY Experiments Science Project Model STEM KIT (Assembled), 100% Tested
-
- Automatic Water Dispenser Using IR Pair – Complete assembled kit, 100% tested for reliability and performance.
- Full documentation, including circuit diagrams, PCB layout, testing document, etc.
- Videos available on YouTube for easy understanding.
- https://youtu.be/M8C89AUYswI?si=Ldej9P7_MSkKaM6s
- 100% support on working days from 11 AM – 6 PM, email us at Smartxbrains@gmail.com.
- Fastest delivery all over India. Ideal for various electronics projects, Automatic Water Dispenser Using IR Pair DIY STEM KIT ensures quality and performance.
Automatic Temp Control Exhaust Fan DIY Experiments Science Project Model STEM KIT (Assembled), 100% Tested
- Complete Automatic Temperature Control Exhaust Fan STEM Kit, 100% tested and assembled.
- Includes full documentation: circuit diagrams, PCB layout, and testing documents.
- Easy-to-understand tutorial videos available on YouTube.
- https://youtu.be/3-Kn_HD-W4I?si=qpUeiiymR77-jlDD
- Get 100% support during working hours (11 AM - 6 PM) via email at Smartxbrains@gmail.com.
- Fastest delivery across India for reliable performance in electronics projects.
- This kit is perfect for electronics enthusiasts and students working on automation and robotics projects.
Engine Overheat detection using NTC Ready DIY Experiments Science STEM KIT (Assembled), 100% Tested
- Complete Assembled Kit, 100% Tested: Engine Overheat Detection using NTC for educational and DIY experiments.
- Comprehensive Documentation: Includes circuit diagrams, PCB layout, testing guides, and more.
- YouTube Video Tutorials: Step-by-step assembly and working videos for easy understanding.
- https://www.youtube.com/watch?v=07QBYB69fVU
- Reliable Support: Available Mon-Fri (11 AM - 6 PM). Email us at Smartxbrains@gmail.com.
- Fast Delivery Across India: Designed for electronics projects, this kit ensures quality, performance, and convenience.
Automatic Street Light Using LDR DIY Experiments Science Project Model STEM KIT (Assembled), 100% Tested
-
- Complete Automatic Street Light Kit using LDR, IC LM393 & Relay – fully assembled and 100% tested for quick setup.
- Includes full documentation: Circuit Diagrams, PCB Layout, Testing Guides.
- Step-by-step video tutorials on YouTube for easy learning and troubleshooting.
- https://youtu.be/2Avy6w8KXbY?si=6uuJzpGHB7PJUsV5
- Expert support (Mon-Sat, 11 AM to 6 PM). Email: Smartxbrains@gmail.com
- Fast delivery across India. Ideal for school projects, electronics experiments, and STEM learning kits.
LED Lighting in Aquarium using LDR Sensor Ready DIY Experiments Science Project Model STEM KIT (Assembled), 100% Tested
- LED Lighting in Aquarium STEM Kit uses an LDR sensor for light automation (Assembled & 100% Tested).
- Complete documentation: Circuit diagrams, PCB layouts, and testing documents included.
- Learn through detailed YouTube tutorials.
- https://www.youtube.com/watch?v=2Avy6w8KXbY
- Full customer support on working days (11 AM–6 PM) via email at Smartxbrains@gmail.com.
- Fast delivery across India for DIY science and automation projects.
LDR based Sunset Lamp control Ready DIY Experiments Science Project Model STEM KIT (Assembled), 100% Tested
LDR-Based Sunset Lamp Control STEM Kit (Assembled, 100% Tested) – Ready DIY Science Experiments
Short Description
- Complete LDR-based Sunset Lamp Control Kit, pre-assembled and 100% tested for reliability.
- Includes detailed documentation with circuit diagrams, PCB layout, and testing instructions.
- Watch easy-to-follow assembly and usage videos on YouTube.
- https://www.youtube.com/watch?v=2Avy6w8KXbY
- Get expert support on working days (11 AM - 6 PM) via email at Smartxbrains@gmail.com.
- Fastest delivery across India. Perfect for educational projects and electronics enthusiasts.
LDR based Garage Lighting DIY Experiments Science STEM KIT (Assembled), 100% Tested
- Complete Assembled LDR Garage Lighting Kit – 100% Tested for Reliable Performance.
- Includes full documentation: Circuit Diagrams, PCB Layout, and Testing Guide.
- Easy-to-follow YouTube Tutorials for hassle-free assembly and understanding.
- https://www.youtube.com/watch?v=2Avy6w8KXbY
- Get expert support via email: Smartxbrains@gmail.com (11 AM - 6 PM).
- Fastest Delivery Across India – Ideal for STEM education and electronics projects.
- Perfect for students, hobbyists, and professionals, this LDR-Based Garage Lighting DIY Kit ensures precise light detection and LED control.


















Reviews
There are no reviews yet.