¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Soldering headers

 

I put a unsoldered opposite type cross wise to keep the header square and spaced correctly.? The I solder on pin on each header and squeeze do on the set reheat it.? Then I solder the other end doing the same thing.? Lastly solder the rest of the pins.?

John Galway
KH6JTE



On Friday, January 25, 2019, 8:41:25 PM CST, Mike Short <ai4ns.mike.spam@...> wrote:


Solder one pin. Then press down on the header and reheat the pin.

Works every time for me?

Mike


Re: compile error

Iain Fraser
 

I down loaded file in jack's document, have now re-installed Trendy file and compiles with out error!

Get




On Sat, Jan 26, 2019 at 1:39 PM +1030, "jjpurdum via Groups.Io" <jjpurdum@...> wrote:

Did you use the UTFT that comes with the Teensyduino install, or did you download it from a download site. The earliest version of the library installation used this segment to show the #include files:

#include <OpenAudio_ArduinoLibrary.h> //https:/github.com/chipaudette/OpenAudio_ArduinoLibrary
#include <Adafruit_GFX.h>???? // https://github.com/adafruit/Adafruit-GFX-Library
#include <Audio.h>??????????? // https://github.com/PaulStoffregen/Audio
#include <RA8875.h>?????????? // Download fron hamradiodesigns.com
#include <Rotary.h>?????????? // https://github.com/brianlow/Rotary
#include <SerialFlash.h>????? // https://github.com/PaulStoffregen/SerialFlash
#include <Time.h>???????????? // https://github.com/PaulStoffregen/Time
#include <TimeLib.h>????????? // Part of the Stoffregen lib, gives backward compatibiliity
#include <TimerOne.h>???????? // Distributed with Teensy
#include <UTFT.h>???????????? // http://www.rinkydinkelectronics.com/library.php?id=51
#include <URTouch.h>????????? // http://www.rinkydinkelectronics.com/library.php?id=92
#include <UTFT_Buttons.h>???? // http://www.rinkydinkelectronics.com/library.php?id=61

However, since that document was written, PJRC has changed the libraries that it distributes with the Teensyduino. Compare the list above with the most current list:


#include <OpenAudio_ArduinoLibrary.h> // http://hamradiodesigns.com/index.php/content/
#include <Adafruit_GFX.h>???? // Now supplied with Teensy Library install
#include <Audio.h>??????????? // Now supplied with Teensy Library install
#include <RA8875.h>?????????? // http://hamradiodesigns.com/index.php/content/
#include <Rotary.h>?????????? // https://github.com/brianlow/Rotary
#include <SerialFlash.h>????? // Now supplied with Teensy Library install
#include <Time.h>???????????? // Now supplied with Teensy Library install
#include <TimeLib.h>????????? // Now supplied with Teensy Library install
#include <TimerOne.h>???????? // Now supplied with Teensy Library install
#include <UTFT.h>???????????? // Now supplied with Teensy Library install
#include <URTouch.h>????????? // http://www.rinkydinkelectronics.com/library.php?id=92
#include <UTFT_Buttons.h>???? // http://www.rinkydinkelectronics.com/library.php?id=61

Notice how many are now supplied with the Teensyduino, which means you do NOT (should not) use the old install list. See if this fixes your problem.

Jack, W8TEE

On Friday, January 25, 2019, 7:50:08 PM EST, Iain Fraser <ifra54382@...> wrote:


Good morning,

Tried my first compile and got unexpected error, "

E:\arduino-1.8.8\Arduino\hardware\teensy\avr\libraries\UTFT\UTFT.cpp:85:4:
error: #error "Unsupported ARM MCU!"

?? #error "Unsupported ARM MCU!"

??? ^

E:\arduino-1.8.8\Arduino\hardware\teensy\avr\libraries\UTFT\UTFT.cpp: In
member function 'void UTFT::printNumF(double, byte, int, int, char, int,
char)':"

Have I missed a define statement that needs to be changed or do I have
corrupt UTFT lib?

Any help would be greatly appreciated.


73

Iain VK5ZIF




