ESP8266 DATA TRANSFER RATE
Posted: Mon May 15, 2017 3:26 pm
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 .