Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Vijay.vj
#65957 I'm doing a project which involves sampling from a source,a/d conversion and sending it from one esp8266 to another. Required sampling rate is around 1Msamples/s which is quite high . I'll be using an external a/d to do that. The connections are simple I'll be feeding the input data directly to tx of esp and receiving ends Rx will be connected to a a dac. Assuming sampled value is 8bit wide ,is this achievable? Oh I forgot to mention the serial encoders and decoders to convert the data .