|
Arduino Based Product Counter with LCD IR and LDR Report
|
|
03-03-2012, 11:30 AM
Post: #1
|
||||
|
||||
|
Arduino Based Product Counter with LCD IR and LDR Report
The objective of this project is to develop a product
counter that can efficiently count the products and display in LCD. The project is based on the mechanism of variation of voltage across a LDR when a product or opaque body is placed between LDR and an IR transmitter. ATMEG 368 microcontroller based Arduino board keeps monitoring the change of voltage and whenever there is a change above threshold( i.e. a product is placed in between) the system increases the count and displays in LCD. Also the display can be seen in PC through Serial Communication. Why pay internet charges for every device? Try out WiFiGrassy for a day and share Internet Connection Effectively |
||||
|
09-27-2012, 02:51 PM
Post: #2
|
||||
|
||||
|
RE: Arduino Based Product Counter with LCD IR and LDR Report
I'm very new to this, but from what I see (and my failure to get your code to compile in Arduino 1.0.1) I don't have the Header files you reference in your code?
( #include <LiquidCrystal.h> and #include "Timer.h") where can I find this code? other than it doesn't work for me, I like the idea and your explanation of theory and practice is good, thanks! |
||||
|
09-27-2012, 04:00 PM
Post: #3
|
||||
|
||||
|
Complete code for Arduino based Product counter
C Programming
Why pay internet charges for every device? Try out WiFiGrassy for a day and share Internet Connection Effectively |
||||
|
09-27-2012, 04:03 PM
Post: #4
|
||||
|
||||
|
RE: Arduino Based Product Counter with LCD IR and LDR Report
Hello Timer is an external library we build and by default it was added. You can compile without Timer.h. LiquidCrystal.h comes with arduino itself. I think the above code should run now.
In case it does not work, kindly post the exact compiler error. ( I hope that would not be required though )
Why pay internet charges for every device? Try out WiFiGrassy for a day and share Internet Connection Effectively |
||||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)







![[-]](m-zero_red/collapse.gif)
)