-->
Page 1 of 1

transmit analog signal via wifi modual

PostPosted: Sat Oct 22, 2016 2:32 am
by Sahu
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

Re: transmit analog signal via wifi modual

PostPosted: Mon Oct 24, 2016 4:36 pm
by mrburnette
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