I'm looking at this specification page:
http://arduino.cc/en/Main/ArduinoBoardMega2560
It says there are 54 digital input pins. How many of those can be used at the same time to measure pulse input frequency? I've seen examples of a couple pins being used at the same time, but can it handle measuring frequency on say 12 pins at the same time?
Also I am looking at this bluetooth shield:
http://redbearlab.com/bleshield/
Would there be a limit on the number of simultaneous frequency measuring pulse pins when then this is added?
Currently I use an IOIO board and can monitor 9 pulseInput pins (at least it seems like it is simultaneous, but probably not, it has a PIC24FJ256GB206 microcontroller that has 9 input capture modules when used as single precision.) It works well with my around 15-30 Hz signals updated every 250 milliseconds. I'm wanting to move it to arduino for supported connectivity to many other devices. What are the capabilities of the arduino mega?