Take the 2-minute tour ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

I want to interface a GLCD with arduino uno. The GLCD is JHD12864E. The connections are as shown in this image GLCD Connections

I downloaded the OpenGLCD library and uploaded HelloWorld program from it. I got the error:
stk500_recv() : programmer is not responding

Then I googled it and also tried to upload using ISP using another arduino. The program uploaded successfully, but i did not get any output on GLCD.

I am not getting this error when uploading any other sketches. Can anyone explain to me why do we get this error? And what is the solution to it?

share|improve this question
    
Have you read the 'reset function note' here playground.arduino.cc/Code/GLCDks0108? It may desribe your problem. –  DaveP Feb 23 at 20:34
    
@DaveP Yes i have followed it. –  explorer Feb 24 at 11:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.