Jump to content

Adam1973

Members
  • Posts

    30
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Adam1973 got a reaction from attila in AD2 setting digital I/O and using SPI   
    Thanks for the reply :) I shall have a look and report back. Thanks again, Adam
  2. Like
    Adam1973 got a reaction from attila in Loading SPI hex data as variable   
    My bad, I wasn't scoping it with the clock. I can now see the data changing :) 
    Thanks 
    Adam
  3. Like
    Adam1973 got a reaction from attila in Measuring frequency AD2 using Python   
    Yep that worked too. Thanks to all for the help :) This is a very good forum indeed.
  4. Like
    Adam1973 reacted to attila in Measuring frequency AD2 using Python   
    Hi @Adam1973
    You can also use the FDwfSpectrumWindow/FFT/Transform (CZT) functions, see:
     
  5. Like
    Adam1973 reacted to attila in Issue with AD2   
    Hi @andrewsmol
    For warranty and replacement contact the support.digilent at ni.com specifying the Date of Purchase, Seller and Purchase Order/ Web order Number.
    Before this it would be good to try using the original cable or other cables you have at hand to make sure it is not a contact issue, and a Windows or Mac computer to make sure the problem/conflict is not with the Linux/driver.
  6. Like
    Adam1973 reacted to attila in Adjust Digital IO system frequency in Python API   
    Hi @HarissonJones
    dwf.FDwfDeviceParamSet(hdwf, DwfParamFrequency, c_int(83360000)) # 8x 10.42MHz
    dwf.FDwfDigitalOutEnableSet(hdwf, c_int(0), c_int(1)) # DIO (0) 24
    dwf.FDwfDigitalOutDividerSet(hdwf, c_int(0), c_int(4)) # /4
    dwf.FDwfDigitalOutCounterSet(hdwf, c_int(0), c_int(1), c_int(1)) # /(1+1)
×
×
  • Create New...