Dual-Axis Solar Tracker Using DC motor and LDR

Hi, can anybody help me on programming a solar tracker prototype, i will be using a Low speed high torque dc motor that will be controlled by a L298N and arduino that will respond to Light sensors.

I dont have any solid knowledge on arduino programming. please help, i hope to see basic codes so i can learn from it. if possible the program will reset the system during night.

Hi, can anybody help me on programming a solar tracker prototype

You are about the 5000th person THIS YEAR that has wanted to do this. I know for a fact that you haven't googled anything, or you would have found lots of code.

PaulS:
You are about the 5000th person THIS YEAR that has wanted to do this. I know for a fact that you haven't googled anything, or you would have found lots of code.

wow, i did found codes sir, but i wanted to learn how they used all those (int, include, analog, digital, read, write) like i said i have no background to this, so looking up at google just made me more confused. thanks for your very kind response.

vladixx:
but i wanted to learn how they used all those (int, include, analog, digital, read, write) like i said i have no background to this,

That is not obvious from the title of your Thread.

A good way to learn the basics is to study the simple examples that come with the Arduino IDE and some of the many Arduino programming tutorials that are on the web.

If you want advice about a specific solar panel program you need to post the code and explain what you want help with.

And please use the code button </> so your code looks like this and is easy to copy to a text editor

...R

Jeremy Blum has some very good video tutorials here. Walk before you run. Grab yourself an Arduino and some parts or better yet, a kit, and have fun. - Scotty