A programming challenge involving piezo sensors, LEDs, and relays

Looks like you copied the code to a new file. You need to download all the files from GitHub into one folder for this to work. Then open the Targets.ino file.

What are you using to edit this? Looks quite different to the Arduino IDE I have:

1 Like

Iā€™m using the online IDE. That makes sense ill download them all.

Ok so this is what happened. I loaded it up then it would almost immediately display ā€œFireā€ along with turning both relays on. However the piezo sensors did not set off the timer. The button when pressed caused the whole system to turn off or so it appeared.https://www.dropbox.com/s/403vfqea3w93iv0/IMG_3797.MOV?dl=0

1 Like

Thanks so much for the video, thatā€™s really useful to see.

Clearly Iā€™ve got a bug in there somewhere. Iā€™ll review it now.

This is going to be a good learning experience for you, me, and others who read this. :+1:

I canā€™t quite figure out whatā€™s going wrong by just reading the code so Iā€™ve added some serial output (assuming you can monitor serial output from the Arduino). This should print out the start time when you press the button and then the increased value after it adds the random delay. Another change I made was to set the start time to the maximum value for unsigned long when the time is reached so that it doesnā€™t fire again.

Sorry about our time zone difference causing excessive delays in responding.

1 Like

Thatā€™s awesome to think about! Iā€™ll download it asap and give it a shot! And yeah time zones are a tad bit inconvenient but i appreciate you still working through it with me!:smiley:

1 Like

I canā€™t wait to read the serial output! :smiley:

1 Like

did you change the code?

It shows it as not having been edited for 3 days.

Yes. I added lines 130 and 132 and changed line 139

See https://github.com/bernhard-hofmann/circuito.io-3392/blob/master/Targets/Targets.ino

1 Like

Hi

Iā€™m not going to have much time tomorrow and the next day and then Iā€™ll be on holiday for 2 weeks without a laptop so Iā€™ve written the rest of the code to read the values of the vibration sensors (targets) and check how long each player took to hit the target or if they false started (it the target before itā€™s active). The display is updated far too frequently (about every 50ms) until both targets are hit (gameOver is true). This should be improved but Iā€™m running out of time so wanted to get something that will hopefully work for you and we can improve when itā€™s working.

Have you had a chance to run the previous code to get the serial output and see what the startTime is set to?

1 Like

Hey I thanks so much! well I donā€™t know if its my mac thatā€™s giving me trouble or the code because the code says it tries to run but nothing comes up on my computer screen or the LCD.So it doesnā€™t do anything different than before.

The Arduino IDE has a feature called a serial monitor. It shows you what the Arduino writes to the serial interface. Thatā€™s where the output weā€™re looking for should appear.

1 Like

Only ONE day left! I hope youā€™re able to view the serial monitor!

1 Like

well the serial monitor isnā€™t coming up but ill figure it out. Thanks for your help!

I had a thought last night - you could increase the delay at the end of the loop function from 50 to 1000 (1 second) so that you can see whatā€™s happening maybe.

Worth a try I guess.

1 Like

Totally! Iā€™ll try that Thanks!

Iā€™d love to know if youā€™ve made progress. I often find itā€™s through struggling that I get the most satisfaction when it finally works.

1 Like

Yes Iā€™ve made progress!!! I found a wiring error! As soon as I return home in a couple hours Iā€™ll send a video !

1 Like

1 Like

There was a wiring issue. Now that thatā€™s sorted out just need to figure out how to get the sensors to work.

1 Like