
Catégorie : Projet
-
Ampli HF IRF250
Read More : Ampli HF IRF250schema photo Filtre Yaesu FT757GX piloté via RP2040 ( Simul PA50 ) Filtre 160m Filtre 80m filtre 40/60m Filtre 20-30m Filtre 15-17m Filtre 10-12m
-
Microcontroleur AT89S52
Read More : Microcontroleur AT89S52Programmation avec ARDUINO ISP et les commandes C:\avrdude\avrdude.exe -C c:/temp/89s52/avr8051.conf -c stk500v1 -P com9 -p 89s52 -b 19200 -U flash:w: »c:\temp\89s52\serie_ok\objects\serie_ok.hex »:a Programme Exemple : 1er – Affectation Broche P2.0 l’etat HAUT 2eme – Shift Droit ou gaucghe suivcant bouton avec gestion Interup 3eme Example port Serie(>LCD
-
-
Mesure Impedence Ampli RF
Read More : Mesure Impedence Ampli RFPour mesurer l’impédance d’entrée d’un amplificateur RF à l’aide d’un NanoVNA, voici les étapes à suivre : Matériel requis 1. NanoVNA. 2. Câbles coaxiaux de qualité. 3. Adaptateurs nécessaires pour connecter l’amplificateur au NanoVNA. 4. Une charge adaptée à l’impédance de sortie de l’amplificateur si nécessaire. Étapes détaillées 1. Configurer le NanoVNA • Allumez le…
-
Ampli RF 45W SSB
Read More : Ampli RF 45W SSBLien Video de NA5Y : https://www.youtube.com/watch?v=DepM3m3cb1Y&ab_channel=NA5Y Mis en place alimentation regulation 9V Mesure en sortie de LM7809 -> 8.97v Mise en place BIAS Mesure et variation des reglages de 0v->8.697v Version fini Emission -10dB 7Mhz Sortie 25W avec bias a 3.3v ( a ajuster ) Modification du diviseur de tension R5-R11-R13 pour obtenir 1,6v sur…
-
YAESU FT710
Read More : YAESU FT710config micro Courbe Equaliseur avec MIC GAIN =80 et ProcLEVEL =50
-
HEATHKIT HW101
Read More : HEATHKIT HW101Lien https://sites.google.com/site/france5ndl/verifications-de-base-du-hw-101 /https://www.frostburg.edu/personal/latta/ee/hw101/hw101.html PDF Description Le journal des OM FR Schema Service Manuel Assembly manuel
-
Interface GS232 Rotor Controler
Read More : Interface GS232 Rotor ControlerDoc YAESU G1000DXC PDF Firmware Version 1.0 GITHUB Logger -> LOG4OM
-
-
HERMES Lite 2
Read More : HERMES Lite 2Lien : https://www.makerfabs.com/hermes-lite-2.html IOBoard : https://www.makerfabs.com/hermes-lite-2-io-board.html https://github.com/jimahlstrom/HL2IOBoard Knob VFO Controler Logiciel THETIS Ampli 70W : https://github.com/ea3igt/HL2-PA70
Search
Popular Posts
-
ADF4351 Synth 35Mhz-4.4Ghz
code : /* ————————————————————————- * * Name : ADF4351 Controled Board 35Mhz-4.4Ghz with 10Mhz OCXO Reference * Author : Stéphane HELAIEM – F4IRX * Date : july 12, 2025 * Purpose: ADF 4351 Synth * Versions: * 1.0 : ARDUINO NANO * 1.1a : Change to ESP32 C3 ( 3.3v…
-
ADF4351 controlled with ESP32
ref : https://github.com/Ryushane/ADF4351-ESP32 https://github.com/dfannin/adf4351 code test : #include « ADF4351.h » #include <SPI.h> #define clock 4 #define data 6 #define LE 7 #define CE 10 ADF4351 adf4351(clock,data,LE,CE); // declares object PLL of type ADF4351 void setup() { Serial.begin(115200); adf4351.begin(); // ref =25Mhz freq :41Mhz adf4351.WriteRegister(0x00580005); // R5 adf4351.WriteRegister(0xEC81FC); // R4 adf4351.WriteRegister(0x000004B3);…
-
PICO VBAND
Ref : https://github.com/f4goh/pico_vband schema Code // SPDX-License-Identifier: MIT // // VBAND CW USB dongle based on a Pi Pico. // Also supports other key outputs for Vail and morsecode.me etc. // // Inspired from similar projects at: // https://github.com/sipsmi/vband_dongle/tree/main // https://github.com/mgiugliano/MorsePaddle2USB // https://github.com/nealey/vail-adapter // // There is also a PiPico circuit python implementation shown on…