Schlagwort: Ham Radio

  • Building an experimental magnetic loop antenna with a stepper motor and an Arduino

    Building an experimental magnetic loop antenna with a stepper motor and an Arduino

    Reading Time: 2 minutes

    Ham radio allows for the broadcast and reception of non-commercial radio signals across vast distances with relatively inexpensive equipment. As the name implies, ham radio relies on antennas to function, and most designs can take up large amounts of space. An alternative antenna is the magnetic loop design which has a tall circle of copper tubing around the outside while each end is soldered onto a variable capacitor that is used to tune the signal.

    TekMakerUK was inspired by Kevin Loughin’s YouTube video on the design and decided to make his own experimental version capable of 5W transmissions, which he could tune via an Android phone. The variable capacitor is from an old valve radio and has a central shaft that rotates to adjust the distance between the dielectric plates. In order to turn the coupling, a 5V stepper motor was added to the base along with a ULN2003 stepper motor driver. The driver was then connected to an Arduino Uno, although the board was replaced by a Nano Every for soldered connections.

    In terms of usage, there is a digital encoder that increments the count either up or down depending on the direction it is rotated in, and this dictates how far the stepper should move. Calibrating the “zero” or home position is done by slowly moving the stepper on initialization until it hits a limit switch. More details about TekMakerUK’s magnetic loop antenna tuner can be found here on Instructables.

    [youtube https://www.youtube.com/watch?v=pGmuCjrnVGE?feature=oembed&w=500&h=281]

    The post Building an experimental magnetic loop antenna with a stepper motor and an Arduino appeared first on Arduino Blog.

    Website: LINK

  • Send text messages over ham radio with the HamMessenger

    Send text messages over ham radio with the HamMessenger

    Reading Time: 2 minutes

    Arduino TeamJuly 27th, 2021

    Ham radio, or amateur radio, is a hobby enjoyed by millions of enthusiasts around the world. The FCC in the US and similar organizations in other countries provide amateur radio licenses that allow hobbyists to communicate on designated radio bands. Most ham radio operators communicate by voice, but ham radios can transmit other kinds of data. Dale Thomas built HamMessenger, which is a portable device that enables users to send text messages through their ham radios.

    If you remember the early days of the internet, you have heard for yourself that audio can carry digital data. Dial-up internet uses a modem to transmit that audio through standard phone lines. HamMessenger uses a similar methodology to encode a text message as audio. If someone listening on that frequency also has a HamMessenger device, they can decode the text message. Messages are not encrypted, so you shouldn’t use HamMessenger for sensitive information. But it’s a fun way to chat with your ham radio buddies.

    HamMessenger contains two Arduino development boards. An Arduino Mega handles most of the functionality and a separate Pro Mini acts as a MicroAPRS modem. A Neo-6M GPS radio module lets you send position information along with your text messages. The HamMessenger’s custom PCB has a small 0.96″ OLED screen to display the messages. You input text via an M5Stack CardKB keyboard. Power comes from a pair of 18650 lithium-ion battery cells. The output from the HamMessenger is an audio signal, which feeds into any ham radio — even a handheld model. Thomas plans to design an enclosure soon, but you can follow his instructions to put the rest of the hardware together right now.

    Website: LINK

  • Using an Arduino/CNC shield setup for ham radio control

    Using an Arduino/CNC shield setup for ham radio control

    Reading Time: < 1 minute

    Using an Arduino/CNC shield setup for ham radio control

    Arduino TeamMarch 16th, 2020

    Loop antennas for ham radios use heavy duty variable capacitors for tuning. Since such capacitors need to be physically turned for adjustment, radio enthusiast Jose B.O. made his own remote rig using an Arduino Uno and CNC shield.

    The CNC setup allows stepper motors to rotate through a range of angles for frequency selection, and three antennas can be controlled via separate Pololu A4988 driver modules. An optical encoder is used for control, along with buttons for preset frequencies, and a 16×2 I2C LCD display provides visual feedback. Microswitches are implemented to set the upper and lower bounds for the stepper motors.

    More info is available in the project’s write-up and the videos below show the system in action.

    [youtube https://www.youtube.com/watch?v=od0Ufq2bn04?feature=oembed&w=500&h=375]

    [youtube https://www.youtube.com/watch?v=7ItA2ri0BPo?feature=oembed&w=500&h=281]

    Website: LINK

  • Vintage ham radio transformed into epic party game prop

    Vintage ham radio transformed into epic party game prop

    Reading Time: 2 minutes

    Vintage ham radio transformed into epic party game prop

    Arduino TeamOctober 2nd, 2018

    Maker Thomas Meston needed a “mysterious looking device” that allows players to enter codes obtained via an original party game. What he came up with is entitled “Dr. Hallard’s Dream Transmission Box,” and consists of an Arduino, a party light, a smoke machine, and other components stuffed into a broken National NC-33 ham radio.

    This radio makes a really excellent enclosure for the electronics inside, and when the device is properly activated the winning team hears a special message via an Arduino Uno-controlled MP3 shield, accompanied by laser lights and smoke. 

    How it works:

    • When the box is switched on you hear static and see a yellow light. The device is ready for the codes to be entered.
    • Once all three dials have been set, the player switches the bottom toggle to “send” state, the box will message back whether team blue or team red has entered any codes with a quick flash of either a red or blue led.
    • If all three dials are set to red codes, the red team wins and hears a special message through the speaker just for them. The laser lights and smoke machine will be activated at the same time.
    • If all three dials are set to blue, a different message will play as well as activating the smoke machine and laser lights.

    More info on the project can be found here, and while it might seem like a shame to modify this kind of vintage equipment, Meston notes that he sees this as giving it a nice second life since it was previously non-functional.

    Website: LINK