Hi,
I've just bought a liquid flow meter like the one from adafruit.
http://www.adafruit.com/products/828
They provided a arduino sketch that works very well.
https://github.com/adafruit/Adafruit-Flow-Meter
Working with the arduino is fairly new to me so I'm not sure I have
all the concepts right...
It seems that the sketch is reading the sensor state one time every
millisecond. I am assuming that the hub to flash cannot keep up with
this pace.
So, would it be possible to add/change the code in the StandardFirmata
or adding to the code in the FlowMeter-Sketch to let the pulse count
be handled on the arduino then simply reading this value in flash. The
it would also be necessary tell the Arduino to reset it's current
count.
Any bright ideas out there?