21 22 ... 111819202122
201 210 215

: SI5351

  1. #201

    19.05.2009
    8
    . , 2.24N 2.25N. 1250 ./ 2.24N 625 ./ 2.25N. , . . 300 ./. "".


  2. #202
      cuneum
    28.12.2015
    -
    1,989
    1
    timak
    1250 ./
    ? 5 1..6 100, 2080 /, NORMAL.
    timak
    , . .
    2., , , LGT Tiny, , NANO. , . 2.0.
    timak
    300 ./.
    , , "" , - Si5351. , si5351mc.h , FAST TURBO, "" (300 /) . , 2 4 if "else if" "if".

    :
    void encoder()
    {
      uint8_t _enc, _tmp;
      static byte old_st;
      _enc   = digitalRead(ENCODER_B) << 1;
      _enc  |= digitalRead(ENCODER_A);
       _tmp  = _enc;
      _enc |= old_st;
      old_st = _tmp << 2;
    
      if      (_enc ==  2) incr =  1;
      else if (_enc == 13) incr =  1;
      else if (_enc ==  8) incr = -1;
      else if (_enc ==  7) incr = -1;
      else if (_enc == 11) incr =  1;
      else if (_enc == 14) incr = -1;
      else if (_enc ==  4) incr =  1;
      else if (_enc ==  1) incr = -1;
      else
      { changed_f = 0;
        incr = 0;
        return;
      }
      changed_f = 1;
    }

  3. #203

    19.05.2009
    8
    10 1..11 100. 80. 100 : 0,08 = 1250 ./, NORMAL. . .

  4. #204
      cuneum
    28.12.2015
    -
    1,989
    1
    timak
    10 1..11 100.
    "" , . , , .

  5. #205

    19.05.2009
    8
    "", FAST. ( PAN101BOI ). 1200 ./. 2 - 600 ./. " " , 6 . , . 5 1..6 100 2380 ./.

  6. #206
      cuneum
    28.12.2015
    -
    1,989
    1

    2.26 Nano 2.27 Tiny

    NANO Tiny88.

    , , I2c . 2.24, 2.25, 2.26N I2c, , .

    2.27 MH-ET Live 88, , I2c, .

  7. #207
      cuneum
    28.12.2015
    -
    1,989
    1

    2.26L LGT8F328P

    2.26 LGT8, , NANO .

  8. #208

    08.10.2008
    .
    4
    R8AIS
    . nano , . 1 .

  9. #209
      cuneum
    28.12.2015
    -
    1,989
    1
    nano , . 1 .
    NANO, . , , 2.26, , , , , , . 2.24 ( 2.26 I2c), .
    , 2.24, . #define I2C_SPEED FAST( TURBO) si5352ms.h.


  10. #210

    08.10.2008
    .
    4
    R8AIS
    1602 , . !

,

: 1 (: 0 , : 1)

  1. CW Keyer
    RT9I
    : 21
    : , 06:57
  2. SI5351 -
    ua4lcn
    : 303
    : 23.09.2024, 17:55
  3. SI5351 -
    Mantrid
    : 177
    : 03.10.2021, 23:34
  4. PSK-31 ?
    111
    : 13
    : 24.01.2020, 23:44
  5. Si5351A .
    DL1BA
    : 3
    : 20.10.2015, 20:08

  •