What kind of remote control and receiver are you using?
For a general RC control you need a channel splitter, that separates the PCM signal into distinct channels. This splitter can be provided in hardware or in software. Then listen for a signal on the selected channel, and turn your buzzer on and off depending on the signal level.
If your buzzer is an active buzzer, i.e. yells when power is applied, you simply turn the buzzer supply on and off. A passive buzzer (loudspeaker) instead needs a wave signal, as created by tone(), which you turn on with tone(pin, freq) and off with noTone(). You may need an amplifier (transistor...), if the Arduino output is not powerful enough to drive the buzzer.
DrDiettrich:
What kind of remote control and receiver are you using?
For a general RC control you need a channel splitter, that separates the PCM signal into distinct channels. This splitter can be provided in hardware or in software. Then listen for a signal on the selected channel, and turn your buzzer on and off depending on the signal level.
If your buzzer is an active buzzer, i.e. yells when power is applied, you simply turn the buzzer supply on and off. A passive buzzer (loudspeaker) instead needs a wave signal, as created by tone(), which you turn on with tone(pin, freq) and off with noTone(). You may need an amplifier (transistor...), if the Arduino output is not powerful enough to drive the buzzer.
Thanks for your answer
If its PPM or SBUS protocol I guess it'll be a little more complicated, but lets say my receiver has PWM,
Which means that I can connect each channel individually which is much easier..
I think you misunderstood me when I said buzzer (my bad)
That has a button, I think that the button is just a jumper between two points in a circuit inside this HORN.
Is it possible to close a circuit with arduino code ?
How many output wires does your receiver have, and how many channels?
If the horn has 2 wires, the button will turn its power on. You'll need a transistor or relay, capable of providing the required voltage and current to the horn.
DrDiettrich:
How many output wires does your receiver have, and how many channels?
If the horn has 2 wires, the button will turn its power on. You'll need a transistor or relay, capable of providing the required voltage and current to the horn.
Could you share a link to the part that is requierd ?
or maybe a guide of a similar project for reference
Can you tell us your electronics, programming, Arduino, hardware experience?
Thanks.. Tom..
Well I'm a fast learner, and a drone pilot, basic scripting skills.
DrDiettrich:
If you don't have a data sheet of the horn, you have to figure out its characteristics. Do you know how to measure voltage and current?
I have a multimeter.
I need some kind of part that could be controlled using the Nano V3 board and will close the circuit between those two wires of the external button of the Horn