ECG ON TEENSY | Needed help in circuit diagram?

Ya’akov

Joined Jan 27, 2019
10,263

Thread Starter

gptshubham595

Joined Mar 27, 2022
12
Sorry, I dont want to buy teensy 3.2 due to time constraints as it says 45+ days delivery and most don't deliver to India, I just want to know how that code can be tweaked for Teensy 4
 

Ya’akov

Joined Jan 27, 2019
10,263
Sorry, I dont want to buy teensy 3.2 due to time constraints as it says 45+ days delivery and most don't deliver to India, I just want to know how that code can be tweaked for Teensy 4
It's not a matter of tweaking, it needed to be ported because the code is hardware dependent. Perhaps you can hire someone to do it.
 

KeithWalker

Joined Jul 10, 2017
3,610
He said he.is using Teensyduino already. The trouble is a hardware incompatibility between the 3 and 4. The 3 has hardware Programmable Delay Blocks and the code writes directly to registers that aren’t there on the 4.
But which version of Teensyduino is he using? Version 1.56 is supposed to support Teensy 4.
 
Top