Teensy 4.0 instead of 3.2 for plethysmography system

mmeberle

New member
Posted this in general but meant to post here too... I am looking for help in following a protocol I received for building a plethysmography (volume measurement) system. The protocol I received says to use a Teensy 3.2 but I see those are discontinued/not recommended for new experiments. Would using the 4.0 instead be okay? I see they have the same amount of pins but the layout is different, so I want to make sure. Thanks in advance!
 
Posted this in general but meant to post here too... I am looking for help in following a protocol I received for building a plethysmography (volume measurement) system. The protocol I received says to use a Teensy 3.2 but I see those are discontinued/not recommended for new experiments. Would using the 4.0 instead be okay? I see they have the same amount of pins but the layout is different, so I want to make sure. Thanks in advance!
T4.0 has the same number of pins, with many pins having the same default function as 3.2, but if you have code for a T3.2, moving the application to T4.0 is likely going to take some additional work. Impossible to say more without knowing what this system does and how it works.
 
Back
Top