Re: Front Panel

Mike Short
 

I think I have the same case. I used the front panel as a pattern and made a new one out of thick PCB I have.. could also go to the local hardware store and get a piece of aluminum.?


Re: compile error

 

Did you use the UTFT that comes with the Teensyduino install, or did you download it from a download site. The earliest version of the library installation used this segment to show the #include files:

#include <OpenAudio_ArduinoLibrary.h> //https:/github.com/chipaudette/OpenAudio_ArduinoLibrary
#include <Adafruit_GFX.h>???? // https://github.com/adafruit/Adafruit-GFX-Library
#include <Audio.h>??????????? // https://github.com/PaulStoffregen/Audio
#include <RA8875.h>?????????? // Download fron hamradiodesigns.com
#include <Rotary.h>?????????? // https://github.com/brianlow/Rotary
#include <SerialFlash.h>????? // https://github.com/PaulStoffregen/SerialFlash
#include <Time.h>???????????? // https://github.com/PaulStoffregen/Time
#include <TimeLib.h>????????? // Part of the Stoffregen lib, gives backward compatibiliity
#include <TimerOne.h>???????? // Distributed with Teensy
#include <UTFT.h>???????????? // http://www.rinkydinkelectronics.com/library.php?id=51
#include <URTouch.h>????????? // http://www.rinkydinkelectronics.com/library.php?id=92
#include <UTFT_Buttons.h>???? // http://www.rinkydinkelectronics.com/library.php?id=61

However, since that document was written, PJRC has changed the libraries that it distributes with the Teensyduino. Compare the list above with the most current list:


#include <OpenAudio_ArduinoLibrary.h> // http://hamradiodesigns.com/index.php/content/
#include <Adafruit_GFX.h>???? // Now supplied with Teensy Library install
#include <Audio.h>??????????? // Now supplied with Teensy Library install
#include <RA8875.h>?????????? // http://hamradiodesigns.com/index.php/content/
#include <Rotary.h>?????????? // https://github.com/brianlow/Rotary
#include <SerialFlash.h>????? // Now supplied with Teensy Library install
#include <Time.h>???????????? // Now supplied with Teensy Library install
#include <TimeLib.h>????????? // Now supplied with Teensy Library install
#include <TimerOne.h>???????? // Now supplied with Teensy Library install
#include <UTFT.h>???????????? // Now supplied with Teensy Library install
#include <URTouch.h>????????? // http://www.rinkydinkelectronics.com/library.php?id=92
#include <UTFT_Buttons.h>???? // http://www.rinkydinkelectronics.com/library.php?id=61

Notice how many are now supplied with the Teensyduino, which means you do NOT (should not) use the old install list. See if this fixes your problem.

Jack, W8TEE

On Friday, January 25, 2019, 7:50:08 PM EST, Iain Fraser <ifra54382@...> wrote:


Good morning,

Tried my first compile and got unexpected error, "

E:\arduino-1.8.8\Arduino\hardware\teensy\avr\libraries\UTFT\UTFT.cpp:85:4:
error: #error "Unsupported ARM MCU!"

?? #error "Unsupported ARM MCU!"

??? ^

E:\arduino-1.8.8\Arduino\hardware\teensy\avr\libraries\UTFT\UTFT.cpp: In
member function 'void UTFT::printNumF(double, byte, int, int, char, int,
char)':"

Have I missed a define statement that needs to be changed or do I have
corrupt UTFT lib?

Any help would be greatly appreciated.


73

Iain VK5ZIF




Re: Soldering headers

 

Also, just solder the two end pins first and then check to make sure the headers are straight and tight to the board.

Jack, W8TEE

On Friday, January 25, 2019, 9:06:11 PM EST, Lee <mr.olson@...> wrote:


I have always had problems keeping headers tight to the board and at a perfect 90 degree angle to the board.?? The pin headers are 2 row and keeps everything square.


--


Lee - N9LO

"I Void Warranties"


Re: Built but not yet working

 

The Display Calibration is one of the first things that you should do. The software is written so that the first time you run the software, it forces you to calibrate the display. If you find you must redo the initialization routines, look at line 18 in EEPROMNew.cpp. If you uncomment that line and set val equal to 0, the code forces an initialization, including the screen calibration.

If you're not hearing any audio, you should still hear the original audio out of the original speaker/headphone jack.

Jack, W8TEE

On Friday, January 25, 2019, 5:03:59 PM EST, PeteWK8S via Groups.Io <pmeier@...> wrote:


After several false starts with wiring I now have a somewhat working display. Display is correct but touch is erratic, sometimes it works but mostly not, seems to need calibration.
Encoder switches work but tuning does not change display frequency. No audio or noise as yet.?
Troubleshooting will hopefully find my errors.

I must say working with the IDC connectors is confusing and difficult so a warning to all - go slow and triple check before you crimp. Orientation is everything!
Lots and lots of wires so it's quite the jungle. :-)

Pete WK8S


Re: Soldering headers

Mike Short
 

Solder one pin. Then press down on the header and reheat the pin.

Works every time for me?

Mike


Re: compile error

Iain Fraser
 

¿ªÔÆÌåÓý

Thank you Dave, thought it would be something like that.


Iain

On 26/01/2019 12:36 pm, David Berkompas wrote:

Did you download the TFT?
That's the problem, use the included TFT that's already part of TeensyDuino install.


Dave


Re: compile error

David Berkompas
 

Did you download the TFT?
That's the problem, use the included TFT that's already part of TeensyDuino install.


Dave


Soldering headers

 

I have always had problems keeping headers tight to the board and at a perfect 90 degree angle to the board.?? The pin headers are 2 row and keeps everything square.


--


Lee - N9LO

"I Void Warranties"


compile error

Iain Fraser
 

Good morning,

Tried my first compile and got unexpected error, "

E:\arduino-1.8.8\Arduino\hardware\teensy\avr\libraries\UTFT\UTFT.cpp:85:4: error: #error "Unsupported ARM MCU!"

?? #error "Unsupported ARM MCU!"

??? ^

E:\arduino-1.8.8\Arduino\hardware\teensy\avr\libraries\UTFT\UTFT.cpp: In member function 'void UTFT::printNumF(double, byte, int, int, char, int, char)':"

Have I missed a define statement that needs to be changed or do I have corrupt UTFT lib?

Any help would be greatly appreciated.


73

Iain VK5ZIF


Built but not yet working

PeteWK8S
 

After several false starts with wiring I now have a somewhat working display. Display is correct but touch is erratic, sometimes it works but mostly not, seems to need calibration.
Encoder switches work but tuning does not change display frequency. No audio or noise as yet.?
Troubleshooting will hopefully find my errors.

I must say working with the IDC connectors is confusing and difficult so a warning to all - go slow and triple check before you crimp. Orientation is everything!
Lots and lots of wires so it's quite the jungle. :-)

Pete WK8S


Re: Mounting teensy and audio board Jackal Board

Fast hosts
 

Many thanks Jack. I think should be able to work it out now?


Re: Mounting teensy and audio board Jackal Board

 

I posted this earlier:

Inline image


Jack, W8TEE

On Friday, January 25, 2019, 3:03:16 PM EST, Fast hosts <beneagles71@...> wrote:


Please excuse me if this has been covered, but is there some sort of diagram or photo to show the way the teensy and audio board are mounted on the headers? I haven't reached that stage with the build but can't find pics covering this


Re: Wiring error in Assembly Manual?

 

Pete:

I just got this from Al:

Jack,

I updated this once, but apparently it did not take.? I believe it is correct now.? Tell Pete we had some pilot error.? I should have checked.

Al


Jack, W8TEE

On Friday, January 25, 2019, 12:08:55 PM EST, PeteWK8S via Groups.Io <pmeier@...> wrote:


On page 18 of Section 2 of the manual Figure 2-23 seems to be in conflict with the control connector J5 photo which shows straight through wiring.
When connector J5 is crimped as the photo shows pin 16 will connect to the lower pin in J5 and pin 15 to upper row and other pins are reversed also.
So in the drawing of J5 the upper row of pins should be the lower row according to my continuity meter using the connector orientation as shown.




Mounting teensy and audio board Jackal Board

Fast hosts
 

Please excuse me if this has been covered, but is there some sort of diagram or photo to show the way the teensy and audio board are mounted on the headers? I haven't reached that stage with the build but can't find pics covering this


Re: New Document File: Installing the IDE

 

Brian et al,
May I suggest a fresh Arduino IDE install using the "Windows ZIP file for non admin install"
Install this where Jack wanted you to do so.? Install the Teensyduino to this location they way Jack told you to do so.
You can use this program only for your JackAl work, and it won't interfere or be interfered by any other Arduinio IDE / Teensyduino installation; as it is isolated.

Inside your C:\Arduino1.8.8 folder you can create a folder called "Portable".
You can copy the files that are in the standard '\user\AppData\Local\Arduino15' in the Portable folder
This way you can have a unique preferences.txt for this particular instantiation of the Arduino IDE with Teensyduino.

Provided you have disk space, it's a win-win situation.? You can follow all of Jack's instructions verbatim, without concern about how the library management instructions _"possible_could"_ affect other projects.
The benefits of staying aligned with the Jack outweigh the counter arguments, especially at this point in the project.?
The primary goal here is to get JackAl board owners programming / using their new boards.

There are a lot of moving parts from many sources.

Regards,
Gary


Wiring error in Assembly Manual?

PeteWK8S
 

On page 18 of Section 2 of the manual Figure 2-23 seems to be in conflict with the control connector J5 photo which shows straight through wiring.
When connector J5 is crimped as the photo shows pin 16 will connect to the lower pin in J5 and pin 15 to upper row and other pins are reversed also.
So in the drawing of J5 the upper row of pins should be the lower row according to my continuity meter using the connector orientation as shown.




Re: New Document File: Installing the IDE

 

I urge you to use the directory schema that I mention in the DOC files. It will make support easier.

Jack, W8TEE

On Friday, January 25, 2019, 10:58:30 AM EST, Brian Bowling <bowlingb@...> wrote:


When I dive into this I think I'm going to create a JackAl user on my Windows box and do everything including the ide install under this user. Hopefully this will eliminate any library conflicts that might occur from previous ide ?and/or library installs.?

Brian


On Fri, Jan 25, 2019 at 9:55 AM jjpurdum via Groups.Io <jjpurdum=[email protected]> wrote:
Did you download/install the RA8875 and Open Audio Library from the site? Your compiler says that you placed the Teensy's Open Audio library in the Arduino library directory, but the patch expects it to be in the Teensy folder. Also, why is SerialFlash in the Arduino library forlder? I don't understand the SD references, either, since our code doesn't do anything with it. It could be that some library references it, but when I used GREP to check it, it appears that those references are from the Examples files that read audio data from SD files.

I highlighted the error that killed the compile and it shows that you placed the Teensy Open Audio file in the wrong library directory. I would suggest you down load that and the RA8975 libraries and make sure you install them in the Teensy libraries subdirectory and try again.

Jack, W8TEE

On Friday, January 25, 2019, 12:39:52 AM EST, James Zdunic <james_zdunic@...> wrote:


Got it Jack,

I noticed some of the other .zip libraries were missing .cpp files as well.? So I just copied any sole .h files I found into the correctly named library folders alone.

So I'm havin problems on compile, just lucky I guess.

Some background info: which may be relevant... I had previously installed the IDE and Teensy add on and loaded them in the default location as I've been experimenting with the teensy for awhile now.? Then I uninstalled them and believe I correctly reinstalled them based on the instructions in the document you wrote up. I may have botched it though, wouldn't be the first time.

The reason I say this is I opened the JackAL_Ver0,9a75 sketch and the first compile gave an error...

OpenAudio_ArduinoLibrary was missing AudioStream_F32.?

So I put the AudioStream_f32 .h & .cpp files into the OpenAudio_ArduinoLibrary folder and tried it again. I thought I was making progress and getting the hang of this because the next error took a bit longer to appear on compile #2.? However when it did occur I got scared because it was big and ugly...


Multiple libraries were found for "SD.h"
In file included from C:\Arduino1.8.7\libraries\OpenAudio_ArduinoLibrary/OpenAudio_ArduinoLibrary.h:2:0,

?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\SD
???????????????? from C:\Users\ADMINI~1\AppData\Local\Temp\arduino_build_985615\sketch\JackAl.h:19,

?Not used: C:\Arduino1.8.7\libraries\SD
???????????????? from C:\Arduino1.8.7\JackAl_Ver0.9a75\JackAl_Ver0.9a75.ino:71:

C:\Arduino1.8.7\libraries\OpenAudio_ArduinoLibrary/AudioStream_F32.h:18:31: fatal error: AudioSettings_F32.h: No such file or directory

compilation terminated.

Multiple libraries were found for "SerialFlash.h"
?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\SerialFlash
?Not used: C:\Arduino1.8.7\libraries\SerialFlash
Multiple libraries were found for "Audio.h"
?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\Audio
?Not used: C:\Arduino1.8.7\libraries\Audio
Error compiling for board Teensy 3.6.


The after disecting it I thought it looked more like another small error buried in warnings.? So I copied AudioSetrtings_F32. H & .cpp into OpenAudio_ArduinoLibrary folder and tried a third compile and got the following...


Multiple libraries were found for "SD.h"
In file included from C:\Users\ADMINI~1\AppData\Local\Temp\arduino_build_985615\sketch\JackAl.h:19:0,

???????????????? from C:\Arduino1.8.7\JackAl_Ver0.9a75\JackAl_Ver0.9a75.ino:71:

?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\SD
?Not used: C:\Arduino1.8.7\libraries\SD
Multiple libraries were found for "SerialFlash.h"
C:\Arduino1.8.7\libraries\OpenAudio_ArduinoLibrary/OpenAudio_ArduinoLibrary.h:3:43: fatal error: AudioControlSGTL5000_Extended.h: No such file or directory

?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\SerialFlash
compilation terminated.

?Not used: C:\Arduino1.8.7\libraries\SerialFlash
Multiple libraries were found for "Audio.h"
?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\Audio
?Not used: C:\Arduino1.8.7\libraries\Audio
Error compiling for board Teensy 3.6.


So I copied AudioControlSGTL5000_Extended.h into the OpenAudio_ArduinoLibrary folder.? Then got a bunch of warnings and...

C:\Arduino1.8.7\libraries\OpenAudio_ArduinoLibrary/OpenAudio_ArduinoLibrary.h:4:35: fatal error: control_tlv320aic3206.h: No such file or directory

So I copied the .h (no.cpp) file into the directory and got yet another similar error.? Now I'm wondering if this will ever end?? The compile progress bar got to about 40% on last compile.? Am I doing this the hard way?

Jim KM4TXR?




Jim KM4TXR

--
¡°si vis pacem, para bellum¡±

--
Brian - N8BDB


Re: New Document File: Installing the IDE

 

When I dive into this I think I'm going to create a JackAl user on my Windows box and do everything including the ide install under this user. Hopefully this will eliminate any library conflicts that might occur from previous ide ?and/or library installs.?

Brian


On Fri, Jan 25, 2019 at 9:55 AM jjpurdum via Groups.Io <jjpurdum=[email protected]> wrote:
Did you download/install the RA8875 and Open Audio Library from the site? Your compiler says that you placed the Teensy's Open Audio library in the Arduino library directory, but the patch expects it to be in the Teensy folder. Also, why is SerialFlash in the Arduino library forlder? I don't understand the SD references, either, since our code doesn't do anything with it. It could be that some library references it, but when I used GREP to check it, it appears that those references are from the Examples files that read audio data from SD files.

I highlighted the error that killed the compile and it shows that you placed the Teensy Open Audio file in the wrong library directory. I would suggest you down load that and the RA8975 libraries and make sure you install them in the Teensy libraries subdirectory and try again.

