Jump to content

attila

Technical Forum Moderator
  • Posts

    6,455
  • Joined

  • Last visited

Everything posted by attila

  1. Hi @Caleb Messerly Download and install armhf.deb packages
  2. 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.
  3. Hi @JAlaj Select 40bit sampling and add 32, 33 SPI interpreters
  4. Hi @bsaulquin See the Help tab of the application. Provide more information about the project and screenshot.
  5. 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:
  6. 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.
  7. 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.
  8. Hi @Mesh_Houston Set the jumpers behind the BNC connector to DC.
  9. 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
  10. Hi @Rohan16 Probably you have no signal added with name DIO24 See the following:
  11. Hi @aminoh If the libqt5 multimedia, script and serialport are installed the 'base' is already installed. (All these dependencies should be installed automatically when installing waveforms, but it looks like suse would need different requisite naming.) Try to install waveforms with force, option 2
  12. Hi @JAlaj If you are listening on signal use Protocol/SPI/Spy 'Receive to File' or for SPI master write a Custom script or Sensor for precise hardware timer.
  13. Hi @bryan78 Which software version are you using ? Could you provide more detail about the issue ? It seems to me working correctly. I notices some delay with Protocol/UART/Spy at lower rates, which needs improvement in the 'firmware'.
  14. Hi @Ostin Flores It is linear average of Vrms values. The latest version adds "RMS average" option.
  15. Hi @Marcus Watson If you are capturing up to device buffer size of samples you can use acqmodeSingle, see WF SDK/ samples/ py/ AnalogIn_Acquisition.py, AnalogIn_Trigger.py.... This does not need loop, but you should verify if the capture is done with FDwfAnalogInStatus before reading the data. The record mode is for capturing more samples at lower rate, using data streaming and this requires loop to transfer the chunks of data.
  16. Hi @Al B. The 4 USB host ports are only available with Linux boot mode.
  17. Hi @erikderuijter I'm not familiar with this unmaintained 'WF_SDK' wrapper. See the WaveForms SDK manual and examples. The indexing in code is base 0, 4th is 3
  18. Hi @game890921 Cut, 'Add tab with visible data', select Tab, Export
  19. Hi @aminoh It looks likes the following dependencies need to be installed manually: sudo zypper install libQt5Multimedia5 libQt5Script5 libQt5SerialPort5
  20. Hi @Kenji_T The Probe option in the application is a software feature, it cannot have specifications. This scales the oscilloscope input, voltage reading in the specified way and displays the units you want, similar to a math channel. The used hardware probe should match the oscilloscope specifications.
  21. Hi @Ostin Flores For averaging calculate the average of multiple frequency domain results. For triggered repetitive patterns/signals time domain averaging may provide better result.
  22. Hi @mrb-bt Amplitude setting and Channel# reading unit is V, peak to peak voltage / 2 if(Channel2 == 0) return Target; // return initial amplitude This is the amplitude very first amplitude setting for initial value. The readings are never going to be 0.0000000, always above 0. You can also use if(Frequency==0)... Repeat = abs(Channel2 - Target) > 0.1; // repeat step if needed Yes. The earlier will force the step to be repeated if the difference between the target and channel reading is above 100mV. For dB use 20*log10(Channel#/Amplitude)
  23. Hi @Shalin I spent a few days with this and then realized the approach I had chosen would not work. Please don't wait for this, I don't know when I will have time to try to make it happen again.
×
×
  • Create New...