Morse Code Tutor TFT Screen


David Leckie
 
Edited

I have a 3.5" TFT left over from the AA project (it arrived from China cracked but still works.)
This TFT does not seem to have a SPI interface so I suspect it would be very difficult to use it for the Morse Code Tutor?
I quite fancied using a larger screen than 2.2" but with the 3.5 TFT screens none adverised seem to have an SPI interface. (They all seem to be the type used in the AA)

I also see that some some TFT 2.2" and 2.8" screens don't have a SPI interface but the AA type.
A 2.8" with an SPI interface and ILI 9341 driver should be OK?
And some have the option of "Touch" or "No Touch". As the input to the MCT is via a Rotary Encoder there is no need for a touch input?

73
Dave
GM4NFI


jjpurdum
 

Hi Dave:

The key is the library that drives the display, in our case the one for the ILI9341 driver. (My code always places the download URL for any non-standard library on the same line as the #include directive as a comment in the source code header file.) The only reason we tend to use either the I2C or SPI interface is because both use fewer pins than had we controlled the display's data lines ourselves. You should be able to do a search on the driver and find sample circuits not using one of those interfaces. The touch feature of the display is not used, only the encoder is used for menu navigation, so that's not an issue. Also, you could leave off the amp if you're only using it with a headset. (I added the amp mainly for classroom teaching.) If you do that but still plan to practice to-and-from work, please only use a headset with one ear piece...you need to hear what's going on around you as you drive.

Let us know how things turn out!

Jack, W8TEE


On Friday, May 31, 2019, 8:28:32 AM EDT, David Leckie <djcleckie@...> wrote:


I have a 3.5" TFT left over from the AA project (it arrived from China cracked but still works.)
This TFT does not seem to have a SPI interface so I suspect it would be very difficult to use it for the Morse Code Tutor?
I quite fancied using a larger screen but with 3.5 TFT none seem to have an SPI interface. (They all seem to be the type used in the AA)

I also see that some some TFT 2.2" and 2.8" screens don't have a SPI interface but the AA type.
A 2.8" with an SPI interface and ILI 9341 driver should be OK?
And some have the option of "Touch" or "No Touch". As the input to the MCT is via a Rotary Encoder there is no need for a touch input?

73
Dave
GM4NFI


Tom, wb6b
 

Hi,

I have a Seeed Studio 2.8 inch TFT display I bought at a steep clearance price just before the demise of our local Radio Shack. It turns out, like your display, to be the "older" parallel interface. I was thinking of using it for the Morse Code Tutor project. Here is the Speed Studio data for both the SPI (V2.0) and the parallel (V1.0) TFT displays. Likely they are similar to the generic ones of various sizes from eBay. Adafruit is another good site to check for drivers.

http://wiki.seeedstudio.com/2.8inch-TFT_Touch_Shield_V1.0/
http://wiki.seeedstudio.com/2.8inch_TFT_Touch_Shield_v2.0/

Tom, wb6b


K9HZ
 

You can buy the little SPI to parallel converter off ebay for less than a buck…  solders right on the back of the display.

 

 

Dr. William J. Schmidt - K9HZ J68HZ 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ

 

Owner - Operator

Big Signal Ranch – K9ZC

Staunton, Illinois

 

Owner – Operator

Villa Grand Piton – J68HZ

Soufriere, St. Lucia W.I.

Rent it: www.VillaGrandPiton.com

Like us on Facebook! facebook icon

 

Moderator – North American QRO Group at Groups.IO.

 

email:  bill@...

 

 

From: SoftwareControlledHamRadio@groups.io [mailto:SoftwareControlledHamRadio@groups.io] On Behalf Of Tom, wb6b
Sent: Friday, May 31, 2019 12:27 PM
To: SoftwareControlledHamRadio@groups.io
Subject: Re: [SoftwareControlledHamRadio] Morse Code Tutor TFT Screen

 

Hi,

I have a Seeed Studio 2.8 inch TFT display I bought at a steep clearance price just before the demise of our local Radio Shack. It turns out, like your display, to be the "older" parallel interface. I was thinking of using it for the Morse Code Tutor project. Here is the Speed Studio data for both the SPI (V2.0) and the parallel (V1.0) TFT displays. Likely they are similar to the generic ones of various sizes from eBay. Adafruit is another good site to check for drivers.

http://wiki.seeedstudio.com/2.8inch-TFT_Touch_Shield_V1.0/
http://wiki.seeedstudio.com/2.8inch_TFT_Touch_Shield_v2.0/

Tom, wb6b


Virus-free. www.avg.com


K9HZ
 

Sorry I2C…. but there are other serial formats too.  Here is one… 5 boards for $3:

 

https://www.ebay.com/itm/5pcs-IIC-I2C-Serial-Interface-Board-Arduino-Module-LCD1602-Address-TO/122602133621?_trkparms=aid%3D555018%26algo%3DPL.SIM%26ao%3D1%26asc%3D20131003132420%26meid%3Db03c0ed062c74e938e68f684f9f390b4%26pid%3D100005%26rk%3D4%26rkt%3D12%26sd%3D382580272312%26itm%3D122602133621&_trksid=p2047675.c100005.m1851

 

 

 

Dr. William J. Schmidt - K9HZ J68HZ 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ

 

Owner - Operator

Big Signal Ranch – K9ZC

Staunton, Illinois

 

Owner – Operator

Villa Grand Piton – J68HZ

Soufriere, St. Lucia W.I.

Rent it: www.VillaGrandPiton.com

Like us on Facebook! facebook icon

 

Moderator – North American QRO Group at Groups.IO.

 

email:  bill@...

 

 

From: SoftwareControlledHamRadio@groups.io [mailto:SoftwareControlledHamRadio@groups.io] On Behalf Of K9HZ
Sent: Friday, May 31, 2019 12:28 PM
To: SoftwareControlledHamRadio@groups.io
Subject: Re: [SoftwareControlledHamRadio] Morse Code Tutor TFT Screen

 

You can buy the little SPI to parallel converter off ebay for less than a buck…  solders right on the back of the display.

 

 

Dr. William J. Schmidt - K9HZ J68HZ 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ

 

Owner - Operator

Big Signal Ranch – K9ZC

Staunton, Illinois

 

Owner – Operator

Villa Grand Piton – J68HZ

Soufriere, St. Lucia W.I.

Rent it: www.VillaGrandPiton.com

Like us on Facebook! facebook icon

 

Moderator – North American QRO Group at Groups.IO.

 

email:  bill@...

 

 

From: SoftwareControlledHamRadio@groups.io [mailto:SoftwareControlledHamRadio@groups.io] On Behalf Of Tom, wb6b
Sent: Friday, May 31, 2019 12:27 PM
To: SoftwareControlledHamRadio@groups.io
Subject: Re: [SoftwareControlledHamRadio] Morse Code Tutor TFT Screen

 

Hi,

I have a Seeed Studio 2.8 inch TFT display I bought at a steep clearance price just before the demise of our local Radio Shack. It turns out, like your display, to be the "older" parallel interface. I was thinking of using it for the Morse Code Tutor project. Here is the Speed Studio data for both the SPI (V2.0) and the parallel (V1.0) TFT displays. Likely they are similar to the generic ones of various sizes from eBay. Adafruit is another good site to check for drivers.

http://wiki.seeedstudio.com/2.8inch-TFT_Touch_Shield_V1.0/
http://wiki.seeedstudio.com/2.8inch_TFT_Touch_Shield_v2.0/

Tom, wb6b

 

Virus-free. www.avg.com


David Leckie
 

Hi
TNX fer all the suggestions.  My 3.5" TFT is built as a shield and has 8 parallel data lines 5 control lines.
Using a I2C to parallel converter with it may be possible but the ones suggested are for use with a 2 or 4 line LCD screen.  It would be beyond my skill level to do this as there will probably be no control libraries available.
There does not seem to be any 3.5" TFT screens available with a serial interface (SPI or I2C)
However there are plenty of 2.8" TFT screens with an SPI available. These look like larger versions of the 2.2" TFT described in the project. As they only cost £7.00.  I think I will go down this route Keep It Simple!

I passed my morse test at 12wpm in 1983.  Its only in the last few years that I have "got back into CW"  I now seem to have reached a plateau at 18wpm.
(Hope its a plateau and not a ceiling HI)
I cannot recognise complete words (apart from the common Q codes) - I have to write everything down. Writing speed becomes a factor.
I hope that by using the MCT with Fansworth spacing I can start to recognise complete words and get my speed up a bit to 20+ wpm.

73
Dave
GM4NFI


Steve McGrane <temporarilyoffline@...>
 

The first secret is to drop the pencil and start practicing "head copy".  I'm not their either... I wonder how much I'd pick up just leaving the radio on and "not really listening" as the code plays in the background??  I know the code well enough to copy the slow code practice from ARRL and to make some buggy QSOs, but that's where I run out.

On Sat, Jun 1, 2019 at 2:52 PM David Leckie <djcleckie@...> wrote:
Hi
TNX fer all the suggestions.  My 3.5" TFT is built as a shield and has 8 parallel data lines 5 control lines.
Using a I2C to parallel converter with it may be possible but the ones suggested are for use with a 2 or 4 line LCD screen.  It would be beyond my skill level to do this as there will probably be no control libraries available.
There does not seem to be any 3.5" TFT screens available with a serial interface (SPI or I2C)
However there are plenty of 2.8" TFT screens with an SPI available. These look like larger versions of the 2.2" TFT described in the project. As they only cost £7.00.  I think I will go down this route Keep It Simple!

I passed my morse test at 12wpm in 1983.  Its only in the last few years that I have "got back into CW"  I now seem to have reached a plateau at 18wpm.
(Hope its a plateau and not a ceiling HI)
I cannot recognise complete words (apart from the common Q codes) - I have to write everything down. Writing speed becomes a factor.
I hope that by using the MCT with Fansworth spacing I can start to recognise complete words and get my speed up a bit to 20+ wpm.

73
Dave
GM4NFI


Tom, wb6b
 

On Sat, Jun 1, 2019 at 12:52 PM, David Leckie wrote:
as there will probably be no control libraries available
I believe either Adafruit of Seeed Studios would have libraries for both SPI and parallel interface TFT screens. Adding a SPI or I2C to parallel converter to the mix may create an unusual interface that no one has created a driver for.

With a parallel interface check that you have enough available pins for the display and the pins needed for the rest of the encoders, paddle, buttons and such.

Tom, wb6b
 


Doug W
 

On Fri, May 31, 2019 at 12:33 PM, K9HZ wrote:
Here is one… 5 boards for $3:
One thing to look at on those boards is if they come with the pins soldered on or not.  I ordered one a few weeks ago that I just got.  The pins are pre-soldered to it.  Now I have a display with pins and an I2C board with pins.  Not that it is that hard to de-solder the pins, but now I have a another task on my list because I didn't pay attention.


Bill Gunshannon <bill.gunshannon@...>
 

Why not just use one of the cables with ends that slip on the pins?  I use them a lot for breadboarding but I would not hesitate to use them in a finished project. In fact, I may when I finally get to packaging my VFO project.

bill


On Sun, Jun 2, 2019, 11:25 Doug W <dougwilner@...> wrote:
On Fri, May 31, 2019 at 12:33 PM, K9HZ wrote:
Here is one… 5 boards for $3:
One thing to look at on those boards is if they come with the pins soldered on or not.  I ordered one a few weeks ago that I just got.  The pins are pre-soldered to it.  Now I have a display with pins and an I2C board with pins.  Not that it is that hard to de-solder the pins, but now I have a another task on my list because I didn't pay attention.


Doug W
 

On Sun, Jun 2, 2019 at 11:08 AM, Bill Gunshannon wrote:
Why not just use one of the cables with ends that slip on the pins?
I would prefer to use as few unshielded wires as possible.  That being said, I do use those little jumper wires and do have them in some projects too.  At the end of the day a belt or suspenders or both will hold your pants up.  Do what makes you happy.


Tom, wb6b
 

Hi,

I just received a "2.4 Inch SPI TFT Display Module Touch Panel LCD ILI9341 240x320 5V/3.3V" module. Also has a number KMRTM24024-SPI on it. 
Good price too, at $4.90.

This display is compatible with Jack's Morse Code Tutor sketch and I've had a chance to try it out with a Blue Pill board. 

I did come across one issue, so I wanted to mention it for others that have not already solved it themselves. 

The Morse Code Tutor schematic (maybe there is a corrected one) I have shows PA6 of the Blue Pill connected to MISO of the display and MOSI of the display is shown as not connected. MOSI of the display needs to be connected to PA7 of the Blue Pill to receive the display data. I tested disconnecting the PA6 to MISO wire and the display still functioned. 

Additionally I did not have a 10K resistor handy (too lazy to walk up the stairs) so I connected the display's reset pin to PA3 of the Blue Pill.

I changed the tft setup to explicitly define the pins (so the reset would work) as follows:

* Was:
--------------------
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC);
--------------------

