I need to test the timing of stimulus (audio and visual) presentation, duration and synchrony for a cognitive science experiment. Any help in this regard appreciated. Thank you.
Equipment does exist for external validation of stimulus timing and synchronicity through opto-detectors and microphone arrays - For example see here - https://link.springer.com/content/pdf/10.3758/BF03195575.pdf
What is the task though? For a lot of people, using psychtoolbox/eprime/psychopy is accurate enough in their production times.
You can measure when the screen is being drawn by using a photo diode. Our lab have a white square in the left most top corner of the screen which is flashed along with the stimulus. A photo diode is placed in front of it and the signal is sent into our data acquisition system. The timing of the stimulus onset is locked to the rising edge of the photo diode signal.
I came across this photodiode circuit (Fabricated in India). https://www.sunrom.com/p/light-sensor-module-photodiode
I have not tested this myself. Please check it out and see if it help. And do let me know if it works
Thank you Huw Swanborough. The experiment involve multisensory synchrony judgment task, stimuli(Audio-Visual) presented with variable SOAs ranges from 0 ms to around 300ms with 16ms(approx) steps and participants asked to judge whether two events are in synch or not. I use psychtoolbox for stimulus presentation and wanted to verify SOAs externally. It seems digital oscilloscope could also be used for the same purpose as BBTK toolkit (mentioned in the link you have shared). I am looking for ways to how to use digital oscilloscope for the stimulus timing measures. Please let me know, if you have any suggestions on this.