Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- JackAl
- Messages
Search
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
|
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. --
|
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: 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? |
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
I posted this earlier: 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. |
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:
¡°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:
¡°si vis pacem, para bellum¡± --
Brian - N8BDB |
to navigate to use esc to dismiss