I need help on how to display an audio equaliser spectrum with a 16x2 alphanumeric Lcd display.I am presently working on a project that interfaces a PIC16f876 with an ISD1740 voice chip to play sound.
I connected the ADC (RA0) of the PIC on port A to the signal output of my speaker, so that the PIC can convert the audio signal to digital form and display the equaliser spectrum of the sound(from the ADC) on the LCD display.I got the ADC working properly but dont know how to go about the codes in my library to display the spectrum on LCD. I am using a 4 bit LCD configuration on PORTB of the PIC ie. RB5 = E, RB4 = RS , RB0:RB3 = d4:d7 and also using Microchips MPLAB IDE with Hitech C compiler. I will be most gratefull if anyone can be of help to me.Thanks
I connected the ADC (RA0) of the PIC on port A to the signal output of my speaker, so that the PIC can convert the audio signal to digital form and display the equaliser spectrum of the sound(from the ADC) on the LCD display.I got the ADC working properly but dont know how to go about the codes in my library to display the spectrum on LCD. I am using a 4 bit LCD configuration on PORTB of the PIC ie. RB5 = E, RB4 = RS , RB0:RB3 = d4:d7 and also using Microchips MPLAB IDE with Hitech C compiler. I will be most gratefull if anyone can be of help to me.Thanks