* Changed to:
--------------------
#define TFT_CS   PA1
#define TFT_DC   PA0
#define TFT_MOSI PA7
#define TFT_CLK  PA5
#define TFT_RST  PA3
#define TFT_MISO PA6
 
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC, TFT_MOSI, TFT_CLK, TFT_RST, TFT_MISO);
----------------

Hope this is of some help.

I might experiment with the touch screen, although I was surprised at how slow the screen writing over SPI is. I have a parallel display (one of those Radio Shack discontinued "Seeed" displays) that I have sitting hooked up to a cheap USB logic analyzer trying to debug the interface (using an Adafruit driver that claims it works with the parallel display). I wonder if the parallel interface will be faster and more appropriate for fancier graphical interfaces. Although the Blue Pill has barely enough RAM (as well as flash) for that kind of interface. I have a STM development board with more RAM and a little more horsepower, with a similar 2.4 inch TFT display, using the parallel interface (in a "raw" pixel mode) and it is very fast. But the Blue Pill is way better price wise and I now have a small handful of them along with several cheap eBay displays for projects. 

Tom, wb6b


Steve McGrane <temporarilyoffline@...>
 

A couple of us got together and created this repo:  https://github.com/TemporarilyOffline/MorseCodeTutor/

To help with organization/sharing/documentation.

