I have updated the ESP8266/NodeMCU Microphone Arduino project and In the new revision, I removed the Arduino-based web server+its library and added my own web server codes instead. So the speed of Web Application incredibly increased.
And I increased the audio buffer size, so the noises in ESP8266/NodeMCU Microphone’s output audio decreased.
Also in the previous version, the secure link worked, but the wrong secure link didn’t block the connection and redirected it to the 404 page, but in this revision it blocks the connection with a 1 second delay which is more secure. Specially when you’re going to use port forwarding feature.
NodeMCU Microphone features– Web Application (at http://192.168.4.1 address)– Playing the audio stream online– Recording the audio stream in the browser’s cache– Access via the module’s hotspot and modem/router IP– Password protection by the “Secure Link”– Customizable audio quality (96Kbps…240Kbps)– Downloadable audio stream with its direct link (192.168.4.1/s)– Network audio stream– Downloadable network audio stream with its direct link (192.168.4.1/sx [x: channel number])– Network signal scope
The links to the WiFi Microphone project:ESP8266/NodeMCU Microphone:ESP8266/NodeMCU Network WiFi Spy Microphone Arduino Source Code – Rev 1.6
ESP32 Microphone:ESP32 Network WiFi Microphone Arduino Source Code and Schematic – rev 1.6
Comments