Hello all,
It looks like there are a few threads about Teensy in this forum, so at least some folks are using them as well with Bonsai. But I do not see any conversations about sampling rate or bit depth.
I would like to use Teensy instead of Arduino for an analog acquisition task because it has a (MUCH) higher sampling rate. I have the Teensy 3.5 with StandardFirmata installed. Bonsai recognizes it and I am able to read analog input. However, I cannot set the sampling interval to less than 1ms (the property field only accepts int). I would like to set it to much lower than this (for example. 0.025 ms to achieve 40kHz sampling rate).
As far as I understand, the Teensy ADC is capable of this. How can I change the CreateArduino node property field to accept this? (And will it interact with the Teensy via USB communication to have the effect I think it will)
I would also like to be able to set the ADC bandwidth on the Teensy (to specify 13bits instead of 10bits, for example). Would this be a possible property of the CreateArduino node?
Thanks!