Feel free to update directly (or by emailing me with your specific changes)!

- Steve


On Fri, Jun 21, 2019 at 5:54 AM Tom, wb6b <wb6b@...> wrote:
Hi,

I just received a "2.4 Inch SPI TFT Display Module Touch Panel LCD ILI9341 240x320 5V/3.3V" module. Also has a number KMRTM24024-SPI on it. 
Good price too, at $4.90.

This display is compatible with Jack's Morse Code Tutor sketch and I've had a chance to try it out with a Blue Pill board. 

I did come across one issue, so I wanted to mention it for others that have not already solved it themselves. 

The Morse Code Tutor schematic (maybe there is a corrected one) I have shows PA6 of the Blue Pill connected to MISO of the display and MOSI of the display is shown as not connected. MOSI of the display needs to be connected to PA7 of the Blue Pill to receive the display data. I tested disconnecting the PA6 to MISO wire and the display still functioned. 

Additionally I did not have a 10K resistor handy (too lazy to walk up the stairs) so I connected the display's reset pin to PA3 of the Blue Pill.

I changed the tft setup to explicitly define the pins (so the reset would work) as follows:

* Was:
--------------------
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC);
--------------------

* Changed to:
--------------------
#define TFT_CS   PA1
#define TFT_DC   PA0
#define TFT_MOSI PA7
#define TFT_CLK  PA5
#define TFT_RST  PA3
#define TFT_MISO PA6
 
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC, TFT_MOSI, TFT_CLK, TFT_RST, TFT_MISO);
----------------

