Reputation: 49
I am trying to transmit my voice live from my mobile phone to esp8266. I am using web browser as client interface and Wifi as connection.
I heard that this can be done with websocket ,
what I need is how to write the code in the arduino
Upvotes: -1
Views: 597
Reputation: 3
Sorry, maybe this doesn't answer the problem. but maybe from the basics in this tutorial you can get ideas to apply in your projects. required library => https://github.com/earlephilhower/ESP8266Audio
Upvotes: 0