Simple DDS Si5351

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 13

  • @zuliantarazuli3287
    @zuliantarazuli3287 2 ปีที่แล้ว +1

    mantap...

  • @pauloadjailson4758
    @pauloadjailson4758 2 ปีที่แล้ว

    Como vc ligou si5351 no arduino ?

    • @Involtage
      @Involtage  2 ปีที่แล้ว +1

      Using I²C (Pin A4=SDA, A5=SCL),
      Library: Etherkit_Si5351,
      Address: (0x60) or (0x62)
      Example:
      #include
      Si5351 Si(0x60);
      void setup() {
      Si.init();
      .....
      ....
      ....
      if you have installed the Etherkit Si5351 library, as a reference you can try the sample code provided
      }

  • @pauloadjailson4758
    @pauloadjailson4758 2 ปีที่แล้ว

    Não consegui funcionar a si5351 voçe pode min ajudar obrigado , py7pq

  • @MrtechElectronics
    @MrtechElectronics 7 หลายเดือนก่อน

    What is the maximum and minimum frequency of this DDS VFO. DE VU3IZD from India

    • @Involtage
      @Involtage  7 หลายเดือนก่อน

      displayed VFO: 1MHz - 30MHz. As far as I remember, the maximum vfo output is 60MHz in VFO+IF conditions (30+30MHz), and the minimum output is limited to 1MHz in VFO-IF conditions, to keep the Si5351 module working normally if the VFO-IF results are below 1MHz. I kind of forgot the details of the code because now I prefer to write my own code which is more concise and easy to understand

    • @MrtechElectronics
      @MrtechElectronics 7 หลายเดือนก่อน

      @@Involtage this dds has BFO output?

    • @Involtage
      @Involtage  7 หลายเดือนก่อน

      not yet, this code is only VFO, if used for SSB there must be an external BFO. Actually I have made a project for DDS with VFO and BFO but I haven't had time to upload it

    • @MrtechElectronics
      @MrtechElectronics 7 หลายเดือนก่อน

      @@Involtage can you reedit the code for VFO and BFO output please

    • @Involtage
      @Involtage  7 หลายเดือนก่อน

      sure, but not now. Maybe next week I can share it