Mois : juillet 2025

  • 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…

    Read More : ADF4351 Synth 35Mhz-4.4Ghz
  • 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);…

    Read More : ADF4351 controlled with ESP32
  • 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…

    Read More : PICO VBAND
  • Serveur NTP Raspi

    Reference : https://blog.networkprofile.org/gps-backed-local-ntp-server/https://austinsnerdythings.com/2021/04/19/microsecond-accurate-ntp-with-a-raspberry-pi-and-pps-gps/ Commande : sudo apt updatesudo apt upgrade -ysudo raspi-config ( serial port enabled ) sudo apt install gpsdsudo apt install gpsd-clientssudo apt install pps-toolssudo apt install chrony sudo bash -c « echo ‘# the next 3 lines are for GPS PPS signals’ >> /boot/config.txt »sudo bash -c « echo ‘dtoverlay=pps-gpio,gpiopin=18’ >> /boot/config.txt »sudo bash -c « echo…

    Read More : Serveur NTP Raspi

Search

Popular Posts

  • KENWOOD TS850S

    https://www.rigpix.com/kenwood/ts850s.htm Le Kenwood TS-850SAT est un émetteur-récepteur HF haut de gamme destiné aux radioamateurs. Lancé au début des années 1990, il est encore aujourd’hui très apprécié pour la qualité de son récepteur, son ergonomie et sa robustesse. Caractéristiques principalesCouverture des bandes amateur HF de 160 à 10 mètres, y compris les bandes WARC.Puissance d’émission de…

  • QRZ.COM Page BIO

    Visu PDF Pages CSS .container{max-width:900px;margin:auto;font-family:Arial, Helvetica, sans-serif;} .card{background:#1e293b;color:#e5e7eb;padding:20px;border-radius:12px;margin-bottom:20px;box-shadow:0 5px 15px rgba(0,0,0,0.3);} .card h1{color:#38bdf8;margin-bottom:10px;} .card h2{color:#7dd3fc;border-bottom:1px solid #334155;padding-bottom:5px;} .badge{display:inline-block;background:#0284c7;color:white;padding:5px 10px;border-radius:8px;margin:4px 2px;font-size:14px;} .gallery {display: grid;grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));gap: 12px;margin-top: 10px;} .gallery img {width: 100%;height: auto;border-radius: 10px;box-shadow: 0 4px 10px rgba(0,0,0,0.4);}a{color:#38bdf8;} a:hover{text-decoration:underline;}#t_bio.biodiv {background-color:#FFFFFF}

Categories

Tags