Microcontroller › PIC › programming an audio signal using pic › you will need to sample
January 11, 2019 at 9:54 am
#15003
Participant
you will need to sample voltage from microphone in a loop which should start as there is a voltage change detected at the analog pin and voltage does not drop to zero. here voltage levels will indicate amplitude of the audio signal….the values of the amplitude can then be sent to uart…the bluetooth module works on uart, so you willl have to simply send the voltage readings through serial port