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

User avatar
By Rahul321
#50545 HI,
I want to interace he analog sensor with ESp8266 vesion 7 or Version 12.however My questiones are
1) what kind of ADC ESp8266 verison7/12 uses?
2) what will be sampling rate for which ADC performes from analog sensor?
3)how to configure it.CAN we configure using ARDUino IDE?
4) How to transmit the ADC data via WIfi(i mean what palteform to be used)?

THANKS
User avatar
By kenn
#50927 It's my expectation that the internal A/D of the ESP8266 isn't up to the job of audio sampling.

This project writeup - ESP8266-based baby monitor - describes how to use external A/D that passes the data to the ESP8266 via I2S. Lots of other useful audio info in there as well

[link fixed, thanks guys]
Last edited by kenn on Mon Jul 18, 2016 10:41 am, edited 1 time in total.