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: New Document File: Installing the IDE
Did you download/install the RA8875 and Open Audio Library from the hamradiodesigns.com 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 |
Re: New Document File: Installing the IDE
James Zdunic
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 |
Re: New Document File: Installing the IDE
Jim: No, you didn't miss anything. While it's not the way I would have done it, what they did was create a "Super Headerfile" and named it Audio.h. Its purpose is to assemble all of the supporting header files into one place. I can't be sure why it was done this way, but my guess is that different people wrote different library elements for the PJRC audio board and this was an easy way to collate them together. Jack, W8TEE
On Thursday, January 24, 2019, 10:53:18 PM EST, James Zdunic <james_zdunic@...> wrote:
Jack, Thank you for putting this together, it's helped motivate me to gain a better understanding of setting up libraries.? I'm new to Arduino & such and I'm also reading your book on C for Arduino to get more familiar with it. Question on the install,? I'm in the middle of manually creating the necessary additional library files and not seeing any Audio.cpp file in the Audio-Master library .zip file I downloaded from the link mentioned in the document? Audio.h is there but no Audio.cpp file. Am I missing something?? Jim KM4TXR |
Re: New Document File: Installing the IDE
James Zdunic
Jack,
Thank you for putting this together, it's helped motivate me to gain a better understanding of setting up libraries.? I'm new to Arduino & such and I'm also reading your book on C for Arduino to get more familiar with it. Question on the install,? I'm in the middle of manually creating the necessary additional library files and not seeing any Audio.cpp file in the Audio-Master library .zip file I downloaded from the link mentioned in the document? Audio.h is there but no Audio.cpp file. Am I missing something?? Jim KM4TXR |
Re: SMA connectors
Rick Price
toggle quoted message
Show quoted text
From: [email protected] [mailto:[email protected]] On Behalf Of jjpurdum via Groups.Io Sent: Thursday, January 24, 2019 1:40 PM To: [email protected] Subject: Re: [JackAl] SMA connectors The square corners won't be a problem. I'd be very surprised if they don't
fit.
Jack, W8TEE
On Thursday, January 24, 2019, 11:39:35 AM EST, David Berkompas
<david.berkompas@...> wrote:
SMA connectors? No idea how long it's going to take to arrive, probably 2-3 weeks like Mark suggested. I'm willing to sell the extra 9 pairs I'm going to have, provided they fit, I don't like the looks of the square corner posts. Dave - AI6K |
Re: SMA connectors
The square corners won't be a problem. I'd be very surprised if they don't fit. Jack, W8TEE
On Thursday, January 24, 2019, 11:39:35 AM EST, David Berkompas <david.berkompas@...> wrote:
SMA connectors? No idea how long it's going to take to arrive, probably 2-3 weeks like Mark suggested. I'm willing to sell the extra 9 pairs I'm going to have, provided they fit, I don't like the looks of the square corner posts. Dave - AI6K |
Re: Fuses and Fans
Obviously that's one way to go and we actually tried that. However, the pre-regulator we used cost around $8 and was much larger than we thought QRP people would like. So far, it hasn't been a problem and we've been using it in one form or another for over a year. Jack, W8TEE
On Wednesday, January 23, 2019, 10:54:30 AM EST, mhill001@... <mhill001@...> wrote:
I haven't looked too closely at this yet as I am waiting on parts, but I'm getting the sense that a switching pre-regulator(drop 12V voltage before 5V/3.3V regulators) or simply replacing the 5V/3.3V regulators with one switcher may be a better setup. Junction temps are higher than fin temps. I don't like throwing heatsinks and fans at things. ?
|
Re: Fuses and Fans
I haven't looked too closely at this yet as I am waiting on parts, but I'm getting the sense that a switching pre-regulator(drop 12V voltage before 5V/3.3V regulators) or simply replacing the 5V/3.3V regulators with one switcher may be a better setup. Junction temps are higher than fin temps. I don't like throwing heatsinks and fans at things. ?
|
Re: Fuses and Fans
When I run the transmitter at 12V, the current draw on voice peaks is about 2A. CW is about the same. When using the receiver only, it's pretty steady at 0.71A. Jack, W8TEE
On Tuesday, January 22, 2019, 8:15:46 PM EST, Lee <mr.olson@...> wrote:
I see in your manual #2 that 1 picture shows a large heat sink on the amp and 3.3v regulator with a regular size heat sink on the 5v regulator. In another picture I see a large and small heat sink on the amp..? I'll double on both and have some nice small 40mm fans Any idea on the JackAl total current draw? --
|
Re: Fuses and Fans
I see in your manual #2 that 1 picture shows a large heat sink on the amp and 3.3v regulator with a regular size heat sink on the 5v regulator. In another picture I see a large and small heat sink on the amp..? I'll double on both and have some nice small 40mm fans
Any idea on the JackAl total current draw? --
|
Re: Jackal board from QRPGuys
¿ªÔÆÌåÓýYou might give them a little more time. This is not a full time business. It is more of a part time thing by a bunch of great and honorable retired guys. They do not look at email every day bu I am sure they will do right by you if you just give them a chance. 73, Ken ke5jcb? On Jan 22, 2019, at 10:57 AM, George Baumann <baumann@...> wrote:
|
Re: Fuses and Fans
The 3.3V regulator gets quite toasty as it draws most of the 0.72A when the rig is receiving. I just measured the temperature of the heat sink on the regulator with a infrared thermometer and it is 152F. A larger heat sink or a fan sure wouldn't hurt anything. Jack, W8TEE
On Tuesday, January 22, 2019, 3:15:43 PM EST, Lee <mr.olson@...> wrote:
On my first uBitx I used 2 fuses.? .5A for the board and 2A for the output transistors.? I am thinking of adding a 3rd for the JackAl board.?? 1.5A for each regulator and 2A for the amplifier for a total of 5A.?? Does this sound about right? I put a temperature controlled fan on my original uBitx blowing on the output transistor heat sinks.? Some members do not use a fan. ? The case I am using has vent slots top and bottom. ? Should the JackAl board need a fan or just one blowing in to the case and let the vents take care of the heat? I also want to add a special thank you to Jack and Al for all their hard work to give us this much fun and to the members for helping other members. --
|
Fuses and Fans
On my first uBitx I used 2 fuses.? .5A for the board and 2A for the output transistors.? I am thinking of adding a 3rd for the JackAl board.?? 1.5A for each regulator and 2A for the amplifier for a total of 5A.?? Does this sound about right?
I put a temperature controlled fan on my original uBitx blowing on the output transistor heat sinks.? Some members do not use a fan. ? The case I am using has vent slots top and bottom. ? Should the JackAl board need a fan or just one blowing in to the case and let the vents take care of the heat? I also want to add a special thank you to Jack and Al for all their hard work to give us this much fun and to the members for helping other members. --
|
New Document File: Installing the IDE
All:
I just wrote a new document file titled Installing the IDE. By the time you finish reading this, it should be on the web site for download. I can tell by some of the questions I'm getting that some are not getting the files installed in the right place. I think this file, plus the other recent ones we've added, should make it more clear where things should be and, more importantly, why. BTW, the JackAl source code consists of 19 files and all 19 of those files must be in the same project directory. You should NEVER have a downloaded library's code in the project directory. A library file should end up in either the Arduino's default libraries directory or the Teensy libraries directory. (Hopefully the new doc file will make that more clear.) If you write a new library of your own, of course it's okay for you to put your code in the project directory. However, once debugged, you should structure the code as a library and move it to one of the libraries directories. Anyway, I hope the new doc file helps make it more clear how to work the the IDE and the Teensyduino. Jack, W8TEE |
Re: Arduino IDE version 1.8.8 issues
It's not that hex files aren't good idea, but when you have the source code, why not use it. Also, a hex file just adds another file that we would have to compile/upload and do a web site update each time anything changed in the source. Anyone who compiles, uploads, and tests the code is free to upload it to the Forum. Jack, W8TEE
On Monday, January 21, 2019, 3:02:55 PM EST, Scott McDonald via Groups.Io <ka9p@...> wrote:
Jack -?As I sit here looking through all your documentation and my parts and getting ready to start soldering, I feel bad asking for anything else from you guys. given the great effort you've put into this.
?
Roy?may have?a good idea for now or later though.? If you did happen to have a known good hex file that could be XLOADed to do the initial power up - and without ever suggesting any expectation of you guys updating software unless you were having fun doing it - that file could be really useful to guys like me that sometimes don't quite get all the hardware correct the first time out, or perhaps had a bad component, or still mess up on a library from time to time.?
?
I hope it doesn't sound like asking the teacher to do?our homework - at least we'd?could quickly confirm proper hardware operability and then get?on with it?:) FWIW
?
Thanks, a lot.
?
Scott ka9p
?
?
?
? -----Original Message-----
From: Roy Appleton <twelveoclockhigh@...> To: JackAl <[email protected]> Sent: Mon, Jan 21, 2019 12:59 pm Subject: Re: [JackAl] Arduino IDE version 1.8.8 issues Ok, I'm going to show my ignorance. Why can't the code be compiled once and the resulting machine code be distributed instead of everyone having to compile their own code?
Roy
WA0YMH
On Mon, Jan 21, 2019, 12:52 PM Art Olson <olson339@... wrote:
|
Re: Fewer #include files to download
#include
It should work with 1.8.7 as we just switched to 1.8.8 last week. I just thought I'd use the latest release so nwcomer's would be scared 'cause the release number changed. Jack, W8TEE
On Tuesday, January 22, 2019, 1:35:44 PM EST, George Baumann <baumann@...> wrote:
Jack and Al, Thanks for ALL the hard work that y'all have done and continuing to do! The OpenAudio_ArduinoLibrary I just downloaded from ? fixed the problems I was having compiling your code. Got it to upload to my Teensy 3.6 with Arduino IDE 1.8.8 and seemed to work OK with 1.8.7 too! George |
to navigate to use esc to dismiss