How to generate a "beep" on the web
Posted:
Thu Oct 27, 2016 7:41 am
by rodrigocirilo
How to generate a "beep" on the web page to signal an interrupt by changing pin state.
I like it when there was a pin-change interrupt, it generates a short sound (like a beep) in the browser to notify the User.
Re: How to generate a "beep" on the web
Posted:
Thu Oct 27, 2016 8:08 am
by martinayotte
Re: How to generate a "beep" on the web
Posted:
Thu Oct 27, 2016 9:43 am
by rodrigocirilo
martinayotte wrote:This page can give you hint :
http://stackoverflow.com/questions/9419 ... ect=1&lq=1
thank you for the link, but needed something esp8266 basic .. a simple example.
Re: How to generate a "beep" on the web
Posted:
Thu Oct 27, 2016 10:33 am
by Mmiscool
There is no native mechnisome in esp basic currently but this can be done with javascript. Will have to see about whipping up an example.