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: I totally Suck At compiling
Vince: On page 3 of the download file that has instructions for installing the IDE, it says to put the source code in a directory named: C://JackAlSourceCode/JackAl_Ver0.9a75 and create a subdirectory for the program code named JackAl_Ver0.9a75. If you downloaded the latest version, this directory would look like: C://JackAlSourceCode/JackAl_Ver0.9a75 ???????????????????? ?????????????? / JackAlV094 Instead, you decided to do this: C:\JackALV094\JackAlV094\JackAlV094.ino:75: Does your red root directory match my yellow root directory? (Hint: No.) Now, look where your compiler is looking for the code: ??????? C:\Users\valoschi\AppData\Local\Temp\arduino_build_290571\sketch\JackAl.h:11 When you load the source code file using the File --> Open menu sequence to run Verion 094, you should navigate to: ????C://JackAlSourceCode/JackAlV094/JackAlV094.ino C://JackAlSourceCode/JackAl_Ver0.9a75 ???????????????????? ?????????????? / JackAlV094 ??????????????????????????????????? / JackAlV095 and so on. Each of the blue directories above in a new release of the software and will match the INO file you will find in its directory. This way, you can always "go back to" the previous release. You have things set up so it is running the sketch from your Users\valoschi directory path. Try setting things up as above. Jack, W8TEE
On Thursday, January 31, 2019, 1:51:17 PM EST, Vince Loschiavo <vince320@...> wrote:
On Wed, Jan 30, 2019 at 07:30 PM, John Galway wrote: KH6JTEJohn maybe we cal talk about this?? |
Re: Encoders stopped working
I'm checking into it now. Jack
On Thursday, January 31, 2019, 12:03:35 PM EST, PeteWK8S via Groups.Io <pmeier@...> wrote:
I've loaded the 0.94 version and like the way Jack moved the Touch calibration to the Calibration screen - logical! However, for some reason neither of my encoders are working now. I've "ohmed out" from the Teensy pins to the encoder pins and all is correct with cable - continuity intact. When I get to Calibration screen only the encoder switch functions. So I can select the default first choice for WWV zero beat however neither encoder? will move through the Calibration choices. ? What other connections will influence this? ?Previously I was able to use and see the encoders working but now nothing? ?Any suggestions? Pete WK8S |
Encoders stopped working
PeteWK8S
I've loaded the 0.94 version and like the way Jack moved the Touch calibration to the Calibration screen - logical!
However, for some reason neither of my encoders are working now. I've "ohmed out" from the Teensy pins to the encoder pins and all is correct with cable - continuity intact. When I get to Calibration screen only the encoder switch functions. So I can select the default first choice for WWV zero beat however neither encoder? will move through the Calibration choices. ? What other connections will influence this? ?Previously I was able to use and see the encoders working but now nothing? ?Any suggestions? Pete WK8S |
Re: Compile error
I just tonight reached out to Jack and he said that it is supported under the latest.? If you have any problems reach out for help. John KH6JTE
On Wednesday, January 30, 2019, 10:31:59 PM CST, Guy <sgbridge@...> wrote:
About a week ago Jack advised us to use Arduino IDE v. 1.87.? I now see where other users have installed v. 1.88.? I¡¯m assuming the latest version is good to go? ? 73,? Guy WB7SZI? |
Re: Compile error
You can use either one, as I have tested both. It's difficult to keep all of the DOC files up-to-date because we have no control of when or how often they update the IDE. However, we do test the latest one as soon as it's available to us. Jack, W8TEE
On Wednesday, January 30, 2019, 11:31:59 PM EST, Guy <sgbridge@...> wrote:
About a week ago Jack advised us to use Arduino IDE v. 1.87.? I now see where other users have installed v. 1.88.? I¡¯m assuming the latest version is good to go? ? 73,? Guy WB7SZI? |
Re: I totally Suck At compiling
Have you installed the Teensyduino software? If you have, you should see the content of Figure 4 in the Installing the Arduino IDE document from the hamradiodesigns.com download. It doesn't appear you've followed those instructions. Jack, W8TEE
On Wednesday, January 30, 2019, 7:56:31 PM EST, Vince Loschiavo <vince320@...> wrote:
Jack,
Seems like I had some success..please take a look...there is only one more thing to address (at the end) wondering why the Teensy is not being recognized..(not my first 'arduino board')? Compiled with no errors.
#include <Time.h>
#include <TimeLib.h>
?
#include <SerialFlash.h>
?
#include <SD.h>
#include <SD_t3.h>
?
#include <RA8875.h>
?
#include <AudioCalcEnvelope_F32.h>
#include <AudioCalcGainWDRC_F32.h>
#include <AudioConfigFIRFilterBank_F32.h>
#include <AudioControlSGTL5000_Extended.h>
#include <AudioControlTester.h>
#include <AudioConvert_F32.h>
#include <AudioEffectCompressor_F32.h>
#include <AudioEffectCompWDRC_F32.h>
#include <AudioEffectEmpty_F32.h>
#include <AudioEffectGain_F32.h>
#include <AudioFilterBiquad_F32.h>
#include <AudioFilterFIR_F32.h>
#include <AudioFilterIIR_F32.h>
#include <AudioMixer_F32.h>
#include <AudioMultiply_F32.h>
#include <AudioSettings_F32.h>
#include <AudioStream_F32.h>
#include <BTNRH_WDRC_Types.h>
#include <input_i2s_f32.h>
#include <OpenAudio_ArduinoLibrary.h>
#include <output_i2s_f32.h>
#include <play_queue_f32.h>
#include <record_queue_f32.h>
#include <synth_pinknoise_f32.h>
#include <synth_sine_f32.h>
#include <synth_waveform_F32.h>
#include <synth_whitenoise_f32.h>
#include <USB_Audio_F32.h>
?
#include <Adafruit_GFX.h>
#include <Adafruit_SPITFT.h>
#include <Adafruit_SPITFT_Macros.h>
#include <gfxfont.h>
void setup() {
? // put your setup code here, to run once:
?
}
?
void loop() {
? // put your main code here, to run repeatedly:
?
}
|
Re: I totally Suck At compiling
Vince I am helping Jack with compiling problems so he can concentrate on other things.? A couple of questions for you. 1.? What OS are you using? 2.? What version of Arduino IDE are you using. 3.? Have you setup the directory structure in the installation instructions. 4.? Have you checked the cable as it might just be a power cable and not data.? I went to the extra expense of buying an extension cable and a set of adapters Amazon.? I can get the numbers if you wish.? I then use this set for programming only. 5.? The example does not show any code.? Have you tried compiling the JackAI code. Let me know and we will go from there. John KH6JTE
On Wednesday, January 30, 2019, 6:58:42 PM CST, Vince Loschiavo <vince320@...> wrote:
should have added this little tidbit. \\ Sketch uses 21552 bytes (2%) of program storage space. Maximum is 1048576 bytes.
Global variables use 7208 bytes (2%) of dynamic memory, leaving 254936 bytes for local variables. Maximum is 262144 bytes.
No Teensy boards were found on any USB ports of your computer.
Please press the PROGRAM MODE BUTTON on your Teensy to upload your sketch.
\\ teensy looks like it comes with blink loaded.. plugged this one in and NADA...strange. V |
New Software Release, V094. Modifed Section DOC
All:
We have changed the way the display calibration code works. Now you press the ALS encoder switch to end the routine rather than a power down. Also, please note that when you run the display calibration, you need blunt, albeit pointed, instrument, like a knitting needle, to press each of the "dots". Use a firm press, not a tap or a touch. Also, we have seen the decoder work best when using the 300Hz filter. The decoder will lose track of itself with QRM, QRN, or QSB.? When that happens, what I do is not ideal and is a work around until I find a better way. First, I touch the User button to update the EEPROM, which includes writing the current frequency. Then I turn off the power, wait a second or two, and then power up again. In most cases, it will pick right up. Keep in mind my algorithm uses FFT bins listening at 700Hz. Use the ALS tuning to zero in on the frequency. When you get the right frequency, you should start to see letters and spaces across the bottom. It will take 5-10 seconds for the code to calculate the current wpm parameters correctly. So, once you see letters starting to march across the bottom of the display, give it ten seconds to sync itself. If it still is not getting the letters correctly, try small changed in ALS Tuning. Al has posted new DOC files for Section 1, so you should also download that, too. Jack, W8TEE |
Re: I totally Suck At compiling
Vince Loschiavo
should have added this little tidbit.
\\ Sketch uses 21552 bytes (2%) of program storage space. Maximum is 1048576 bytes.
Global variables use 7208 bytes (2%) of dynamic memory, leaving 254936 bytes for local variables. Maximum is 262144 bytes.
No Teensy boards were found on any USB ports of your computer.
Please press the PROGRAM MODE BUTTON on your Teensy to upload your sketch. \\ teensy looks like it comes with blink loaded.. plugged this one in and NADA...strange. V |
Re: I totally Suck At compiling
Vince Loschiavo
Jack,
Seems like I had some success..please take a look...there is only one more thing to address (at the end) wondering why the Teensy is not being recognized..(not my first 'arduino board')? Compiled with no errors. #include <Time.h>
#include <TimeLib.h>
?
#include <SerialFlash.h>
?
#include <SD.h>
#include <SD_t3.h>
?
#include <RA8875.h>
?
#include <AudioCalcEnvelope_F32.h>
#include <AudioCalcGainWDRC_F32.h>
#include <AudioConfigFIRFilterBank_F32.h>
#include <AudioControlSGTL5000_Extended.h>
#include <AudioControlTester.h>
#include <AudioConvert_F32.h>
#include <AudioEffectCompressor_F32.h>
#include <AudioEffectCompWDRC_F32.h>
#include <AudioEffectEmpty_F32.h>
#include <AudioEffectGain_F32.h>
#include <AudioFilterBiquad_F32.h>
#include <AudioFilterFIR_F32.h>
#include <AudioFilterIIR_F32.h>
#include <AudioMixer_F32.h>
#include <AudioMultiply_F32.h>
#include <AudioSettings_F32.h>
#include <AudioStream_F32.h>
#include <BTNRH_WDRC_Types.h>
#include <input_i2s_f32.h>
#include <OpenAudio_ArduinoLibrary.h>
#include <output_i2s_f32.h>
#include <play_queue_f32.h>
#include <record_queue_f32.h>
#include <synth_pinknoise_f32.h>
#include <synth_sine_f32.h>
#include <synth_waveform_F32.h>
#include <synth_whitenoise_f32.h>
#include <USB_Audio_F32.h>
?
#include <Adafruit_GFX.h>
#include <Adafruit_SPITFT.h>
#include <Adafruit_SPITFT_Macros.h>
#include <gfxfont.h>
void setup() {
? // put your setup code here, to run once:
?
}
?
void loop() {
? // put your main code here, to run repeatedly:
?
}
|
Re: Compile error
Whoosh? :) On Wed, Jan 30, 2019 at 2:13 PM jjpurdum via Groups.Io <jjpurdum=[email protected]> wrote:
¡°si vis pacem, para bellum¡± --
Brian - N8BDB |
Re: Compile error
We're going tomorrow to a local fabricator. It will read: ???????? ?BITX + JackAl = on the back of the shirt. We will probably do polo shirts so they have a collar. We have no idea how much they will cost. Jack, W8TEE
On Wednesday, January 30, 2019, 2:41:33 PM EST, JOHN Flinn <mutonchopps@...> wrote:
You should make JackAI & uBTIX shirts...... I would buy one N2NOL On Wed, Jan 30, 2019 at 2:13 PM jjpurdum via Groups.Io <jjpurdum=[email protected]> wrote:
|
Re: Compile error
You should make JackAI & uBTIX shirts...... I would buy one N2NOL On Wed, Jan 30, 2019 at 2:13 PM jjpurdum via Groups.Io <jjpurdum=[email protected]> wrote:
|
Re: I totally Suck At compiling
That should clear up the warnings at least! Jack, W8TEE
On Wednesday, January 30, 2019, 2:17:12 PM EST, Vince Loschiavo <vince320@...> wrote:
Jack, Thanks for the heads up.. so it seems that the Teensy's libs we installed with the TeensyduinoInstall.exe..you are right i put all of them in the Arduino libraries subdir.? so the linker is smarter than I by using the ones under the Hardware folder... as for the RA8875.h i did get it from your site...so my mistake was to put it and the others in the Arduino lib folder? Thanks again.I'll putz with it tonight when i get home..and warmed up ! Vince |
Re: I totally Suck At compiling
Vince Loschiavo
Jack,
Thanks for the heads up.. so it seems that the Teensy's libs we installed with the TeensyduinoInstall.exe..you are right i put all of them in the Arduino libraries subdir.? so the linker is smarter than I by using the ones under the Hardware folder... as for the RA8875.h i did get it from your site...so my mistake was to put it and the others in the Arduino lib folder? Thanks again.I'll putz with it tonight when i get home..and warmed up ! Vince |
Re: Compile error
I think we will have shirts on that mention JackAl, plus Al and I look like this: I'm the one who thought a good way to lose some weight is to take a dime-sized hunk out of my chin while shaving. Jack, W8TEE
On Wednesday, January 30, 2019, 12:21:42 PM EST, David Berkompas <david.berkompas@...> wrote:
Jack, I don't have the time to stop and chat with everyone at Hamcation, can you please tell me what your hat says? Dave - AI6K |
Re: I totally Suck At compiling
I think the "red" errors are because you didn't use the versions of the Open Audio library that's on hamradiodesigns.com. Download/install that library. You MUST close and reload the IDE anytime you install/modify a library. The "yellow" errors tell me that you "double-installed" those libraries in both the Arduino libraries subdirectory as well as the Teensy's libraries subdirectory. I would erase the libraries that are in the Arduino libraries subdirectory, unless you have some other Arduino program you're working with that needs them. The linker is smart enough to pick the correct one, because of the way it searches for the include files, but the messages look intimidating. Also make sure you downloaded and installed our version of the RA8875 library, which should also go in the Teensy's libraries subdirectory. Jack, W8TEE
On Wednesday, January 30, 2019, 12:31:10 PM EST, Vince Loschiavo <vince320@...> wrote:
So following all your instructions...which i did diligently, i think, got all the libraries in the right place and named correctly. it seems that the Arduino IDE wants to grab some from another drive even though everything should be isolated?? please see following. Also had issues with the teensy being recognized for some reason.. yes i did the teensy load first. Arduino: 1.8.8 (Windows 10), TD: 1.45, Board: "Teensy 3.6, Audio, 180 MHz, Faster, US English"
?
In file included from F:\arduino1.8.8\Sketchbook\newTryJackAI\newTryJackAI.ino:39:0:
?
F:\arduino1.8.8\hardware\teensy\avr\libraries\Audio/effect_granular.h:26:7: error: redefinition of 'class AudioEffectGranular'
?
?class AudioEffectGranular : public AudioStream
?
? ? ? ?^
?
In file included from F:\arduino1.8.8\hardware\teensy\avr\libraries\Audio/Audio.h:86:0,
?
? ? ? ? ? ? ? ? ?from F:\arduino1.8.8\Sketchbook\newTryJackAI\newTryJackAI.ino:22:
?
F:\arduino1.8.8\hardware\teensy\avr\libraries\Audio/effect_granular.h:26:7: error: previous definition of 'class AudioEffectGranular'
?
?class AudioEffectGranular : public AudioStream
?
? ? ? ?^
?
Multiple libraries were found for "SerialFlash.h"
?Used: F:\arduino1.8.8\hardware\teensy\avr\libraries\SerialFlash
?Not used: F:\arduino1.8.8\libraries\SerialFlash
Multiple libraries were found for "RA8875.h"
?Used: F:\arduino1.8.8\hardware\teensy\avr\libraries\RA8875
?Not used: F:\arduino1.8.8\libraries\RA8875
Multiple libraries were found for "analyze_fft1024.h"
?Used: F:\arduino1.8.8\hardware\teensy\avr\libraries\Audio
?Not used: F:\arduino1.8.8\libraries\Audio
?Not used: F:\arduino1.8.8\libraries\Audio
?Not used: F:\arduino1.8.8\libraries\Audio
?Not used: F:\arduino1.8.8\libraries\Audio
Multiple libraries were found for "SD.h"
?Used: F:\arduino1.8.8\hardware\teensy\avr\libraries\SD
?Not used: F:\arduino1.8.8\libraries\SD
Multiple libraries were found for "Adafruit_GFX.h"
?Used: F:\arduino1.8.8\hardware\teensy\avr\libraries\Adafruit_GFX
?Not used: F:\arduino1.8.8\libraries\Adafruit_GFX
Multiple libraries were found for "UTFT.h"
?Used: F:\arduino1.8.8\hardware\teensy\avr\libraries\UTFT
?Not used: F:\arduino1.8.8\libraries\UTFT
Multiple libraries were found for "TimeLib.h"
?Used: F:\arduino1.8.8\hardware\teensy\avr\libraries\Time
?Not used: F:\arduino1.8.8\libraries\Time
?Not used: F:\arduino1.8.8\libraries\Time
?Not used: F:\arduino1.8.8\libraries\Time
?Not used: F:\arduino1.8.8\libraries\Time
Error compiling for board Teensy 3.6.
?
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Any suggestions welcomed.. Vince ?
|
Re: Compile error
Jack First I finally got your AA working with the latest and greatest software.? Had hardware issues but got them solved.? I really like it so far. Second in an effort to help you if you want it I will offer my services as an Elmer to those having trouble with the software for your products.? Right now not as a programmer but to help people get what you have developed running.? My offer is so you can concentrate on other work and not always having to answer questions you have tried to do in the past.? If you want more info about my skill set reach out to me privately at jjgalway@... and I will provide you more info. I would have sent this privately but do not have that email. John Galway? KH6JTE
On Wednesday, January 30, 2019, 12:08:35 PM CST, jjpurdum via Groups.Io <jjpurdum@...> wrote:
Like I said, we're "too close" to it and forget things are not clear to everyone since they may not have 10 years of experience with the IDE. I'm trying to remember that, but clearly not doing a good job of it. Al and I are finishing up the new calibration routines and hope to have it done in less than 48 hours. Jack, W8TEE
On Wednesday, January 30, 2019, 12:45:40 PM EST, Lee <mr.olson@...> wrote:
Some of us are just in the beginning phases of Arduino and like directions and did not know about looking in the (JackAl.h) but do now.? It loaded perfect now and I am looking forward to updates. --
|
to navigate to use esc to dismiss