Foxhunt Transmitter Build #2 - Arduino + Relay

Поділитися
Вставка
  • Опубліковано 30 чер 2024
  • Intro and Overview: 0:01
    Assembly Demonstration: 2:00
    Code and Diagram Explanation: 7:44
    Final Demonstration: 19:12
    This build is based on the work of many hams who have generously shared their expertise. Thank you to them! I do not suggest that what I've done is original, rather I'm putting it out there as another resource for those looking to build a foxhunt transmitter. If you are a Ham Radio operator that is looking to start foxhunting, and are in need of a transmitter with some flexibility, this is a good way to go. I show you how to build the full Arduino shield from scratch and tying that back to the Baofeng.
    Red Summit RF's Build: • How to Build a Fox Hun...
    Whitecourt Amateur Radio Group: www.wcar.ca/pg/fox-tx/
    My Files:
    github.com/untilrobotsreplace...
    Items used in this build:
    5V Relay - www.amazon.com/uxcell-JQC-T78...
    2N2222A Transistor - www.amazon.com/McIgIcM-2N2222...
    3.5mm PCB Mount - www.amazon.com/gp/product/B07...
    3.5mm PCB Mount Thin- www.amazon.com/gp/product/B07...
    3.5mm Cable - www.amazon.com/gp/product/B07...
    2.5mm to 3.5mm Cable - www.amazon.com/gp/product/B01...
    1N4007 Diode - www.amazon.com/BOJACK-Rectifi...
    Arduino Proto Board - www.amazon.com/gp/product/B01...

