Hello
I was planning to use a simple wind speed anemometer.
I would use a pic chip possibly PIC12F1840
Because
1) I have some
2) It has plenty of memory
3) It has a serial port
4) It has i2c
So, I have some simple code to de-bounce and count the reed pulses.
My question is what sort of protocol ?
I guess I could implement a number of messages where the PIC is queried for data.
But what should the messages contain ?
Plus count over 1 minute
Shortest pulse since last read
Any ideas
Thanks
Jim