LCD and Arduino board

Discussion about projects that used PIC Microcontroller, Hardware Interface, Programming Algorithm and etc......

LCD and Arduino board

Postby Hidayah » Tue Oct 22, 2013 1:24 pm

can u see what is wrong?

if i put the yellow jumper to the - bread board, the lcd and arduino will not on.. if i not put the yellow jumper it will turn on.

for easy to u, the yellow wayer is left side of transistor.

can u help me..
Attachments
221020132144.jpg
Hidayah
Novice
 
Posts: 30
Joined: Thu Jun 06, 2013 12:12 am

Re: LCD and Arduino board

Postby robosang » Tue Oct 22, 2013 9:32 pm

What do you mean by putting the yellow wire to breadboard? Which hole you are talking about? Please make yourself clear and do not confuse us. BTW, where is the transistor?
robosang
Expert
 
Posts: 1239
Joined: Wed Jun 10, 2009 5:37 pm

Re: LCD and Arduino board

Postby Brian Griffin » Tue Oct 22, 2013 10:52 pm

Hello,

You can draw a circuit like in Paint or something and paste it here as it is hard to determine the problem from just looking at the photo. :)
PIC - UIC00B from Cytron (replacement for my broken PICKit 2), Pickit 3, MikroC for PIC
dsPIC - MikroC for dsPIC, mikromedia board (dsPIC33)
AVR - AVR Dragon
Parallax - Prop tool
User avatar
Brian Griffin
Enthusiast
 
Posts: 403
Joined: Mon Jan 17, 2011 9:36 am

Re: LCD and Arduino board

Postby Hidayah » Wed Oct 23, 2013 11:40 am

Sorry because of that picture... i just follow circuit like this picture...

my LCD is on but the lcd not display like picture, that lcd have line in the lcd.
Attachments
8.JPG
8.JPG (37.23 KiB) Viewed 4840 times
Hidayah
Novice
 
Posts: 30
Joined: Thu Jun 06, 2013 12:12 am

Re: LCD and Arduino board

Postby ABSF » Wed Oct 23, 2013 8:08 pm

Arduino_cytron.jpg
Arduino_cytron.jpg (79.79 KiB) Viewed 4836 times


The way you connect the variable resistor (pot) is wrong. The 3 wires to the pot are all in same row of connecting holes so the Vcc, Gnd and LCD contrast pins are all shorted together. That's why you have to remove the yellow wire which is ground so the the Vcc and Gnd are not shorted.

Allen
The next war will determine NOT who is right BUT what is left.
User avatar
ABSF
Professional
 
Posts: 810
Joined: Wed Nov 10, 2010 9:32 am
Location: E Malaysia

Re: LCD and Arduino board

Postby Hidayah » Thu Oct 24, 2013 5:11 pm

thanks alot sir.... my LCD have display the black blok...
my breadboard also have wrong... some hole is not function.

i try upload the simple code into arduino uno board.. but noting happen...

this is my code that copy from arduino example,
i just adjust of "LiquidCrystal lcd(7, 8, 9, 10, 11, 12)" because i connect LCD to arduino board using different pin like i attach :

// include the library code:
#include <LiquidCrystal.h>

// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(7, 8, 9, 10, 11, 12);

void setup()
{
// set up the LCD's number of columns and rows:
lcd.begin(16, 2);
// Print a message to the LCD.
lcd.print("hello..");
}

void loop() {
// set the cursor to column 0, line 1
// (note: line 1 is the second row, since counting begins with 0):
lcd.setCursor(0, 1);
// print the number of seconds since reset:
lcd.print(millis()/1000);
}
Attachments
hello world 2.JPG
Hidayah
Novice
 
Posts: 30
Joined: Thu Jun 06, 2013 12:12 am

Re: LCD and Arduino board

Postby ober » Thu Oct 24, 2013 5:53 pm

Share a photo of your new hardware setup, please make it clearer as possible.
Ober Choo
Cytron Technologies Sdn Bhd
www.cytron.com.my
User avatar
ober
Moderator
 
Posts: 1486
Joined: Wed Apr 15, 2009 1:03 pm

Re: LCD and Arduino board

Postby Hidayah » Sat Oct 26, 2013 10:35 am

this is my wiring for LCD and arduino board.
the lcd had on and had line black box appear in LCD.

but after i upload the coding into arduino... nothing happen.... can u see what the problems?

thanks....
Hidayah
Novice
 
Posts: 30
Joined: Thu Jun 06, 2013 12:12 am

Re: LCD and Arduino board

Postby Hidayah » Sat Oct 26, 2013 10:37 am

this is the wiring.... :?
Attachments
1377558_696961453656106_161746353_n (1).jpg
Hidayah
Novice
 
Posts: 30
Joined: Thu Jun 06, 2013 12:12 am

Re: LCD and Arduino board

Postby yonghui » Mon Oct 28, 2013 10:24 am

thanks&regards,
yh
yonghui
Moderator
 
Posts: 732
Joined: Mon Sep 28, 2009 3:27 pm

Next

Return to PIC Microcontroller

Who is online

Users browsing this forum: No registered users and 26 guests