Arduino Uno + LCD Keypadshield FC6

Tips, Tricks and methods for programming, learn ways of making your programming life easier, and share your knowledge with others.

Moderators: Benj, Mods

Post Reply
jgu1
Posts: 1333
Joined: Tue Oct 06, 2009 9:39 am
Has thanked: 1135 times
Been thanked: 299 times
Contact:

Arduino Uno + LCD Keypadshield FC6

Post 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
Attachments
ArduinoShieldTest.fcfx
(13.77 KiB) Downloaded 807 times

ahmetnoktacom
Posts: 21
Joined: Tue Jul 28, 2015 6:42 am
Contact:

Re: Arduino Uno + LCD Keypadshield FC6

Post by ahmetnoktacom »

Hello, could you write anything to LCD shield? I cannot write

jgu1
Posts: 1333
Joined: Tue Oct 06, 2009 9:39 am
Has thanked: 1135 times
Been thanked: 299 times
Contact:

Re: Arduino Uno + LCD Keypadshield FC6

Post by jgu1 »

Hi ahmetnoktacom!

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

Best regard

Jorgen

ahmetnoktacom
Posts: 21
Joined: Tue Jul 28, 2015 6:42 am
Contact:

Re: Arduino Uno + LCD Keypadshield FC6

Post 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

jgu1
Posts: 1333
Joined: Tue Oct 06, 2009 9:39 am
Has thanked: 1135 times
Been thanked: 299 times
Contact:

Re: Arduino Uno + LCD Keypadshield FC6

Post 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

ahmetnoktacom
Posts: 21
Joined: Tue Jul 28, 2015 6:42 am
Contact:

Re: Arduino Uno + LCD Keypadshield FC6

Post 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.

Post Reply