-->
Page 1 of 1

Is it possible to record and send sound with ESP8266 board?

PostPosted: Mon Mar 28, 2016 2:11 pm
by kergad
Hi guys,

I would like to plug a microphone MAX4466 (https://www.adafruit.com/products/1063) on my board ESP8266 CH34x to be able to record 10s and send to a server thought the wifi connection.

My goal is to make a device who record the surrounding sound when a trigger is activate.

I found the microphone but I'm not the board ESP8266 has the capability to record sound. I'm not an expert but I think codec are necessary to record sound?

Since I only need a sample of 5 to 10s of recording, even a low quality 8Khz WAV will be enough.

NOTE: I found this project made on Photo (https://www.hackster.io/middleca/sending-sound-over-the-internet-f097b4), but can it be possible with a ESP8266 base?

If someone has already make a sound recorder with that device, let me know :D

Re: Is it possible to record and send sound with ESP8266 boa

PostPosted: Mon Nov 14, 2016 1:43 am
by Deeksha A
Hello Kergad,

I am trying to setup a similar one as yours.

Could you please help me out if you have set it up and it would be great if you can share the details of the hardware. For example Microphone model and the type of ESP8266 used.

Re: Is it possible to record and send sound with ESP8266 boa

PostPosted: Tue Dec 06, 2016 10:06 am
by BLCKPSTV
Also extremely interested in this? Any luck yet?

Re: Is it possible to record and send sound with ESP8266 boa

PostPosted: Tue Dec 06, 2016 2:24 pm
by vcch
You dont need a codec if you send a .wav sound.
WIth 8 bits / 4 KHz you can have a minimum quality. This is 40 Kb for a 10 seconds sample. You might need to split it in two files (there are limitations on the file size), but no problem.

To push it to your computer you can just setup a webserver. You have an example here pushing a mp3 file, but if you use the .wav extension it should work : http://hackaday.com/2016/07/19/never-go ... free-wifi/