Jump to content

attila

Technical Forum Moderator
  • Posts

    6,445
  • Joined

  • Last visited

Everything posted by attila

  1. Hi @tyoung_google Verify your disk and try to reinstall WaveForms, including Adept Runtime section. It looks like the files are corrupt. The installer has integrity checking, so if this was corrupt during download or copy, it should prompt an error message and not let to continue.
  2. Hi @liu The latest version is built for 32 (armhf) and 64bit (arm64) ARM.
  3. Hi @sintech Yes, the interpreter has to be run after data change, new capture, buffer or tab change change. Only the raw data is saved in background, the processed data is not.
  4. Hi @Albert Cirera You can use View/Logging to save each measurement separately.
  5. Hi @Rohan16 Currently you are only sending an 0x0A 8bit command. Enter the words you want to write here, like it is by default prefilled:
  6. Hi @bharathb See the AnalogOutIn_PlayRecordStereo.py example
  7. Hi @joshna Probably the V_DS input voltage on the analog input channel is out the range. The analog inputs of AD3 have two input ranges, approximately 5V and 50V pk2pk, and adjustable offset. Set offset or range dwf.FDwfAnalogInChannelOffsetSet(hdwf, #, c_double(2.5)) or dwf.FDwfAnalogInChannelRangeSet(hdwf, #, c_double(50.0))
  8. Hi @malb Update digilent.adept.runtime https://digilent.com/reference/software/adept/start
  9. Hi @Rohan16 You can use StaticIO to drive the DIO 0/1. If not Z this has higher priority over the DIO than Patterns and Protocol.
  10. Hi @Denspa Impedance.Traces.Trace.getData("Cs")[0]
  11. Hi @Rohan16 Only one interface can run at a time that requires the same device resource.
  12. Hi @bsaulquin The Impedance Analyzer is not suitable for such measurement. This is intended for low power testing of component, passive filters... The amplifier needs high power reference load. https://sengpielaudio.com/calculator-InputOutputImpedance.htm Here I used an floating external supply and 6.2R power resistor, I had at hand, connected to the output. I measured an output impedance of 0.31 Ohms. Here R1 is without and C2 is with load. For me the THD and noise my be high due to the wiring or this is just a cheap amplifier.
  13. Hi @Caleb Messerly Download and install armhf.deb packages
  14. Hi @bsaulquin See the following: https://www.google.com/search?q=how+to+measure+amplifier+output+impedance+%3F For frequency response use the Network Analyzer and the spectrum options under Magnitude.
  15. Hi @JAlaj Select 40bit sampling and add 32, 33 SPI interpreters
  16. Hi @bsaulquin See the Help tab of the application. Provide more information about the project and screenshot.
  17. Hi @Caleb Messerly Download digilent.adept.runtime...armhf.deb and digilent.waveforms.adp3X50...armhf.deb https://digilent.com/reference/software/adept/start https://digilent.com/reference/software/waveforms/waveforms-3/start sudo apt install ./digilent.adept.runtime...armhf.deb ./digilent.waveforms.adp3X50..armhf.deb See the manual and examples WF SDK/ samples/ py/ Command line script/app can be developed/tested on computer then ported to the embedded Linux. or see the following:
  18. Hi @aminoh The package naming is different in various rpm repos, like libQt5Something5 or libqt5Something5 or qt5-something-5 This problem will be solved later since it requires updating the build machines. Until then, for some distributions, the packages need to be installed manually.
  19. Hi @aminoh It should work. The device communication is done by adept.runtime package. I'll try to fix this Qt application dependency, but I'm having hard time using openSUSE with VBox.
  20. Hi @Mesh_Houston Set the jumpers behind the BNC connector to DC.
  21. Hi @Rohan16 Yes, add manually, use workspace Use Ctrl+Space or check Edit/'Code completion' but too many suggestion can be disturbing in writing, see the Help tab
  22. Hi @Rohan16 Probably you have no signal added with name DIO24 See the following:
×
×
  • Create New...