Hope this is of some help.

I might experiment with the touch screen, although I was surprised at how slow the screen writing over SPI is. I have a parallel display (one of those Radio Shack discontinued "Seeed" displays) that I have sitting hooked up to a cheap USB logic analyzer trying to debug the interface (using an Adafruit driver that claims it works with the parallel display). I wonder if the parallel interface will be faster and more appropriate for fancier graphical interfaces. Although the Blue Pill has barely enough RAM (as well as flash) for that kind of interface. I have a STM development board with more RAM and a little more horsepower, with a similar 2.4 inch TFT display, using the parallel interface (in a "raw" pixel mode) and it is very fast. But the Blue Pill is way better price wise and I now have a small handful of them along with several cheap eBay displays for projects. 

Tom, wb6b


jjpurdum
 

All:

This kind of effort from you people is exactly what I want to happen! All of my work is Open Source and should be viewed as a set of shoulders that you can get up on and improve what you see there. As you can see, mistakes happen and it's good that someone is willing to make the effort to fix it.

BTW, maybe I can save you the two days of head-scratching I went through. Al and I are working on a controller for his new mag loop (which I want to call the "Luggable Double-Double", but Al's not too keen on it), shown here:

Inline image

and we're going to take it to Field Day tomorrow, so I was working like crazy to get it done. (BTW, if you're near Paxton-Ramsey Park this weekend, stop by to see it!) The controller uses the STM32F103 (Blue Pill) as part of the controller. Al handed me his code, which was running about 32K of flash. I added code to work the stepper motor and a small 2.2" display (this photo was taken earlier in the development cycle):

Inline image

and was working away and then it started behaving strangely. I looked at the code size and I had manage to bloat it up to 94K! What??? When I saw that, I started to suspect a stack crash. I reduced the problem to this code:

int SWRValue;

void setup() {
  Serial.begin(9600);
}

