Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Euromir
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Euromir

    • Euromir

      Serial and openHAB - Warnings in Log
      My Project • • Euromir  

      1
      0
      Votes
      1
      Posts
      510
      Views

      No one has replied

    • Euromir

      Help, what's my best setup
      General Discussion • • Euromir  

      9
      0
      Votes
      9
      Posts
      1046
      Views

      Euromir

      @gohan Thankyou, i am off to SSH now..
    • Euromir

      Arduino make a Sound
      Development • • Euromir  

      2
      0
      Votes
      2
      Posts
      746
      Views

      Boots33

      @Euromir The tone function will do that. I have used it in this project to register when the touch buttons are pressed. I have used a small piezo buzzer but i believe a speaker can also be used. It is very easy to use, just three parameters pinnumber,frequency,duration So to play a tone on pin 7 at 1200Hz for 60ms you would use tone(7, 1200, 60);