КОМЕНТАРІ • 26

  • @seniorchief48
    @seniorchief48 2 місяці тому

    Great information for me being new to this type of electronics. Wired from 5v into the relay across the coil.

  • @TallTexasGMan
    @TallTexasGMan Рік тому

    Thank you for the informative video. It seems to me though that you could eliminate the 5V micro relay from this circuit and simplify it to use a resistor, transistor, and a diode. From the schematics I have seen online the Baofeng radios essentially use the same arrangement as an Icom, except the Baofeng supports an upper and lower band transmit with two separate PTT buttons. I could be very wrong here, just seems like it should be easier than using the relay.

  • @KrzysztofStrug
    @KrzysztofStrug 2 місяці тому

    I wonder why use the relay here, transistor itself will not be sufficient to switch on PTT?
    Thank for great video 🙂

  • @chrisf1165
    @chrisf1165 2 роки тому

    Congrats. Excellent video. De N3MLB

  • @adamrobson4013
    @adamrobson4013 Рік тому

    Where is the diode meant to connect please? From the relay coil (white wire side) back to itself on 5v input to relay coil?

  • @GM6DX
    @GM6DX 3 роки тому

    Hi,
    Will the red summit RF's build code ( ie include DTMF) work with your physical design?
    also can you advise if the relay should click and then stay active for as long as it's powered? ( as mine appears to click and stay active when powered)
    thanks
    Billy

    • @transmittinguntilrobotsrep1045
      @transmittinguntilrobotsrep1045  3 роки тому

      Hi Billy - The use of DTMF should be fine. I remember messing with it for awhile and it did work, but I just wanted to keep the code a bit cleaner for simplicity sake. I'd have to look at the code to see if all of the Arduino pins matched up exactly, but if not, it would be a simple change in the code from one pin to another.
      As to the relay: Power is always applied to the relay, however it can only form a complete circuit when voltage is applied to the base of the transistor. The transistor, when activated with a voltage, connects the emitter and collector sides and allows the applied power to the relay to complete a circuit back to ground. When the relay is activated, you hear an initial click and the radio should start transmitting. At the end of the programmed code, it should disengage the voltage/current to the transistor, which disengages the path to ground for the relay, which disengages the transmission of the radio.
      I've found that the use of a relay tends to be very prone to the magnetic fields of the radio and can be easily tripped. Additional ferrites and/or spacing is needed to minimize the effect. I did build a version of this that used optocouplers and it worked without any issues whatsoever, but just haven't gotten around to making a video of it yet.
      Good luck, and let me know if you have other questions- AC3DS

    • @AndrewMurphy8383
      @AndrewMurphy8383 2 роки тому +1

      @@transmittinguntilrobotsrep1045 it would help if you did speed the deal to fast so we can see what you doing

  • @plproductions8887
    @plproductions8887 7 місяців тому +1

    Hi do you have a DTMF CODE? and is there a way of making this with a Nano board?

    • @seniorchief48
      @seniorchief48 2 місяці тому

      Red Summit has a board showing a DTMF wire run to the A0 pin.

    • @jakesheffey9256
      @jakesheffey9256 22 дні тому

      A Nano is a much better use for this than the Uno.

  • @28bond815
    @28bond815 3 роки тому

    The parts list shows a diode but it’s not listed on the diagram. Where does the diode go?

    • @transmittinguntilrobotsrep1045
      @transmittinguntilrobotsrep1045  3 роки тому

      Good catch, sorry about that. I've added an image in the documentation, and will update the diagram soon. The diode straddles the inductor in the relay. You can see this in the video around 5:25 . Thanks for letting me know! I'm going to release another build soon that addresses how to do this with an optocoupler.

  • @the1spyderryder
    @the1spyderryder Рік тому

    Please tell me WHY you are using a relay to key a battery operated radio transmitter.

  • @billygm6dx720
    @billygm6dx720 3 роки тому

    Ok,
    So the relay clicks and when the transistor is not getting a signal from pin 7 (1k resistor) the circuit is broke.
    I have ordered a Baofeng as my last one broke so cant test with the handheld just now, is there any way of testing to see if pin 7 is stop supplying without the actual radio?

    • @transmittinguntilrobotsrep1045
      @transmittinguntilrobotsrep1045  3 роки тому

      That is correct. As soon as the output on pin 7 ceases, the connection between the collector and emitter is broken and the path to ground for the relay is cut, which puts the relay switch back to the off position.
      There are a few ways that you could test to see if Pin 7 is on/off. First, you could use digitalRead and Print functions to show the status on the Serial Monitor. Alternatively, you could put an LED in line to visualize it.

    • @GM6DX
      @GM6DX 3 роки тому

      @@transmittinguntilrobotsrep1045 I have connected an LED on pin 7 and GND. The LED remains lit does not go off and doesn't blink, just stays a solid colour whilst powered. Does this sound like a code error rather than a physical connection?
      Update: I have used your code and the LED stays on for a few seconds. Then goes off for several seconds and then goes back on. When connected to pin 13 you can see the morse. So your code appears working.
      2 questions
      1. I have attempted to add / to the string on line 16 and 17 however it will not recognise the / character (for / beacon)
      2. Are you cable to modify the code for DTMF to turn in on and off via DTMF. This is a licence requirement in the UK for these beacons ( to turn it on and off via remote)
      Thanks

    • @transmittinguntilrobotsrep1045
      @transmittinguntilrobotsrep1045  3 роки тому

      @@GM6DX I haven't looked at the code in a little while, but will do so to see if I can figure out a way to account for the stroke character. Adding the DTMF will probably take me a little bit longer, but using the existing code as the source will expedite that considerably.

    • @GM6DX
      @GM6DX 3 роки тому

      @@transmittinguntilrobotsrep1045 I can get a slash by changing a letter or a number not in use example change the 0 to "21121" and it works but If I add the / it doesn't recognise it

  • @theonlymango1620
    @theonlymango1620 Рік тому

    mine is just keying out for about a min with no tones or morse. then going off for about a min. Then keying out with no tones or morse again. any suggestions?

  • @the1spyderryder
    @the1spyderryder Рік тому

    I dont understand why people doesn't use the replacment microphone cable that you can buy from Amazon for a few bucks. I also don't know why everyone who copies this plan doesn't use a transistor to key the radio instead of a relay.

  • @billygm6dx720
    @billygm6dx720 3 роки тому

    Can you update your code to include DTMF?

    • @transmittinguntilrobotsrep1045
      @transmittinguntilrobotsrep1045  3 роки тому +2

      Yes, that will give me a good reason to get back to the workbench and hammer out some code.

    • @GM6DX
      @GM6DX 3 роки тому

      @@transmittinguntilrobotsrep1045 Brilliant thank you