Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| public:radio:topics:arduino:qrss_tx [12/07/26 07:54 BST] – created john | public:radio:topics:arduino:qrss_tx [12/07/26 16:39 BST] (current) – [Test Amp] john | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | ====== QRSS TX ====== | + | ====== QRSS MEPT ====== |
| - | I started work on my small QRSS TX idea with a simple Arduino / SI5351 / 16x2 LCD arrangement. | + | I started work on my small QRSS MEPT idea with a simple Arduino / SI5351 / 16x2 LCD arrangement. |
| {{: | {{: | ||
| Line 21: | Line 21: | ||
| {{: | {{: | ||
| - | The sketch | + | ==== The sketch |
| + | |||
| + | ++++ Click to read / hide | | ||
| <code c> | <code c> | ||
| Line 37: | Line 39: | ||
| volatile long freq = 10139780; | volatile long freq = 10139780; | ||
| - | volatile long oldfreq = 0; | ||
| - | volatile long currentfreq = 0; | ||
| int digit0 = 0; | int digit0 = 0; | ||
| Line 90: | Line 90: | ||
| { | { | ||
| | | ||
| - | SendRamp(); | + | // SendRamp(); |
| SendCall(); | SendCall(); | ||
| - | SendRamp(); | + | // SendRamp(); |
| } | } | ||
| Line 246: | Line 246: | ||
| </ | </ | ||
| + | ++++ | ||
| + | ===== 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 | ||
| + | ==== Test Amp ==== | ||
| + | |||
| + | I found a 30m PA strip from a previous project that produces about 6W from < 10mV drive, with 3 class-A bipolar driver stages feeding an IRF510 MOSFET - originally intended as a linear amplifier. | ||
| + | |||
| + | I've played with the supply volts and the MOSFET bias and can comfortably get up to 3W carrier with 8V supply. It's not terribly efficient but at QRP levels that's hardly relevant. | ||
| + | |||
| + | I've got it connected to the Ardiuno/ | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | I'll use this amp as a blueprint for a new PA for the MEPT, perhaps with fewer stages as I don't need so much gain or linearity. | ||
| + | |||
| + | I've seen it on grabbers around Europe | ||
| + | |||
| + | === Grabber results at 1W === | ||
| + | |||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | At 1533z I reduced power to around 200mW | ||
| + | |||
| + | === Grabber Results at 200mW === | ||
| + | |||
| + | 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 " | ||
| + | |||
| + | {{: | ||
| ===== Further Information ===== | ===== Further Information ===== | ||
| Line 258: | Line 303: | ||
| Page updated : ~~LASTMOD~~ | Page updated : ~~LASTMOD~~ | ||
| - | {{tag>}} | + | {{tag>radio qrss arduino mept}} |
| + | ~~DISCUSSION~~ | ||