I just discovered Arduino so I'm looking for some advice for the following project that want to realise. I want to read the pulses of 3 electric power meters ( 1000puls/kWh ) and count them separately during 24 hours. Then stock those values temporary with a date and time stamp. Those values I want to read in to my PC with ethernet. There I want to do some calculations and then give back an order to set or reset a switch. Can you give some advice if the Arduino Ethernet Board is the correct one and for clock the RTC1307? Thanks in advance
Can you give some advice if the Arduino Ethernet Board is the correct one
Yes, it is.
and for clock the RTC1307?
It's a good choice. Not terribly accurate, but not too bad.
Thanks for the advice.