home.social

#siglent — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #siglent, aggregated by home.social.

  1. Expected to create a 10us pulse in python using time.sleep() on my raspberry pi:

    GPIO.output(pin_trig, GPIO.HIGH)
    time.sleep(10E-6)
    GPIO.output(pin_trig, GPIO.LOW)

    Only to see a 95.5us pulse with my #siglent scope

    #GPIO #embedded #raspberrypi #debugging

  2. Expected to create a 10us pulse in python using time.sleep() on my raspberry pi:

    GPIO.output(pin_trig, GPIO.HIGH)
    time.sleep(10E-6)
    GPIO.output(pin_trig, GPIO.LOW)

    Only to see a 95.5us pulse with my #siglent scope

    #GPIO #embedded #raspberrypi #debugging

  3. Improving my test bench for future projects, I wrote a small PyQt5 GUI to control my Siglent SDG2042X from a remote Ubuntu desktop.

    It handles basic waveform setup, sweeps, bursts, presets (so you can adjust at the generator and than load down for later), ARB upload/download (not fully tested yet), and SCPI commands, also screenshots.

    I’m more of a hardware guy than a coder (for sure there will be some bugs), so feedback are welcome. Fork if you like.

    --
    Blog:
    togo-lab.io/?p=130

    Gitea with script:
    gitea.togo-lab.io/tgohle/0003-

    #ToGoLab #Siglent #SDG2042X #PyQt5 #Testbench #OpenSource #python #weekendProject #diy_electronics #DIY