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

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 มิ.ย. 2018
  • BUY LINK
    Flipkart buy link (ARDUINO BASED)
    shorturl.at/imVW2
    AMAZON:amzn.to/2SCNmY2 (WITHOUT MICRO CONTROLLER)
    FLIPKART :bit.ly/2IgUBk6 (WITHOUT MICRO CONTROLLER)
    BUY LINK FOR ARDUINO BASED COMPLETE KIT (FREE SHIPPING)
    bit.ly/2DvEOzE
    bit.ly/2FdKvTh
    OR
    buy links from srrobotics.in
    SR ROBOTICS Single Axis Solar Tracking System Handmade Working Project
    srrobotics.in/product/sr-robo...
    SR Robotics Dual Axis Solar Tracker system With Project Report
    srrobotics.in/product/sr-robo...
    SR Robotics Single Axis Solar Tracker With Arduino And Project Report
    srrobotics.in/product/sr-robo...
    Solar Powered Automatic Irrigation System with Dual Axis Solar Tracker
    srrobotics.in/product/solar-p...
    FOR WITH MICRO CONTROLLER CALL ME
    For Order =9024388937 (with project report)
    Complete project buy link
    bit.ly/2S0fZAq
    MY NEW CHANNEL( SUBSCRIBED ALSO)
    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]
    • [DIY] How To Make Sin...
    contact us for this project 9024388937
    We Provide Complete Hardware Project (Totally Handmade Easy To Submit In College And School ) with project report +ppt +synopsis + circuit and code
    Website link -srrobotics.in/shop/
    Follow me on:-
    Amazon :- amzn.to/3wGGi1W
    Flipkart :- bit.ly/3HHdEEr
    Website :- srrobotics.in/shop/
    Instagram:- / sr_robotics
    Telegram:- t.me/srrobotics
    Face book:- / srrobotics
    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
    circuit and code-bit.ly/3JpLYD4
    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
    • ( DIY) HOW TO MAKE AUT...
    How to make smart street light System
    • How to make smart stre...
    How to make Tesla Coil at home
    • [hindi] How to make Te...
    HOW TO MAKE RAIN ALARM
    • (DIY )HOW TO MAKE RAIN...
    Automatic Water Tap System
    • [HINDI ]How To Make A...
    How To Make Laser Security Alarm System
    • How To Make Laser Secu...
    How to make Fire Alarm || Very Simple ||
    • How to make Fire Alar...
    How To Make Piezoelectric Generator
    • How To Make Piezoelect...
    How To Make Simple Laser Security Alarm
    • [Hindi] How To Make Si...
    automatic street light project using bulb
    • automatic street ligh...
    How To Convert Mechanical Energy Into Electrical Energy • [FREE ENERGY MODEL ] H...
    How To Make Power Bank And Rechargeable Emergency Light • [DIY] How To Make Powe...
    How to make mobile controlled lights ||school projects||(DIY) • How to make mobile con...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 442

  • @pranavkumar9958
    @pranavkumar9958 5 ปีที่แล้ว +9

    Ye model poori trh se working h... Real h.... Coding is very good and accessible........ Thank u sir for doing this.... We have made it for our project also and it works

    • @islambadgames1998
      @islambadgames1998 3 ปีที่แล้ว

      Jab suraj garube ho jata ha to aglay din wapis dusri derection sa nikalta ha kya ya panal ko wapis suraj ki side la ker gaya ga

  • @ganeshmuthuswamy4060
    @ganeshmuthuswamy4060 4 ปีที่แล้ว +4

    Thank u a lot dude really helped me in the state lvl competition

  • @pratikshakarjol9889
    @pratikshakarjol9889 5 ปีที่แล้ว +7

    Both the parts r very good and explained so nicely.. got the exact output ..🖒🖒

    • @mopurisravan1146
      @mopurisravan1146 2 ปีที่แล้ว

      Bro send me a ckt diagram and overall cost of the components

    • @Chetanp2004
      @Chetanp2004 2 ปีที่แล้ว

      Bro send me circuit diagram and report of this project

  • @ranjukarmakar8722
    @ranjukarmakar8722 4 ปีที่แล้ว +4

    It is absolutely working no doubt , and the code is very simple many many thanks for ur help & support

    • @lavanyagandepalli2872
      @lavanyagandepalli2872 4 ปีที่แล้ว +1

      Sir,in the program it was given as initialising 13th pin as the output
      But not using it for the connections.Do we need to connect that pin??

  • @sanjuansteve
    @sanjuansteve 2 ปีที่แล้ว +2

    Since the 80's I've wanted to build a dual axis tracker but using bi-metal springs beneath magnifying lenses, allowing the Sun's heat on any spring to pull the tracker back inline keeping it centered on the Sun without electricity, motors, etc.

  • @yashmalik391
    @yashmalik391 4 ปีที่แล้ว +5

    Thanks sir you are different from others

  • @prakalpsharma5865
    @prakalpsharma5865 5 ปีที่แล้ว +5

    Sir one ask the question for this project my question is suppose that early morning whether is clude then one moment 12 o'clock whether is open so how to track

  • @saurabhawale5083
    @saurabhawale5083 3 ปีที่แล้ว

    Thank you so much for project report sir.

  • @agniveshjha
    @agniveshjha 5 ปีที่แล้ว +3

    bahot hi lajawab project hai bro..Arduino pe aur v project bante rehna please..thanks

    • @srrobotics
      @srrobotics  5 ปีที่แล้ว

      thanks .ha jaur kal dalne wala hu arduino based service robot

  • @jitendramoti3139
    @jitendramoti3139 4 ปีที่แล้ว +2

    100% working project ..nice video.. Follow it..tysm sir..👏

  • @vigneshwarankotteeswaran2583
    @vigneshwarankotteeswaran2583 4 ปีที่แล้ว +3

    yes!!! It worked, this is cool man.....

  • @rajkumariji6194
    @rajkumariji6194 4 ปีที่แล้ว +2

    Working this video is so much helpful for me

  • @ashishdixit9048
    @ashishdixit9048 5 ปีที่แล้ว +1

    Hey could you plz list all the items required as well as the circuit diagram in the description

  • @akashgawali4389
    @akashgawali4389 5 ปีที่แล้ว

    Nice, sir hmm bhi yahi project banaunga final year ko

  • @adityakumar-fh4is
    @adityakumar-fh4is 5 ปีที่แล้ว

    It would be helpful if you could please upload a video to make dual axis solar tracker using aurdino or what changes would be required to make dual axis in this video!

  • @firdousgarden1178
    @firdousgarden1178 4 ปีที่แล้ว

    Is it actually work on solar installation on 2kw system
    Your project is small table top solar but actually on roof top 12v axis actuator .
    Does Aurdino work on 12v .

  • @arduinobuddysall4u913
    @arduinobuddysall4u913 3 ปีที่แล้ว

    It is very nice.
    I loving it.

  • @anilkumarpolukonda8081
    @anilkumarpolukonda8081 5 ปีที่แล้ว

    It works for me Thanq ☺️☺️

  • @bhavanamaurya7597
    @bhavanamaurya7597 4 ปีที่แล้ว +3

    Thanku sooooo much sir

  • @vijaykumarsingh8568
    @vijaykumarsingh8568 4 ปีที่แล้ว +2

    Can we use 6volt 60ma solar panel

  • @santoshanand4226
    @santoshanand4226 4 ปีที่แล้ว

    And outstanding work

  • @somnathbanerjee2063
    @somnathbanerjee2063 4 ปีที่แล้ว

    which microcontroller u r using sir Atmeg320p? Or 8051 arduino?

  • @dandugeetha1647
    @dandugeetha1647 4 ปีที่แล้ว

    You are the best

  • @bhushanbobade5354
    @bhushanbobade5354 4 ปีที่แล้ว

    Can we apply it to actual solar plant 4-6 solar panels in one shaft

  • @jijutvarghese7663
    @jijutvarghese7663 3 ปีที่แล้ว

    How to use it for a bigger panel with 3-4 panels?

  • @vinayjain9080
    @vinayjain9080 3 ปีที่แล้ว

    Sir where does it stores the energy got from solar rays

  • @valavalasandeep3460
    @valavalasandeep3460 4 ปีที่แล้ว

    We are interested in ur project.....But can you extend the projects for using the power stored in battery for some other applications.

  • @rutujeetfalmare6307
    @rutujeetfalmare6307 4 ปีที่แล้ว

    I am not getting input . Is it due to l293d motor driver that is not like the one u have

  • @rebeltvsecond8483
    @rebeltvsecond8483 5 ปีที่แล้ว

    Sir i am using l293d Motor controller which supports 4 motors at a time but my project is not working.

  • @divyavarshinim6238
    @divyavarshinim6238 3 ปีที่แล้ว +2

    Hello sir.I have a doubt that is "if we rotate the 10 rpm gear motor by hand (i. e) twisting the needle by hand, it rotate or not". Because I bought the gear motor but it's not rotating by twisting.so I ask you

    • @srrobotics
      @srrobotics  3 ปีที่แล้ว +1

      Yes it will rotate with battery only cannect battery and try dont rotate with hand

  • @rumaisadurrany8693
    @rumaisadurrany8693 ปีที่แล้ว

    How we can use jumper wires in IR sensor? We need to have joint connection in breadboard, how?

  • @chaitanyamangla2364
    @chaitanyamangla2364 6 ปีที่แล้ว

    Very nice project Sir

  • @may_ur9595
    @may_ur9595 2 ปีที่แล้ว

    Agr hme thoda bda solar plate lgana ho to motor konsi lagani hogi? Or koi changes krne honge?

  • @theirongen
    @theirongen 3 ปีที่แล้ว +1

    Sir the motor keeps rotating in 360° and when i give light to any of the 2 LDR then the motor stops rotating... Can you please help me out...

  • @RupaliPatil-of3ci
    @RupaliPatil-of3ci 4 ปีที่แล้ว +2

    Great

  • @Ekguchho8733
    @Ekguchho8733 5 ปีที่แล้ว

    Sir.....jo power cable apne connect kiya battery ke sath o kitna volt,amp he???

  • @RazaSolar
    @RazaSolar 4 ปีที่แล้ว

    can we use L293D motor driver and make it for 12 volts

  • @ericventanilla1254
    @ericventanilla1254 5 ปีที่แล้ว

    What are the all materials you use sir!!! Pls reply sir thank you..

  • @shanmukhapsr2635
    @shanmukhapsr2635 5 ปีที่แล้ว

    Nice sir Without microcntrollr which components are required

  • @renukakolhe9572
    @renukakolhe9572 4 ปีที่แล้ว

    Sir ardino me kuch programing or coding ki hai kya ? Aur wo kaise ki wo bata sakate kya aap

  • @santoshn4249
    @santoshn4249 2 ปีที่แล้ว

    thank you bhai.

  • @srisri5913
    @srisri5913 4 ปีที่แล้ว

    Sir, after giving supply to the arduino, the motor is running without giving any input
    And also after giving light to the ldrs the motor is not rotating in the desired direction....please advice us sir

  • @pavankalyangedela7868
    @pavankalyangedela7868 5 ปีที่แล้ว +2

    Sir I have a doubt that actually it sensors output is a analog so we have to connect it to analog inputs of aurdino but you connect it to digital output pins,why??

  • @RajeshDas-ti1qq
    @RajeshDas-ti1qq 5 ปีที่แล้ว

    Sir can you provide me the link of solar panel that you used in this project?

  • @RajeshDas-ti1qq
    @RajeshDas-ti1qq 5 ปีที่แล้ว

    Sir can you provide me the link from where you purchased this solar panel?

  • @AbhishekPatidar7
    @AbhishekPatidar7 2 ปีที่แล้ว

    Thank you sir

  • @rakeshakireddy4447
    @rakeshakireddy4447 4 ปีที่แล้ว +3

    sirrr...... motor is rotating only one side.... Plzz help mee

  • @shivammishra6381
    @shivammishra6381 5 ปีที่แล้ว +4

    Sir i want to ask a question sir
    Can we also reverse and charge my phone Or anything like rechargeable batteries
    So that it may have 2 purposes first to detect light and then to charge any anything using that light

    • @srrobotics
      @srrobotics  5 ปีที่แล้ว +1

      yes use big solar plate then charge your phone and glow the led also

  • @ashisjoseabraham8918
    @ashisjoseabraham8918 3 ปีที่แล้ว

    bro can i rotate a 27 gm weighting teg module using this motor

  • @jass9459
    @jass9459 2 ปีที่แล้ว

    can we design it in such a way so that it can easily move to left or right?..Now its moving upward or downwards, that is amazing

  • @prakashgade4835
    @prakashgade4835 3 ปีที่แล้ว

    CAN WE MAKE IT FOR BE FINAL YEAR WILL COLLEGE CONSIDER?

  • @renukakolhe9572
    @renukakolhe9572 4 ปีที่แล้ว

    Sir aapne mobail use kiya ....but sun to bahut bada hai aur wo two side ke ldr pe same hi light dalega to kya ye work krega ?

  • @articapublication5555
    @articapublication5555 4 ปีที่แล้ว +2

    Sabbbassss💝

  • @MohdSahil-xk5uy
    @MohdSahil-xk5uy 6 ปีที่แล้ว

    Sir ek number....

  • @rohanprajapati9768
    @rohanprajapati9768 5 ปีที่แล้ว

    what is the approximate price of all the component used in this project???

  • @factz3023
    @factz3023 4 ปีที่แล้ว

    Can I use ldr directly without using it sensor

  • @premsuryavanshi2802
    @premsuryavanshi2802 4 ปีที่แล้ว +1

    Sir ,
    This solar tracking programming is really work

  • @JitusVlog2529
    @JitusVlog2529 5 ปีที่แล้ว

    IR sensor module ka jagah pe ldr kyu daale hai?
    Direct ldr bhi daal sakte hai?
    Fir IR and LDR dono kyu?

  • @sreeranjinit.r6260
    @sreeranjinit.r6260 ปีที่แล้ว

    Bro , can I use 12 v adaptor

  • @huynhhieu1972
    @huynhhieu1972 4 ปีที่แล้ว

    good job

  • @rakeshvarmapenmetsa2389
    @rakeshvarmapenmetsa2389 3 ปีที่แล้ว

    Does it work in open place

  • @II_xD_II
    @II_xD_II 4 ปีที่แล้ว +1

    plz give me link to buy that motor

  • @feelthemusic2121
    @feelthemusic2121 2 ปีที่แล้ว

    Meri l293d motor driver mai du m1 m2 likha samjh na arha kha joru bn nhi rhi plz help me

  • @bhiramramsencha4549
    @bhiramramsencha4549 4 ปีที่แล้ว +3

    supper

  • @girishchhattani4093
    @girishchhattani4093 3 ปีที่แล้ว

    Sir motor is not rotating please help..
    Is it necessary to put 10rpm gear motor?

  • @ArunSharma-fr3df
    @ArunSharma-fr3df 4 ปีที่แล้ว

    Bhaiya please reply kijiyega kya ye resource management project me aa sakti hai

  • @aniketgotmare4880
    @aniketgotmare4880 2 ปีที่แล้ว

    Why you use the gear motor instead of servo motor

  • @gothilla1972
    @gothilla1972 3 ปีที่แล้ว +4

    For me programming code is wrong like that it is coming(that you gave in description) , if I verify also. Please Reply Me ASAP

  • @60dhirajnikalje47
    @60dhirajnikalje47 2 ปีที่แล้ว +1

    How much the overall cost for this project?

  • @kirankumarrajuchamarthi4187
    @kirankumarrajuchamarthi4187 5 ปีที่แล้ว +1

    sir please keep the same project in amazon.I want to buy it.

  • @smitaverma6445
    @smitaverma6445 4 ปีที่แล้ว

    Can we use L293D MOTOR DRIVER

  • @MohdSahil-xk5uy
    @MohdSahil-xk5uy 6 ปีที่แล้ว

    Nice project

  • @ravirajput396
    @ravirajput396 5 ปีที่แล้ว

    Suppose after sunset solar plate apni PE reh gya ,then next time jab sunrise hoga to vo SUN KI traf ni mud sakta ACC. To this ckt. So plz can u make one in which it can come back towards East direction after sunset.....

  • @hehe5977
    @hehe5977 4 ปีที่แล้ว

    Where can we get the block digram of it sir

  • @ashokejana5373
    @ashokejana5373 4 ปีที่แล้ว +1

    Nice

  • @rajamchakradar6711
    @rajamchakradar6711 3 ปีที่แล้ว

    Hlo sir..I got a doubt where I need to connect my solar panel terminals

  • @dhruvgangajalia8608
    @dhruvgangajalia8608 3 ปีที่แล้ว

    Bro i want to buy these project can you share the shipping process and othe details and tell me is it safe and other policies like refund and all

  • @yashmalik391
    @yashmalik391 4 ปีที่แล้ว +3

    So much helpful for me

  • @nishuarya5734
    @nishuarya5734 4 ปีที่แล้ว

    Sir may I ask u one question .
    How much amount I have to pay to buy this project ??
    Plzz reply fast

  • @kirankumarrajuchamarthi4187
    @kirankumarrajuchamarthi4187 5 ปีที่แล้ว +3

    super project sir excellent i want to buy it

    • @srrobotics
      @srrobotics  5 ปีที่แล้ว +1

      9024388937

    • @stbrjgln
      @stbrjgln 5 ปีที่แล้ว

      @@srrobotics sir I want to buy it ,
      How much cost .
      Can it will be possible with large solar panels?

  • @mohangayen4390
    @mohangayen4390 5 ปีที่แล้ว

    I made the same project but with jumper wire and all the LDR module stop working don't know what happen pls sir Help me with it

  • @bharathdarshankarts1277
    @bharathdarshankarts1277 5 ปีที่แล้ว +7

    teach program for this experiment

  • @mdrony-rj2jl
    @mdrony-rj2jl 4 ปีที่แล้ว

    Nice project but I live in Bangladesh. I cannot find L293D motor driver & 12volt 10rpm gear motor.please help me.

  • @anandhuvijayan7
    @anandhuvijayan7 4 ปีที่แล้ว +1

    Sir can u send the circuit diagram of this mini project??? I need it plzzzz sir

  • @pradyumnapradhan9817
    @pradyumnapradhan9817 2 ปีที่แล้ว

    Need help regarding ir sensor uses

  • @inshafatima3216
    @inshafatima3216 2 ปีที่แล้ว

    Hello sir
    Actually I am using a 60 RPM motor I have done some connections using male and female pin and some connections using just normal wire but for some reason when I am putting light on Ldr ir sensor is detecting it but my solar panel is not moving basically by motor is not working I even tried using two 9 V battery but still it's not working if you could help in some manner

    • @Chetanp2004
      @Chetanp2004 2 ปีที่แล้ว

      Bro pls send me circuit diagram of this project

  • @a_munassar
    @a_munassar 4 ปีที่แล้ว

    is that all of project code or some ?

  • @joshidatt
    @joshidatt 3 ปีที่แล้ว

    Sir it is possible to simulate this in MATLAB?

  • @rakshithab3102
    @rakshithab3102 4 ปีที่แล้ว +3

    Sir ..what is name of first components where u use those wires?? Plz do reply

  • @sahilchaudhary1588
    @sahilchaudhary1588 4 ปีที่แล้ว

    We can use 6 volt solar plate

  • @Gauravsingh-lk5gc
    @Gauravsingh-lk5gc 5 ปีที่แล้ว

    I am using 12 volt motor but it can not run any idea

  • @mdabdullahalmamun7851
    @mdabdullahalmamun7851 ปีที่แล้ว

    Bro up ea cej kahace mela?

  • @whattsappstatus4634
    @whattsappstatus4634 4 ปีที่แล้ว

    Bhai agar 30watt ka solar plate ho to motor kitna RPM ke ho ghe or us ka Driver be change gh gha

  • @adithyasunil4035
    @adithyasunil4035 ปีที่แล้ว

    Sir can you say the specifications of solar panel ( watt)

  • @suji3762
    @suji3762 4 ปีที่แล้ว

    I have problems connecting to motor driver help me

  • @ajabpi3268
    @ajabpi3268 4 ปีที่แล้ว

    Can you please give us the circuit diagram of this project

  • @wintersoumer9390
    @wintersoumer9390 4 ปีที่แล้ว

    Can you Upload a video of coding
    How to wride or code the Arduino

  • @agastyakarande1177
    @agastyakarande1177 3 ปีที่แล้ว

    How much will it cost totally??

  • @firdousgarden1178
    @firdousgarden1178 4 ปีที่แล้ว

    Sir, does Aurdino work for 12v motor single axil linear motor for solar tracker

    • @tinotendamichaelmakota2457
      @tinotendamichaelmakota2457 9 หลายเดือนก่อน

      Yes, you will only need a relay that amplifies the 5V output of the Arduino to the 12V wch u require

  • @nearby0973
    @nearby0973 4 ปีที่แล้ว +1

    Price please.....