¿ªÔÆÌåÓý

Re: VFO & Digital Read out Does Not work (where do I get software for the


 

¿ªÔÆÌåÓý

Dear Jack,

THANKS,

I compiled and UPLOADED with no new results.? No readouit on Screen.? I ordered a new screen from AMAZONE for under $10... ? Hope this works!


BOB
K6YN


Sent from




From: [email protected] <[email protected]> on behalf of Jack Purdum via Groups.Io <econjack@...>
Sent: Sunday, January 29, 2017 7:37 PM
To: [email protected]
Subject: Re: [BITX20] VFO & Digital Read out Does Not work (where do I get software for the
?
My bad: Change this line:

LiquidCrystal lcd(12,?11,?5,?4,?3,?2);

to

LiquidCrystal lcd(8,9,10,11,12,13);

and report back.


Jack, W8TEE



From: B S <saaint@...>
To: [email protected]
Sent: Sunday, January 29, 2017 6:05 PM
Subject: Re: [BITX20] VFO & Digital Read out Does Not work (where do I get software for the

THANKS!

I just compiled and UPLOADED the attached program.? DOES NOT DISPLAY

see attached Photo

BOB
K6YN







Sent from



From: [email protected] <[email protected]> on behalf of Jack Purdum via Groups.Io <econjack@...>
Sent: Sunday, January 29, 2017 1:12 PM
To: [email protected]
Subject: Re: [BITX20] VFO & Digital Read out Does Not work (where do I get software for the
?
Does this work on your Nano:

#include <LiquidCrystal.h>

// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12,?11,?5,?4,?3,?2);

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, world!");
}

void?loop()?{
??// Turn off the display:
? lcd.noDisplay();
??delay(500);
??// Turn on the display:
? lcd.display();
??delay(500);
}


From: dj0hf <dj0hf@...>
To: [email protected]
Sent: Sunday, January 29, 2017 4:04 PM
Subject: Re: [BITX20] VFO & Digital Read out Does Not work (where do I get software for the

Hi Bob,

the simple 'Hello World' sketch normally outputs to the serial port and so wouldn't show anything onthe green screen unless the appropriate libraries have been included and the program extended to include the output to the green screen.
So although it doesn't help you find the problem, your display may not be defective.

Good luck,
Ian
DJ0HF/G3ULO


Am 29.01.2017 um 21:29 schrieb B S:
Thank again for all the help!

I FINALLY got the complied RADUINO sketch to UPLOAD to my NANO..? When plugged into my radio it TUNES the receiver but there is still NO digital read out on the JHD162A green screen.

I downloaded a simple "HELLO WORLD" sketch from ARDUINO webpage and uploaded that sketch.? Still no reading on the green screen.

I am concluding that my screen is bad..? Is this a reasonable assumption?? ??

IS the JDH659a LCD Display module a direct replacement fit for the JDH162a LCD display?

BOB
K6YN. ?



Sent from



From: [email protected] <[email protected]> on behalf of John Backo via Groups.Io <iam74@...>
Sent: Saturday, January 28, 2017 3:33 PM
To: [email protected]
Subject: Re: [BITX20] VFO & Digital Read out Does Not work (where do I get software for the
?
These are all warnings. They have little to do with the running of the program. If it works, OK. If not, you need another configuration as already mentioned.

john
AD5YE








Join [email protected] to automatically receive all group messages.