void loop() {
  int VSWR100 = SWRValue * 100;
  static float SWRValueOld = SWRValue;
  static int whichBandOption;
  // float SWRValueOld = SWRValue;
  // int whichBandOption;
}

The version above compiled to over 78K of flash! However, uncomment the two lines and comment out the two lines above and the program compiles to almost exactly 13K. What...65K difference? I'm embarrassed to say it took me two days to find out what was going on. For reasons I don't fully understand, if you define a local static using the float data type, the compiler brings in the threading library, which evidently is pretty big. (The STM32 has two cores, so you can run threads.) Removing the static float definition fixed the bloat.

You can bet that I'll be putting this in the new book as a sidebar, but put it here now since some of you might also run into a similar problem.

Jack, W8TEE



On Friday, June 21, 2019, 9:06:21 AM EDT, Steve McGrane <temporarilyoffline@...> wrote:


A couple of us got together and created this repo:  https://github.com/TemporarilyOffline/MorseCodeTutor/

To help with organization/sharing/documentation.

Feel free to update directly (or by emailing me with your specific changes)!

- Steve


On Fri, Jun 21, 2019 at 5:54 AM Tom, wb6b <wb6b@...> wrote:
Hi,

I just received a "2.4 Inch SPI TFT Display Module Touch Panel LCD ILI9341 240x320 5V/3.3V" module. Also has a number KMRTM24024-SPI on it. 
Good price too, at $4.90.

This display is compatible with Jack's Morse Code Tutor sketch and I've had a chance to try it out with a Blue Pill board. 

I did come across one issue, so I wanted to mention it for others that have not already solved it themselves. 

The Morse Code Tutor schematic (maybe there is a corrected one) I have shows PA6 of the Blue Pill connected to MISO of the display and MOSI of the display is shown as not connected. MOSI of the display needs to be connected to PA7 of the Blue Pill to receive the display data. I tested disconnecting the PA6 to MISO wire and the display still functioned. 

Additionally I did not have a 10K resistor handy (too lazy to walk up the stairs) so I connected the display's reset pin to PA3 of the Blue Pill.

I changed the tft setup to explicitly define the pins (so the reset would work) as follows:

* Was:
--------------------
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC);
--------------------

* Changed to:
--------------------
#define TFT_CS   PA1
#define TFT_DC   PA0
#define TFT_MOSI PA7
#define TFT_CLK  PA5
#define TFT_RST  PA3
#define TFT_MISO PA6
 
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC, TFT_MOSI, TFT_CLK, TFT_RST, TFT_MISO);
----------------

Hope this is of some help.

I might experiment with the touch screen, although I was surprised at how slow the screen writing over SPI is. I have a parallel display (one of those Radio Shack discontinued "Seeed" displays) that I have sitting hooked up to a cheap USB logic analyzer trying to debug the interface (using an Adafruit driver that claims it works with the parallel display). I wonder if the parallel interface will be faster and more appropriate for fancier graphical interfaces. Although the Blue Pill has barely enough RAM (as well as flash) for that kind of interface. I have a STM development board with more RAM and a little more horsepower, with a similar 2.4 inch TFT display, using the parallel interface (in a "raw" pixel mode) and it is very fast. But the Blue Pill is way better price wise and I now have a small handful of them along with several cheap eBay displays for projects. 

Tom, wb6b


Tom, wb6b
 

On Fri, Jun 21, 2019 at 06:06 AM, Steve McGrane wrote:
Feel free to update directly (or by emailing me with your specific changes)!
Hi Steve,

I generated a GitHub pull request with an updated schematic and a couple of small changes to the sketch.

And created a subdirectory where other folks who create community versions of the tutor could put their versions. 

I updated the schematic (as there was only a image file) by copying and pasting little bits of the schematic around and adding a couple of lines in GIMP. It worked out OK but was a slow process to force a photo editor into being a schematic editor. 

Tom, wb6b


Tom, wb6b
 

On Fri, Jun 21, 2019 at 06:43 AM, jjpurdum wrote:
What...65K difference?
That is really interesting to know. This is just one of the type of things that always crop up and throw a project off schedule. Along with contributing to, at least figuratively, loss of hair.

Tom, wb6b


Steve McGrane <temporarilyoffline@...>
 

This looks great and I've merged in the changes.  Can you clean up/update the readme file with some useful info for future HAMs to see?

Thanks!


On Sat, Jun 22, 2019 at 7:31 AM Tom, wb6b <wb6b@...> wrote:
On Fri, Jun 21, 2019 at 06:06 AM, Steve McGrane wrote:
Feel free to update directly (or by emailing me with your specific changes)!
Hi Steve,

I generated a GitHub pull request with an updated schematic and a couple of small changes to the sketch.

And created a subdirectory where other folks who create community versions of the tutor could put their versions. 

I updated the schematic (as there was only a image file) by copying and pasting little bits of the schematic around and adding a couple of lines in GIMP. It worked out OK but was a slow process to force a photo editor into being a schematic editor. 

Tom, wb6b


Ken KM4NFQ <km4nfq@...>
 

Greetings,

I have a very short video of my Work-In-Progress Morse Code Tutor V2
up on the YouTube at https://www.youtube.com/watch?v=xtWGiHvwpt8
This is an unlisted video, meant for this group only, so please don't
share the URL with others outside the group.

These comments are meant to be constructive, so please don't get too defensive!

The MCT2 circuit is breadboarded. Blue Pill, programmed with Jack
W8TEE's software and an ST-LINK V2 dongle, 2.2 TFT 320x240 display,
Rotary Encoder, PAM8403 Mini Audio Module Amp, small speaker. Powered
with bench power supply. Display works. Audio is just clicks and
chirps.

It took awhile to get the display working properly. Tom, WB6B was a
great help in getting that sorted out. I have been adding one thing at
a time to the circuit, getting it to work, then moving on to the next
item. Divide and conquer!

The Rotary Encoder works, except it is quite touchy, and wants to skip
over menu items. That may change when it gets bolted down to an
enclosure?

The Audio is extremely poor. The A10K Audio Volume Pot works. I can
turn the volume up and down. But the Audio Output is just clicks and
chirps. I have another PAM8403 that I can try.

When I first started the MCT, and chose Receive > Letters, it came out
at 65535 wpm! Those letters were zooming by. I was able to adjust it
down to +/- 20000 wpm in the Config menu, and after that, it was at 20
wpm. Maybe a default wpm other than 65535 wpm would be nice?

The Blue Pill Reset Button works for stopping a choice. Pushing the
Rotary Encoder switch maybe works, sometimes?

I would like to see a short clip of some other people's Morse Code
Tutor V2 builds if there are any? I remember someone mentioning that
the Audio was too loud? The clicks and chirps in the video are with
the volume turned all the way up!

I would really like to see a good working Morse Code Tutor V2. It is
an open source project, but not all of us builders (especially me) are
expert programmers.

Regards,
Ken, KM4NFQ


Doug W
 

On Tue, Jul 2, 2019 at 06:04 AM, Ken KM4NFQ wrote:
The Audio is extremely poor. The A10K Audio Volume Pot works. I can
turn the volume up and down. But the Audio Output is just clicks and
chirps. I have another PAM8403 that I can try.
Ken,
I have mine half apart and it isn't in front of me but I would start with basic troubleshooting first.  Get rid of you whole audio amp circuit.  If you have a little buzzer connect it right to pin PA2 and ground.  If you don't have a buzzer try your speaker.  If that works you know the problem is in your amp circuit.  If you still have the same problems at least you have eliminated one variable.


Ken KM4NFQ <km4nfq@...>
 

Hello Doug, and everyone,

I just fixed it, with the help of Tom, WB6B. Tom suggested that I go
into the Config > Tone menu and reset the 700MHz frequency. That did
the trick! I have uploaded a new video to the YouTube at:
https://www.youtube.com/watch?v=lWZZJJu5DxI
I have a box full of various size speakers, so I will different ones
to see what happens.
The current speaker is labeled 8 OHMS 0.25W, and it is ~55mm in
diameter (2.25 inches).

Regards,
Ken, KM4NFQ "Not Fully Qualified"

On Tue, Jul 2, 2019 at 8:56 AM Doug W <dougwilner@...> wrote:

On Tue, Jul 2, 2019 at 06:04 AM, Ken KM4NFQ wrote:

The Audio is extremely poor. The A10K Audio Volume Pot works. I can
turn the volume up and down. But the Audio Output is just clicks and
chirps. I have another PAM8403 that I can try.

Ken,
I have mine half apart and it isn't in front of me but I would start with basic troubleshooting first. Get rid of you whole audio amp circuit. If you have a little buzzer connect it right to pin PA2 and ground. If you don't have a buzzer try your speaker. If that works you know the problem is in your amp circuit. If you still have the same problems at least you have eliminated one variable.