Store › Forums › Defusable Clock › General Discussion › there is the possibility of doing this?
- This topic has 12 replies, 5 voices, and was last updated 10 years, 2 months ago by xiaoyouyou1hao.
-
AuthorPosts
-
May 7, 2013 at 10:58 pm #616drbroddyMember
how can I do to set a sequence in the wires (defuse)
exemple:
defuse: cut wire 1 after wire 2 after wire 3 (being necessary to set the sequence of the 3 wires to defuse happen)
cutting the wire in the wrong sequence = detonate
detonate: cute 4 wireMay 8, 2013 at 1:53 am #1647MichaelKeymasterYes, you can modify the code to defuse the clock with that order of wire cutting. Modify the function called [tt:hrtz0oqd]countdown()[/tt:hrtz0oqd]. This function defines the wires for defuse and detonate. Just write logic to ensure the wires are cut in the order you want.
The Arduino source code for the clock is available on this page: https://nootropicdesign.com/defusableclock/hack.htmlMay 8, 2013 at 1:41 pm #1648drbroddyMemberyes yes.
I already modified the randomizer code of wire.
also modified the schedule for 24 hoursso I would like to know what you want to write to be in sequence
tnk you
May 8, 2013 at 1:45 pm #1649drbroddyMemberCode: Select all // assign random pins
defusePin = sequence WIRE_1 AFTER WIRE_2 AFTER WIRE_3
detPin = WIRE_4;????? i’m noob in writing this … Can you give me a hand?????????????????
May 8, 2013 at 1:49 pm #1650MichaelKeymasterI don’t know if English is your first language, but your posts are completely unreadable. This sentence makes absolutely no sense:
so I would like to know what you want to write to be in sequence
If you want help, you need to type complete, coherent sentences. If you are asking other people to stop what they are doing and give you their attention and time, then show some respect by making some effort yourself and describe your problems in clear language. If you won’t take the time to do that, then don’t expect others to take the time to do your project for you.
May 8, 2013 at 2:32 pm #1651MichaelKeymasterSo you want to defuse the device by disconnecting the wires in this order: 3, 2, 1? Or 1,2,3? You are being very confusing by using the word “after”. Do you mean WIRE_1 THEN WIRE_2 THEN WIRE_3?
When you say WIRE_1 AFTER WIRE_2 AFTER WIRE_3 that means WIRE_3 is first, then WIRE_2, then WIRE_1.
You need to be clear!
May 8, 2013 at 4:45 pm #1652drbroddyMembersorry, not my intention to write wrong.
I thought someone could help me write the project.
sorry my bed english …
i want to defuse the device by disconnecting the wires in this order: 1,2,3
can you show me how to write this line?
May 8, 2013 at 9:32 pm #1653MichaelKeymasterIt’s not just one line of code. You need to keep track of which wire you expect to be cut next. If you are not experienced with coding, this may be challenging.
I get so many requests for code changes to the clock, that I have now started charging customers for this service. It takes time. I can’t develop software for everyone for free.
http://nootropicdesign.com/store/index.php?main_page=product_info&cPath=5&products_id=33May 9, 2013 at 12:39 am #1654drbroddyMemberSorry friend, I never imagined that …
most do not have problems, I will make the payment okWhat do I need to ask here or shall I ask on email?
will be that you will understand my English?
i want to defuse the device by disconnecting the wires in this order: 1,2,3
if possible, I’d like one of the 3 LED lights stay lit during the detonation and not blink … it’ll put a transistor and a siren in the detonation
the payment is made … No: 3933
I’m waitingFebruary 4, 2014 at 7:29 pm #1884EnglishfireMemberDid you get the Code? Can you send it to me?
March 29, 2014 at 5:08 am #1906merina31MemberI am also searching for the code.
September 13, 2014 at 8:40 am #2032xiaoyouyou1haoMemberif possible, I’d like one of the 3 LED lights stay lit during the detonation and not blink … it’ll put a transistor and a siren in the detonation
September 16, 2014 at 12:52 pm #2030MichaelKeymasterYes, these things are possible with code changes. You can download and modify the code to your liking:
https://nootropicdesign.com/defusableclock/hack.html -
AuthorPosts
- You must be logged in to reply to this topic.