there is the possibility of doing this?

Store Forums Defusable Clock General Discussion there is the possibility of doing this?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #616
    drbroddy
    Member

    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 wire

    #1647
    Michael
    Keymaster

    Yes, 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.html

    #1648
    drbroddy
    Member

    yes yes.
    I already modified the randomizer code of wire.
    also modified the schedule for 24 hours

    so I would like to know what you want to write to be in sequence

    tnk you

    #1649
    drbroddy
    Member

    Code: 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?????????????????

    #1650
    Michael
    Keymaster

    I 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.

    #1651
    Michael
    Keymaster

    So 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!

    #1652
    drbroddy
    Member

    sorry, 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?

    #1653
    Michael
    Keymaster

    It’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=33

    #1654
    drbroddy
    Member

    Sorry friend, I never imagined that …
    most do not have problems, I will make the payment ok

    What 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 waiting

    #1884
    Englishfire
    Member

    Did you get the Code? Can you send it to me?

    #1906
    merina31
    Member

    I am also searching for the code.

    #2032

    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

    #2030
    Michael
    Keymaster

    Yes, these things are possible with code changes. You can download and modify the code to your liking:
    https://nootropicdesign.com/defusableclock/hack.html

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.