I am setting up sound trigulation using some sparkfun sound detectors.
I set up my code on the RPi, set up listening events for the sound detectors, but the RPi seems too busy multitasking to come up with accurate timings for the reading. The readings should be as low as 0.0001 seconds apart but the RPi reads these at around 0.0004 Sec apart. It works to a degree but it's just not quite good enough for the accuracy I need.
Enter a microcontroller(?). The pro trinket (opted for this as it's smaller than the Arduino Uno). However it states:
How time specific does it mean? Would it be good enough for my project?The Pro Trinket 3V runs at 12MHz, this doesn't affect most projects. Only the most timing-specific libraries may be affected
Thanks