EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise
You are here: Home / Topics / Creation of sound profile based on speed of vehicle

Creation of sound profile based on speed of vehicle

|

Microcontroller › Arduino › Creation of sound profile based on speed of vehicle

  • This topic has 1 reply, 2 voices, and was last updated 9 years, 6 months ago by Prabakaran P M.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • July 12, 2016 at 9:10 am #4513
    arduino
    Participant

    Hii all,

     

    Hii all,

     

    Is it possible to create a sound profile based on speed of vehicle? This is a short snippet of the code. Is this the right method?

     


    void loop() {


    Serial.println("Enter the Speed");
    while(Serial.available()==0){
    }
    float speed1=Serial.parseFloat();
    Serial.println(speed1);

    if (speed1>10)
    {
    if(x == 0){
    sampler1.load("13.wav");
    sampler1.splay(10);

    }
    }

    if(speed1>20){
    if(x==0){
    sampler1.load("11.wav");
    sampler1.splay(10);
    }
    }

     

    thanks in advance……

    July 26, 2016 at 9:57 am #14084
    Prabakaran P M
    Participant

    I hope it is poissible and you can proceed with the same idealogy which you showed in the code.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

RSS Recent Posts

  • RC Electronic Speed Control Capacitors February 17, 2026
  • Annex32 / Annex RDS For ESP Micros - A Quick and Dirty Example February 16, 2026
  • Convenient audio FFT module? February 16, 2026
  • CR2/CR123A Batteries In Projects February 16, 2026
  • Harman Kardon radio module BMW noise February 16, 2026

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2026 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise