Загрузка страницы

[DIY] How To Make Single Axis Solar Tracker Using Arduino [part2]

BUY LINK
AMAZON:https://amzn.to/2SCNmY2 (WITHOUT MICRO CONTROLLER)
FLIPKART :https://bit.ly/2IgUBk6 (WITHOUT MICRO CONTROLLER)

BUY LINK FOR ARDUINO BASED COMPLETE KIT (FREE SHIPPING)
https://bit.ly/2DvEOzE
https://bit.ly/2FdKvTh

OR

AMAZON BUY LINK
2 IR WITH MOTOR DRIVER
https://amzn.to/378aiWx
10 RPM GEAR MOTOR
https://amzn.to/2SyWDS7
ARDUINO UNO
https://amzn.to/2Sw2pDU
SOLAR PLATE
https://amzn.to/2SiV77D

FOR WITH MICRO CONTROLLER CALL ME
For Order =9024388937 (with project report)

Complete project buy link
https://bit.ly/2S0fZAq
MY NEW CHANNEL( SUBSCRIBED ALSO)
https://bit.ly/2Buq0wT

For Business inquiries & Sponsorship :
Email ID - satish.rautt@gmail.com

COMPONENTS
1. 10 rpm gear motor
2. 4 volt small solor plate
3 .l293d motor driver
4,. 2 ir sensor according to video (u can use directly LDR module also)
5. 2 ldr sensor
6. arduino uno
7. 2 motor clip
8. 2 battery cap
9. 9 volt battery

[DIY] Single Axis Solar Tracker Using Arduino [part-1]

https://youtu.be/HchwxM_ysgw

Solar tracker is used to increase the solar energy output. Arduino can be used to make the prototype of solar tracker. The demonstration of such a prototype is shown in this video
ARDUINO CODE

void setup() {
// initialize digital pin 13 as an output.
pinMode(2, INPUT);
pinMode(4, OUTPUT);
pinMode(3, INPUT);
pinMode(5, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
if( digitalRead(2)==HIGH)
{
digitalWrite(4, HIGH);
}
else if( digitalRead(3)==HIGH)
{
digitalWrite(5, HIGH);
}
else
{
digitalWrite(4, LOW);
digitalWrite(5, LOW);
}
}

HOW TO MAKE AUTOMATIC STREET LIGHT SYSTEM
https://youtu.be/GlmxJCTSqYc

How to make smart street light System
https://youtu.be/dOlLiH70q4A

How to make Tesla Coil at home
https://youtu.be/8HUuuXGxUwg

HOW TO MAKE RAIN ALARM
https://youtu.be/XffEjZlaziM

Automatic Water Tap System
https://youtu.be/0_PwtPPOtlE

How To Make Laser Security Alarm System
https://youtu.be/pHbSn2H1O3A

How to make Fire Alarm || Very Simple ||
https://youtu.be/e3IZzoTRfmE

How To Make Piezoelectric Generator
https://youtu.be/1noaL41KiA0

How To Make Simple Laser Security Alarm
https://youtu.be/aeVN2o4syNU

automatic street light project using bulb
https://youtu.be/K88DbxwoaSU

How To Convert Mechanical Energy Into Electrical Energyhttps://youtu.be/dYK_YNhE_z4

How To Make Power Bank And Rechargeable Emergency Lighthttps://youtu.be/oS-caDYA9vY

How to make mobile controlled lights ||school projects||(DIY) https://youtu.be/ePVdDGn_ig0

Видео [DIY] How To Make Single Axis Solar Tracker Using Arduino [part2] канала SR Robotics
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
3 июня 2018 г. 17:42:15
00:13:04
Яндекс.Метрика