logo
Welcome, Guest. Please Login or Register.
01. May 2025, 01:57:15


Home Help Search Login RegisterWIKIUHSDR Download

Amateurfunk Sulingen
 1   allgemeine Kategorie / UHSDR Firmware / Firmware modificato UHSDR-QRP HF-SDR mcHF (UI-Board-v.0.6.3) 2.12.2_Mod2  on: 14. April 2025, 11:41:03 
Started by LEO73 | Last post by LEO73
Hello to everyone,
Below Source code and more for:
A. Fix AM modulation power problem, in AM before 2W, after mod2 10w.
B. Fix fast Table Bands selection, before you select 10M and appear 27Mhz,
    after Mod2 if you select 10M appear 28Mhz
C. Save 27Mhz PA (5w/Full) parameters  on EEPROM.
https://drive.google.com/drive/folders/1yZ-00LY_9btdKHZgZYb3FouELy-inMqe?usp=sharing
NOTE: I'm using a Sirio GPE 5/8 antenna (26-27-28Mhz).
                Transceiver need a new power Supply 12/13Vdc 3/4 ampere or it'll go off.
Number 2 cumulative Modifications
<radio_management.c>  <FILE>
Code:

.
const pa_info_t mchf_pa =
{
        .name  = "mcHF PA",
        .reference_power = 5000.0,
        .max_freq = 32000000,
        .min_freq =  1800000,
        .max_am_power = 10000,  // ex:2000
        .max_power = 10000,
};
#ifdef RF_BRD_LAPWING
const pa_info_t mchf_pa =
{
        .name  = "Lapwing PA",
        .reference_power = 5000.0,
        .max_freq = 1300 * 1000000,
        .min_freq = 1240 * 1000000,
        .max_am_power = 0,  // Full Value //ex2000
        .max_power = 20000,
};
.


<ui_bkey_brd.c>  <FILE>
Code:

RedrawFunct=UiVk_RedrawBndSelVirtualKeys
};
// Modifier for 11m (27mhz) implementation
const VKey Keys_BndSel320x240[]={
      {.ShortFnc=UiVk_BndSelVKeyCallBackShort, .ShortPar=17, .KeyText="160m", .TextColor=col_Keys_BndSel_npr, .PressedTextColor=col_Keys_BndSel_pr},// ex .ShortPar=16
      {.ShortFnc=UiVk_BndSelVKeyCallBackShort, .ShortPar=0, .KeyText="80m", .TextColor=col_Keys_BndSel_npr, .PressedTextColor=col_Keys_BndSel_pr},
      {.ShortFnc=UiVk_BndSelVKeyCallBackShort, .ShortPar=1, .KeyText="60m", .TextColor=col_Keys_BndSel_npr, .PressedTextColor=col_Keys_BndSel_pr},
      {.ShortFnc=UiVk_BndSelVKeyCallBackShort, .ShortPar=2, .KeyText="40m", .TextColor=col_Keys_BndSel_npr, .PressedTextColor=col_Keys_BndSel_pr},
      {.ShortFnc=UiVk_BndSelVKeyCallBackShort, .ShortPar=3, .KeyText="30m", .TextColor=col_Keys_BndSel_npr, .PressedTextColor=col_Keys_BndSel_pr},
      {.ShortFnc=UiVk_BndSelVKeyCallBackShort, .ShortPar=4, .KeyText="20m", .TextColor=col_Keys_BndSel_npr, .PressedTextColor=col_Keys_BndSel_pr},
      {.ShortFnc=UiVk_BndSelVKeyCallBackShort, .ShortPar=5, .KeyText="17m", .TextColor=col_Keys_BndSel_npr, .PressedTextColor=col_Keys_BndSel_pr},
      {.ShortFnc=UiVk_BndSelVKeyCallBackShort, .ShortPar=6, .KeyText="15m", .TextColor=col_Keys_BndSel_npr, .PressedTextColor=col_Keys_BndSel_pr},
      {.ShortFnc=UiVk_BndSelVKeyCallBackShort, .ShortPar=7, .KeyText="12m", .TextColor=col_Keys_BndSel_npr, .PressedTextColor=col_Keys_BndSel_pr},
      {.ShortFnc=UiVk_BndSelVKeyCallBackShort, .ShortPar=9, .KeyText="10m", .TextColor=col_Keys_BndSel_npr, .PressedTextColor=col_Keys_BndSel_pr}  //ex.ShortPar=8
};
.
.


<<  NEVER A JOY  >>





 Reply Reply with quote Notify of replies

 2   allgemeine Kategorie / mcHF Projekt Deutsch / English (here you can discuss everything related to mcHF) / Re:Homepage M0NKA ?  on: 13. April 2025, 19:44:30 
Started by DH4MBM | Last post by DH4MBM
Danke.
 Reply Reply with quote Notify of replies

 3   allgemeine Kategorie / mcHF Projekt Deutsch / English (here you can discuss everything related to mcHF) / Re:Spiegel an wasserfall  on: 08. April 2025, 08:07:59 
