• Isadora
  • Get it
  • Forum
  • Help
  • Plugins
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    [ANSWERED] Morse Code input into Isadora to Generate Text?

    How To... ?
    actors control logic arduino morse code
    8
    10
    852
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      nickdoesisadora last edited by Woland

      Hi folks,

      Is there a way to take an input, such as an arduino button, being pressed in morse code, to correspond with a letter that isadora generates (like pressing ....     ..   shows H-i on the screen, then fades out after 5 seconds)? I know how to link arduino to isadora, I cannot think of how to make it recognize morse code and create something based off of that, and stay. 

      Reply Quote 1
        Fred 1 Reply Last reply
      • bonemap
        bonemap Beta Platinum last edited by bonemap

        Hi,

        Yes....  I can visualise a way to do that. It would be contingent on regular timing of input from the Arduino as triggers and pauses so that a trigger or beep sequence becomes a number tally. The Arduino, through the Serial Watcher initialise the sequence and a longer pause can be detected to signal the end of a sequence. A Timer and Comparator pairing with a reset trigger could then be used to identify the pause length between beep sequences. The tally number is then compared to a corresponding letter and, for example, triggered and added to a text accumulator.

        The concept is possibly implemented simply with a few linked modules and then iterated to cover the whole alphabet. You could develop the idea for only a few letters as a proof of concept. When the concept configuration is working as expected then expand the iteration to cover the rest of the characters needed.

        Best Wishes

        Russell

        Reply Quote 2
          1 Reply Last reply
        • Fred
          Fred @nickdoesisadora last edited by

          @nickdoesisadora

          I would guess that doing everything in Arduino and sending the letter to Isadora might be easier. You can have some precise control over timing on an Arduino that does not have to do anything else. There are quite a few hits when you search Arduino Morse code. Here is one that could be a good head start:

          https://www.hackster.io/vladak...

          Reply Quote 1
            1 Reply Last reply
          • Woland
            Woland Tech Staff last edited by Woland

            Too late I got interested and made a Morse Code Patch in Isadora


            I used the spacebar as a stand-in for a different kind of trigger. You have to hold down the space bar to get a dash, press it quickly to get a dot, and if you don't press anything for half a second it interprets that as the start of a new letter. Play around with it to get a feel for it. If you have the Arduino sending 1's and 0's for dots and dashes this patch will be easy to adapt. You'll probably have to fiddle around with the Trigger Delay actors I put in various places.

            Reply Quote 4
              1 Reply Last reply
            • dbini
              dbini last edited by

              @Woland 

              that is incredible logic.

              Reply Quote 0
                Woland 1 Reply Last reply
              • D
                deflost last edited by

                wow!

                nice to have it this way, but what about the other directon? hm. have to think.

                thanks a lot.....

                j.w.

                Reply Quote 0
                  Woland 1 Reply Last reply
                • Woland
                  Woland Tech Staff @dbini last edited by

                  @dbini said:

                  @Woland 
                  that is incredible logic.

                   Occasionally I can be quite clever

                  Reply Quote 2
                    Juriaan 1 Reply Last reply
                  • Juriaan
                    Juriaan Beta Platinum @Woland last edited by

                    @woland said:

                    @dbini said:
                    @Woland 
                    that is incredible logic.
                     Occasionally I can be quite clever

                     We know :) 

                    Reply Quote 1
                      1 Reply Last reply
                    • fubbi
                      fubbi last edited by

                      https://create.arduino.cc/projecthub/achindra/morse-code-transceiver-b5ae38

                      Reply Quote 1
                        1 Reply Last reply
                      • Woland
                        Woland Tech Staff @deflost last edited by

                        @deflost said:

                        nice to have it this way, but what about the other directon?

                         What other direction? Typing and having it translated to morse code? Like this?

                        https://recordit.co/4gUVEhtOq3

                        Morse Code v002 LWS.izz

                        Reply Quote 2
                          1 Reply Last reply