Jack, W8TEE

On Friday, January 25, 2019, 12:39:52 AM EST, James Zdunic <james_zdunic@...> wrote:


Got it Jack,

I noticed some of the other .zip libraries were missing .cpp files as well.? So I just copied any sole .h files I found into the correctly named library folders alone.

So I'm havin problems on compile, just lucky I guess.

Some background info: which may be relevant... I had previously installed the IDE and Teensy add on and loaded them in the default location as I've been experimenting with the teensy for awhile now.? Then I uninstalled them and believe I correctly reinstalled them based on the instructions in the document you wrote up. I may have botched it though, wouldn't be the first time.

The reason I say this is I opened the JackAL_Ver0,9a75 sketch and the first compile gave an error...

OpenAudio_ArduinoLibrary was missing AudioStream_F32.?

So I put the AudioStream_f32 .h & .cpp files into the OpenAudio_ArduinoLibrary folder and tried it again. I thought I was making progress and getting the hang of this because the next error took a bit longer to appear on compile #2.? However when it did occur I got scared because it was big and ugly...


Multiple libraries were found for "SD.h"
In file included from C:\Arduino1.8.7\libraries\OpenAudio_ArduinoLibrary/OpenAudio_ArduinoLibrary.h:2:0,

?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\SD
???????????????? from C:\Users\ADMINI~1\AppData\Local\Temp\arduino_build_985615\sketch\JackAl.h:19,

?Not used: C:\Arduino1.8.7\libraries\SD
???????????????? from C:\Arduino1.8.7\JackAl_Ver0.9a75\JackAl_Ver0.9a75.ino:71:

C:\Arduino1.8.7\libraries\OpenAudio_ArduinoLibrary/AudioStream_F32.h:18:31: fatal error: AudioSettings_F32.h: No such file or directory

compilation terminated.

Multiple libraries were found for "SerialFlash.h"
?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\SerialFlash
?Not used: C:\Arduino1.8.7\libraries\SerialFlash
Multiple libraries were found for "Audio.h"
?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\Audio
?Not used: C:\Arduino1.8.7\libraries\Audio
Error compiling for board Teensy 3.6.


The after disecting it I thought it looked more like another small error buried in warnings.? So I copied AudioSetrtings_F32. H & .cpp into OpenAudio_ArduinoLibrary folder and tried a third compile and got the following...


Multiple libraries were found for "SD.h"
In file included from C:\Users\ADMINI~1\AppData\Local\Temp\arduino_build_985615\sketch\JackAl.h:19:0,

???????????????? from C:\Arduino1.8.7\JackAl_Ver0.9a75\JackAl_Ver0.9a75.ino:71:

?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\SD
?Not used: C:\Arduino1.8.7\libraries\SD
Multiple libraries were found for "SerialFlash.h"
C:\Arduino1.8.7\libraries\OpenAudio_ArduinoLibrary/OpenAudio_ArduinoLibrary.h:3:43: fatal error: AudioControlSGTL5000_Extended.h: No such file or directory

?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\SerialFlash
compilation terminated.

?Not used: C:\Arduino1.8.7\libraries\SerialFlash
Multiple libraries were found for "Audio.h"
?Used: C:\Arduino1.8.7\hardware\teensy\avr\libraries\Audio
?Not used: C:\Arduino1.8.7\libraries\Audio
Error compiling for board Teensy 3.6.


So I copied AudioControlSGTL5000_Extended.h into the OpenAudio_ArduinoLibrary folder.? Then got a bunch of warnings and...

C:\Arduino1.8.7\libraries\OpenAudio_ArduinoLibrary/OpenAudio_ArduinoLibrary.h:4:35: fatal error: control_tlv320aic3206.h: No such file or directory

So I copied the .h (no.cpp) file into the directory and got yet another similar error.? Now I'm wondering if this will ever end?? The compile progress bar got to about 40% on last compile.? Am I doing this the hard way?

Jim KM4TXR?




Jim KM4TXR

--
¡°si vis pacem, para bellum¡±

--
Brian - N8BDB