Final Action

Dark Sabre
Admin Emeritus
Admin Emeritus
Posts: 705
Joined: Sun Jan 04, 2004 5:53 pm
Division: Grad
State: KY
Has thanked: 0
Been thanked: 0

Re: Final Action

Post 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.
Lambs
Member
Member
Posts: 10
Joined: Tue Jan 02, 2018 1:09 pm
Division: C
State: KS
Has thanked: 0
Been thanked: 0

Re: Final Action

Post 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.
rmenon1008
Member
Member
Posts: 1
Joined: Fri Jan 05, 2018 6:00 pm
Has thanked: 0
Been thanked: 0

Re: Final Action

Post by rmenon1008 »

What is preventing the end message from being theeeeeeeeeeeeeee end? This could add time bringing you closer to the limit.
davecutting
Member
Member
Posts: 34
Joined: Wed Oct 29, 2014 4:12 pm
Division: C
State: NY
Has thanked: 0
Been thanked: 0

Re: Final Action

Post 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.
David Cutting
Ward Melville HS Science Olympiad
Hovercraft: Islip Invy 2[sup]nd[/sup], MIT Invy 26[sup]th[/sup], Regionals 3[sup]rd[/sup], SOUP 3[sup]rd[/sup], Statees 3[sup]rd[/sup]
Mission Possible: Islip Invy 11[sup]th[/sup], MIT Invy 11[sup]th[/sup], Regionals 1[sup]st[/sup], SOUP 2[sup]nd[/sup], States 2[sup]nd[/sup]
Game (Alternate): MIT Invy 32[sup]nd[/sup]
ScottMaurer19
Member
Member
Posts: 592
Joined: Thu Jan 05, 2017 9:39 am
Division: Grad
State: OH
Has thanked: 0
Been thanked: 1 time

Re: Final Action

Post 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.
^
Solon '19 Captain, CWRU '23
2017 (r/s/n):
Hydro: 3/5/18
Robot Arm: na/1/1
Rocks: 1/1/1

2018 (r/s/n):
Heli: 2/1/7 
Herp: 1/4/4
Mission: 1/1/6
Rocks: 1/1/1
Eco: 6/3/9

2019 (r/s/n):
Fossils: 1/1/1
GLM: 1/1/1
Herp: 1/1/5
Mission: 1/1/3
WS: 4/1/10

Top 3 Medals: 144
Golds: 80
M1M1024
Member
Member
Posts: 1
Joined: Wed Sep 07, 2016 12:42 pm
Has thanked: 0
Been thanked: 0

Re: Final Action

Post by M1M1024 »

Any other ideas that you could use a recording device for the final task and without using 2 battery sources?
ScottMaurer19
Member
Member
Posts: 592
Joined: Thu Jan 05, 2017 9:39 am
Division: Grad
State: OH
Has thanked: 0
Been thanked: 1 time

Re: Final Action

Post 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?
Solon '19 Captain, CWRU '23
2017 (r/s/n):
Hydro: 3/5/18
Robot Arm: na/1/1
Rocks: 1/1/1

2018 (r/s/n):
Heli: 2/1/7 
Herp: 1/4/4
Mission: 1/1/6
Rocks: 1/1/1
Eco: 6/3/9

2019 (r/s/n):
Fossils: 1/1/1
GLM: 1/1/1
Herp: 1/1/5
Mission: 1/1/3
WS: 4/1/10

Top 3 Medals: 144
Golds: 80
antigem
Member
Member
Posts: 7
Joined: Tue Dec 05, 2017 3:00 pm
Division: C
State: WA
Has thanked: 0
Been thanked: 0

Re: Final Action

Post 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
Central Valley High School, WA

2019 events and place at regionals:
Boomilever 4th
Write it Do it 2nd
Mission Possible 2nd
Thermodynamics 2nd
User avatar
dragonfruit35
Exalted Member
Exalted Member
Posts: 296
Joined: Sat Feb 28, 2015 7:49 am
Division: Grad
State: VA
Pronouns: She/Her/Hers
Has thanked: 7 times
Been thanked: 1 time

Re: Final Action

Post 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.
tjhsst '20
virginia tech '24
2x codebusters national medalist

"it's not a pen, it's a principle!" - annie edison
jsiongsin
Member
Member
Posts: 2
Joined: Tue Sep 26, 2017 9:56 pm
Division: C
State: NY
Has thanked: 0
Been thanked: 0

Re: Final Action

Post by jsiongsin »

Does anyone know of any recordable speakers similar to the one just posted above by antigem, but with a longer recording time?

Return to “Mission Possible C”