
Mois : avril 2024
-
-
Platine 555 Reglable 1hz-200Khz
Read More : Platine 555 Reglable 1hz-200KhzPlatine generateur signal a base de 555 avec reglage Frequence/Duty Cycle
-
Oscilateur COLPITS – LTSPICE
Read More : Oscilateur COLPITS – LTSPICEOscilateur Colpits en simulation sur LTSPICE – Frequence 12khz Lien : https://www.youtube.com/watch?v=bb5MMgNZ-OU&t=338s&ab_channel=Vocademy-ElectronicsTechnology
-
SIGLENT SDS1202X
Read More : SIGLENT SDS1202XSIGLENT SDS1202X-E OSCILLOSCOPE 2X200 MHZ L’oscilloscope numérique SDS1202X-E 2 voies permet la visualisation des formes d’ondes sur une bande passante de 100 MHz avec un taux d’échantillonnage maximal de 1 Géch/s et une résolution de 8 bits. Le SDS1202X-E est doté de la technologie SPO (Super Phosphor Oscilloscope) qui procure une aide significative dans l’interprétation…
-
PUZZLE Radio Building Blocks
Read More : PUZZLE Radio Building BlocksCe projet a pour but d’etudier chaque block du concept radio uBITX de VU3JVX Avec modification de la partie ampli bidirectionnel ( cf fin de document ) https://hackaday.io/project/20067-puzzle-radio-building-blocks Modif Ampli Explication W7ZOI Schema Partie Quartz BPF Resultat au NANOVNA Lien Documentation : https://www.qsl.net/w2aew/youtube/crystal_measurements_nanovna.pdf https://www.arrl.org/files/file/QEX_Next_Issue/Nov-Dec_2009/QEX_Nov-Dec_09_Feature.pdf Partie BFO Partie VFO
-
Generateur de signal
Read More : Generateur de signalSource de signal RF 35M-4.4g du module intégré I. Présentation du produit 1. Utilisez le MCU STM32; 2. Affichage OLED; 3. Conception d’alimentation à haute performance Double LT7635; 4. Gardez l’interface de port série USB pour le développement secondaire; 5. mode de contrôle des boutons. 6. Puce de boucle à verrouillage de PHASE ADF4351; 7.…
-
PLUTO Clocker
Read More : PLUTO ClockerProjet de plioter la Ref Externe 40Mhz de l’Adalm Pluto et 25 Mhz LNB Lien : https://hf5l.pl/en/adalm-pluto-clocker-2/ https://github.com/cr1tbit/GNI-plutoclocker?tab=readme-ov-file
-
Attenuateur Programmable
Read More : Attenuateur ProgrammableAttenuateur programmable BNC/SMA via switch manuel
-
Switch Antenne/Radio
Read More : Switch Antenne/RadioRepo GITHUB Le projet d’un switch Radio / Switch Antenne a été cree pour remplacer les commutateurs radio/antenne qui etait dans mon shack. ( inspiré de la video EB : https://www.youtube.com/playlist?list=PLfiqNnhpCsNunbQU0VOQXlfj_R73tyPxJ ) Il y avait des commutateur pour selectionner les diferrentes radio et des commutateurs pour selectionner les antennes J’ai voulu simplifier et cree une…
-
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…