- This topic has 2 replies, 3 voices, and was last updated 9 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › auto intensity control of street light with vehicle detection
I am using amega8L-8PU microcontroller. please help me in the coding in C for the project auto intensity control of street light with vehicle detection.
Description:
the led should glow (eg from 6 pm to 12 am) with the help of ldr and ds1307 rtc and should stop glow after 12 am. the infrared sensor should come into action then which should detect the vehicles if any and the led should glow after the vehicle has been detected for certain time and automatically stop glowing. this should continue till 6 am.
Hey Rajesh,
First you learn the C langauge and configuration of AVR atmega8 controller.After that you start make some task of controller like led blinking, LCD display, sensor interfacing etc.,.
When you able to make your application start to develop application but follow some point which i mentioned bellow:
– Devide your application in sub task ( modullar approach ). For example,LDR interfacing , RTC interfacing, IR interfacing etc.,
– Make coding and testing one by one sub task.
– Merge the subtask one by one.
– Testing and debugg the code
first learn interfacing of RTC DS1307 with AVR micro controller using our tutorials give on EGlabs/micro controller / AVR