Try to learn something about everything, and everything about somethingThomas Huxley “Darwin's bulldog” (1824-1895)

This is an old revision of the document!


Arduino Projects

QRSS MEPT

I started work on my small QRSS MEPT idea with a simple Arduino / SI5351 / 16×2 LCD arrangement. The LCD is only there because I found this breadboard setup already with Seeeduino Nano, SI5351 and LCD in my box of “Arduino Project bits” - from a previous experiment - and I thought I'd keep it for the time being as a display to help in debugging (?). Once the MEPT is functional and ready for operation I'll remove the LCD (and its code from the sketch)

Step one

  • modify an old sketch & strip out un-needed code until I had a simple carrier generator
  • add function to vary the frequency in a stepped-ramp sequence to check operation
  • add functions to make dits and dahs and spaces of appropriate lengths
  • add function to send a callsign/message explicitly entered as a series of calls to dah(), dit() and space() and run it from loop()
  • add code to light an onboard LED during “key-down”
  • add code to show operating frequency and the letters of the callsign as they're sent on the LCD

I monitored the SI5351 output on my normal 30m grabber - there's enough radiation direct from the SI5351 board to make a trace on the waterfall.

The sketch

Click to read / hide

Step Two

The next step will be to build a small TX PA to boost the SI5351 output up to around 1W and a LPF. I'll add a PTT line to key the PA, driven from the Arduino so that the sketch can have periods of carrier off between cycles if necessary. 1W should be enough power and should be simple enough to generate. I might have a go at a Class-E MOSFET amplifier.

FIXME

Stretch Goals

  • Add a function to generate “Slow FSK Hell” to make waterfall-readable text - see the image of GM4GHK below
  • Add DFCW
  • Add a “normal-speed CW ident” for cases where it might make sense (?)

Further Information

Page created : 12/07/26 07:40 BST

Page updated : 12/07/26 08:22 BST

Discussion

Enter your comment: