Chat freely about anything...

User avatar
By Sahu
#56944 hi every one ,im newb in esp8266\wifi modual .
i have no idea how can transmit analog signal via wifi modual .
in real , i want transmit analog signal which i get analog cctv camera . i can use 1 modual for transition & 2nd modual for receiver .
then pl guide me what is best for me
User avatar
By mrburnette
#57062
i want transmit analog signal which i get analog cctv camera


Unfortunately, this will notvwork because the ESP8266 A/D has an internal minimum conversion rate (frequency) that barely can support low-quality audio. Said another way: it is just too slow to capture raw video.

Here is a hack:
http://hackaday.com/2016/01/31/tv-transmitter-uses-esp8266/

Ray