Sensor board complete

Uh…
Is it just me, Mike, or is this code setup a bit oddly?

The entirety is encapsulated within an infinite Do Loop, which makes sense, but within that is a two-iteration For Next.

If I’m looking at this right (which I may not be, since I haven’t used PBasic) then a single iteration of your Do Loop produces two iterations of the For Next, which means that the following contained code occurs twice:

Perhaps that’s why your board is repeating the correct side twice in the video?

not s PBasic or big on programming at all, but it does make sense of what your saying Nick. That same part seems to repeat (as it shows in the video). Looks like you’ll need to fix that bug Mike.

still looks good though.

I see what you are saying Nick, it’s in a two iteration because there are two channels to check (left and right). The first iteration checks the left channel then the second iteration checks the right channel. Perhaps what I need is to add the speech portion outside the FOR NEXT loop.

Nick you have a sharp eye for this kind of thing! I did not notice this until you pointed it out!

Hehe.
That’s only because I screw up a lot, myself.
There’s nothing like wasting weeks on a simple mistake to get very good at spotting them quickly.
:laughing: