Page 1 of 1

Arduino Uno + LCD Keypadshield FC6

Posted: Tue Jul 08, 2014 9:26 am
by jgu1
Hi all!

Since upgrading to FC6. PIC + AVR I have in my eagerness to test the functionality dabbled a little with Arduino.

I made a small test program to Arduino uno + lcd keypad shield in FC 6.
Arduino Uno: http://arduino.cc/en/Main/arduinoBoardUno

The LCD keypad shield: http://www.miniinthebox.com/da/16-x-2-l ... 40888.html (randomly chosen page)

The LCD keypad shield Sheet: http://www.dfrobot.com/image/data/DFR00 ... 9SCH01.pdf
First, you need config compiler options, according to Ben's instructions: http://www.matrixtsl.com/mmforums/viewt ... 54&t=13084

There is a similar program to C + + for Arduino somewhere.
As you can see in the diagram consists keypad function of an analog input. The values determined by the resistor network. This way you get different values depending on which button you press. One input is many input on this way.

Maybe usefull :lol:

Best regard

Jorgen

Re: Arduino Uno + LCD Keypadshield FC6

Posted: Mon Aug 17, 2015 10:49 am
by ahmetnoktacom
Hello, could you write anything to LCD shield? I cannot write

Re: Arduino Uno + LCD Keypadshield FC6

Posted: Tue Aug 18, 2015 6:39 pm
by jgu1
Hi ahmetnoktacom!

Yes I can, it Work perfect, otherwice I have not anounced here :D

Best regard

Jorgen

Re: Arduino Uno + LCD Keypadshield FC6

Posted: Wed Aug 19, 2015 8:42 am
by ahmetnoktacom
Why I could not write. what can be my wrong.

viewtopic.php?f=54&t=16706

above is my old topic, ı tried everything but unsuccessful

Re: Arduino Uno + LCD Keypadshield FC6

Posted: Wed Aug 19, 2015 4:35 pm
by jgu1
Hi.

Are you using an Arduino Uno and arduino display/keypad (buttom) Shield ?

Maybe your Arduino or display are deffective. I guess. Have you tryed to add a 1 sec output flasher in your programm so you Can see that the controller is running.
Mine is working perfect.
Br

Jorgen

Re: Arduino Uno + LCD Keypadshield FC6

Posted: Thu Aug 20, 2015 8:21 am
by ahmetnoktacom
arduino is running and even with arduino ide program, lcd keypad shield is working. in flowcode, arduino is work, but in flowcode ı could not do anything about lcd, not work lcd. ı can do control back light but write problem.