Skip to content

Interface between a Siglent oscilloscope and FY6800 AWG

License

Notifications You must be signed in to change notification settings

masterx1981/espBode

 
 

Repository files navigation

espBode

Interface between a Siglent oscilloscope and FY6800 AWG

The idea bases on solution proposed by 4x1md in https://github.com/4x1md/sds1004x_bode

Currently implemented features:

  • ESP is able to connect to a selected WiFi network and listen to oscilloscope requests
  • After ESP sends request to AWG it waits for confirmation

TODO:

  • rewrite whole thing to C++, so adding new AWGs would be easier
  • add possibility to configure SSID/PSK + IP without flashing the new SW

Currently supported AWG's:

  • FY6800
  • FY6900

You can view a video with the SDS-1204X-E and the FY6900 here https://www.youtube.com/watch?v=3_4DelT9P2A

!WARNING! FY6800 VCC level is 5V, so it has to be dropped somehow to 3.3V ESP may release the magic smoke otherwise.

image test

In my configuration I've just used a yellow LED, that dropped the voltage by ~2V. ESP consumes about 70mA, that's probably too much for a LED, but maybe it'll survive.

image LED

About

Interface between a Siglent oscilloscope and FY6800 AWG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.0%
  • C 28.0%