uniskz / espBode

Interface between a Siglent oscilloscope and FY6800 AWG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

!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

License:MIT License


Languages

Language:C++ 75.2%Language:C 24.8%