>ADC Configuration is You missed to specify ADC configuration, at least sample rate. >Wright now my problem is Where i am unable to plot a sine waveform which frequency is more than 10 hz. Please describe what you mean by saying "i am unable". What results you are getting when you are able to plot and when you are not? Maybe show some plots? >sprintf(str,"%03d",ADC_result); You are not using any delimiter. How python code knows where one sample ends and another begins? If just single char is lost then everything after that will be garbled.
↧