Hi this is my very first message on eevblog, so hello everybody!

I've just recently got my hands on SDS1104X-E and I was looking for the solution to connect it to FY6800 AWG.
Thanks
4x1md for reverse engineering the Siglent communication protocol and your very nice solution.
But as I think using pc/raspberry to just translate the messages is an overkill, I've implemented similar code for ESP8266.
FY6800 has a nice uart connector on the back, the logic levels are 3,3V, the VCC is 5V however, so you need to find some way to drop it to 3.3V.
(I've realized that just when writing this post, fortunately my ESP-01 survived all tests fed directly from 5v. Currently I just soldered yellow LED in series, it seems to be dropping the voltage to ~3.2V)
I've used the simplest ESP-01 module.
Currently only FY6800 is supported, FY6600 and clones should work also.
https://github.com/PanKaczka/espBodeTo compile the code I'm using the standard Arduino-ESP library:
https://github.com/esp8266/ArduinoTo use it in your own environment you need to edit esp_config.h, so WiFi mode, network name and password matches your network configuration.