@Gordon just realised I can't really use audio-to-serial directly as my WiFi pins for USART are taken up with something else.
I see there is code for going from audio-to-serial https://espruino.github.io/EspruinoOrion/serial_to_audio.js, do you have anything for using the ADC pins and analogRead to get data out of an audio signal?
analogRead
@dave_irvine started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@Gordon just realised I can't really use audio-to-serial directly as my WiFi pins for USART are taken up with something else.
I see there is code for going from audio-to-serial https://espruino.github.io/EspruinoOrion/serial_to_audio.js, do you have anything for using the ADC pins and
analogRead
to get data out of an audio signal?