Page 3 of 4

Re: Final Action

Posted: December 30th, 2017, 12:06 pm
by Dark Sabre
If you design your circuit so that the action grounds the arduino pin, then you can use the integrated INPUT_PULLUP setting (it has internal 20kOhm pullups). In that case then reading will be normally TRUE due to the pullup and change to FALSE when the action grounds that input pin.

Code: Select all

pinMode(7, INPUT_PULLUP);
But yes, if you leave a pin disconnected, the reading will "float" and give you unreliable transient measurements. You want to either pull up or pull down the input pins using a resistor (like 10k or 20kOhm) if it is going to be floating.
If you connect say an analog input to a sensor that continuously reads data, then you should not need a pull up/down resistor since the circuit will never be open.

Re: Final Action

Posted: January 2nd, 2018, 1:12 pm
by Lambs
Jogglet wrote:Does the event timer stop when "The End" starts to play or at the end of the sound "The End?"
. The time stops the The “timer” hears the beginning of the word end.

Re: Final Action

Posted: January 5th, 2018, 6:02 pm
by rmenon1008
What is preventing the end message from being theeeeeeeeeeeeeee end? This could add time bringing you closer to the limit.

Re: Final Action

Posted: January 5th, 2018, 6:04 pm
by davecutting
rmenon1008 wrote:What is preventing the end message from being theeeeeeeeeeeeeee end? This could add time bringing you closer to the limit.
Or you could just wait until 9 seconds and then say the end. That's what we did at our first invitational.

Re: Final Action

Posted: January 5th, 2018, 6:05 pm
by ScottMaurer19
davecutting wrote:
rmenon1008 wrote:What is preventing the end message from being theeeeeeeeeeeeeee end? This could add time bringing you closer to the limit.
Or you could just wait until 9 seconds and then say the end. That's what we did at our first invitational.
^

Re: Final Action

Posted: January 11th, 2018, 1:17 pm
by M1M1024
Any other ideas that you could use a recording device for the final task and without using 2 battery sources?

Re: Final Action

Posted: January 12th, 2018, 4:39 am
by ScottMaurer19
M1M1024 wrote:Any other ideas that you could use a recording device for the final task and without using 2 battery sources?
Many of the boards that record and then play your voice should have a place to wire in power and ground. Other than that, creative wiring?

Re: Final Action

Posted: January 26th, 2018, 10:04 am
by antigem
How about this? Seems pretty easy to drop a ball on it :lol:

Image

Amazon link: https://www.amazon.com/Recordable-Stuff ... al+speaker

Re: Final Action

Posted: January 26th, 2018, 11:45 am
by dragonfruit35
antigem wrote:How about this? Seems pretty easy to drop a ball on it :lol:

Image

Amazon link: https://www.amazon.com/Recordable-Stuff ... al+speaker
That would work, yeah, although you'd either have to figure out how to hook it up to your existing circuit or lose the one-battery bonus.

Re: Final Action

Posted: January 26th, 2018, 12:18 pm
by jsiongsin
Does anyone know of any recordable speakers similar to the one just posted above by antigem, but with a longer recording time?