Started by niko YT7RN | Last post by niko YT7RN
Mus bei alte alte platine neu lotten ,fast alle komponente ,begin  fon bfr93a bis ausgang  pin 4  Q  pin 5 I. Neue fst3253 .
oscillogram an ausgang ist etwa gleiche Vpp  an I und Q .
 Reply Reply with quote Notify of replies

 4   allgemeine Kategorie / mcHF Projekt Deutsch / English (here you can discuss everything related to mcHF) / Re:Spiegel an wasserfall  on: 04. April 2025, 09:42:40 
Started by niko YT7RN | Last post by niko YT7RN
danke schon  Andreas habsucht bis 3  am morgen.  wahrscheinlich u15 so1 so0 ist ok .raus komt only Q  mus die 3253 meu einbauen Ha bloß fst3253 gefunden 15 stucken und opamp auch raus und neu einbauen Hab von früher aus china und die sind perfekt die hab ich in BPF.

V spannung unten an display ist rot zeigt 0 .74 V aber es stört mich nicht .
Rf platine ist 04 variante  und  war nicht fehlerfrei wen ich bekam  ausschalter ok einschaltung  bloß spannung raus und einziehen prozessor ist  stm 427 vit so jetzt kann ich irgendwelche program reintun .  Danke vielmals  nochmal . yt7rn
 Reply Reply with quote Notify of replies

 5   allgemeine Kategorie / mcHF Projekt Deutsch / English (here you can discuss everything related to mcHF) / Re:Spiegel an wasserfall  on: 04. April 2025, 05:31:27 
Started by niko YT7RN | Last post by DF8OE
Dein Mischer bekommt entweder nicht beide Oszillatorsignale (0° und 90°), oder nur ein RX-RF-Signal (unwahrscheinlich, da es über Trafo kommt), er ist defekt oder die Ausgangssignale I und Q gehen nicht an den Audiocodec.

vy 73
Andreas
 Reply Reply with quote Notify of replies

 6   allgemeine Kategorie / mcHF Projekt Deutsch / English (here you can discuss everything related to mcHF) / Re:XLATE  on: 03. April 2025, 17:39:49 
Started by niko YT7RN | Last post by niko YT7RN
Hab neue platine 04 rf platine  fast xlate ist  -12 khz  es ist sichtbar  bildschirm ist ein spiegel so es  empfang beide lsb usb gleichzeitig an 12 khz  vermutlich
kein unterdruck  ich weis nicht wo zu suchen  PSE HILFE
 Reply Reply with quote Notify of replies

 7   allgemeine Kategorie / mcHF Projekt Deutsch / English (here you can discuss everything related to mcHF) / Spiegel an wasserfall  on: 03. April 2025, 17:21:40 
Started by niko YT7RN | Last post by niko YT7RN
Empfang ist ok aber usb komt gleich vie lsb .
gibt so etwas in forum ich habe gesucht aber hab nicht gefunden. Vileihthat jemand ehrvarug,bite  helfe.
dank sam Niko!
 Reply Reply with quote Notify of replies

 8   allgemeine Kategorie / Wolf TRX / Re:Front-Unit - Bauteile, Fragen, Hinweise....  on: 31. March 2025, 12:17:49 
Started by DL2GMI - Michael (H44MI) | Last post by Olli
Hi sagt mal leute.  Für mein nächstes Projekt brauche ich ne neue  Frontplatte.
Weis wer von euch ne Adresse in China die das gut und günstig nach meinen Vorstellungen machen
 Reply Reply with quote Notify of replies

 9   allgemeine Kategorie / mcHF Projekt Deutsch / English (here you can discuss everything related to mcHF) / Re:Homepage M0NKA ?  on: 06. March 2025, 12:56:16 
Started by DH4MBM | Last post by dg0nf
Probiere es mal hier
73, Helge (DG0NF)
 Reply Reply with quote Notify of replies

 10   allgemeine Kategorie / Wolf TRX / Re:Software und Progammierung für den Wolf-TRX  on: 01. March 2025, 20:35:54 
Started by DC4YN | Last post by sparkienl
Hi OM's,

here you can find some manuals to calibrate your transceiver,
"https://github.com/fredzo/UA3REO-DDC-Transceiver/wiki
say thankyou to fredzo for it.

Wfg Sparkienl
 Reply Reply with quote Notify of replies

Return to the board index.


Login with username, password and session length

 Es wird die Verwendung von Browsern die auf der "Blink"-Engine basieren und mindestens
1024x768 Pixel Bildschirmauflösung für die beste Darstellung empfohlen
 
Amateurfunk Die Beiträge sind, sofern nicht anders vermerkt, unter der folgenden Lizenz veröffentlicht:
GNU Free Documentation License 1.3 GNU Free Documentation License 1.3
verbindet!
Powered by MySQL Powered by PHP Diskussions- und Newsboard des DARC-Ortsverbandes I40 | Powered by YaBB SE
© 2001-2004, YaBB SE Dev Team. All Rights Reserved.
- modified by Andreas Richter (DF8OE)
Impressum & Disclaimer
Valid XHTML 1.0! Valid CSS!