Multiple analog inputs from teensy #1219
-
I'm trying to read multiple analog input signals from a teensy 4.1 running standard firmata into Bonsai (specifically, they are IR beam breaks attached to the teensy). when i start Bonsai, often only one is read, and then I have to restart to get two read in. It's random which one is read at first, so I don't think it's an issue with one pin or something like that. It's workable but annoying for reading in two inputs (I just have to restart until both are read in), but I am now trying to troubleshoot something with 4 analog inputs and it's been very difficult to get them all read in at once (same problem --some random subset is read in each time I start Bonsai). Here's an example of a workflow I'm using with 2 inputs, reading from 2 different pins on the teensy: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Heya |
Beta Was this translation helpful? Give feedback.
-
Solution was to add a CreateArduino operator at the top of my workflow. Thanks to @bruno-f-cruz |
Beta Was this translation helpful? Give feedback.
Solution was to add a CreateArduino operator at the top of my workflow. Thanks to @bruno-f-cruz