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: display
I found out it does not matter.? Get it working and then in the software you can change the define landscape 1 to a 3 and it will switch the orientation if needed. John KH6JTE
On Tuesday, January 29, 2019, 7:20:04 PM CST, k7da <k7da@...> wrote:
Does anyone know which way is up with the display.?? is the lettering on the back an indication of the right way> dave k7da |
Re: Rotary-Master.ZIP
When you're programming it, you must have both the external uBITX supply connected and the USB cable. The display draws too much current for the Teensy and clearly there's no way to program the Teensy if the cable is not connected. Jack, W8TEE
On Monday, January 28, 2019, 5:35:09 PM EST, Art Olson <olson339@...> wrote:
Jack I had the same error until I plugged in the Teensy via a usb cable and the flash memory dropped to 20 percent? Art On Jan 28, 2019, at 3:27 PM, jjpurdum via Groups.Io <jjpurdum@...> wrote:
|
Re: Rotary-Master.ZIP
¿ªÔÆÌåÓýJackI had the same error until I plugged in the Teensy via a usb cable and the flash memory dropped to 20 percent? Art On Jan 28, 2019, at 3:27 PM, jjpurdum via Groups.Io <jjpurdum@...> wrote:
|
Re: Rotary-Master.ZIP
It should use about 20% of flash memory and 13% of SRAM. I think you were just looking at the last compile line. Either way, my guess is that it compiled correctly. Jack, W8TEE
On Monday, January 28, 2019, 4:01:42 PM EST, Bob Miller <bobrmiller@...> wrote:
Jack, I just did a another compile and it completed with no errors and the Teensy.exe did not come this time. The IDE reported 13% of flash used. Looks like I'm good to go, just need to find a good USB cable. Bob -wb6kwt |
Re: Broadcast Filter(BCF)?
I'd be very surprised if you need the BCI filter on top of JackAl. Jack, W8TEE
On Monday, January 28, 2019, 4:03:27 PM EST, PeteWK8S via Groups.Io <pmeier@...> wrote:
I have a local NPR AM station and currently it overwhelms the JackAL/uBitx system. I'm just getting the radio to operate so I'm not sure if the JackAl will tame that issue or not. I had to incorporate a physical BCF in my first uBitx and wondering if I'll have to again for the JackAl. Anyone know? Pete WK8S |
Broadcast Filter(BCF)?
PeteWK8S
I have a local NPR AM station and currently it overwhelms the JackAL/uBitx system. I'm just getting the radio to operate so I'm not sure if the JackAl will tame that issue or not. I had to incorporate a physical BCF in my first uBitx and wondering if I'll have to again for the JackAl.
Anyone know? Pete WK8S |
Re: Touch Display...was Built but not yet working
PeteWK8S
toggle quoted message
Show quoted text
On Jan 28, 2019, at 1:11 PM, jjpurdum via Groups.Io <jjpurdum@...> wrote:
|
Re: Rotary-Master.ZIP
It depends. You can do that with some ZIPs but not all. Some will do: ?? MyLibrary-master but when you look inside, you see: ?? MyLibrary-master\MyLibrary In those cases, all you have to do is copy the subdirectory MyLibrary "up a directory level" and you're done. (You do need to erase the MyLibrary-master directory). Jack, W8TEE
On Monday, January 28, 2019, 1:20:31 PM EST, David Berkompas <david.berkompas@...> wrote:
Extract the whole directory, then just rename, removing '-master', but keep all the contents. Dave - AI6K |
Re: Rotary-Master.ZIP
¿ªÔÆÌåÓýYes, 3.6 There was no compile error only the Teensy display came up, right after the sketch compiled with that message, at the bottom and nothing else.Bob -wb6kwt On 1/28/2019 12:27 PM, jjpurdum via
Groups.Io wrote:
|
Re: Rotary-Master.ZIP
I've never seen that, as we're only using about 20% of flash memory. Can you send me the error listing. You are using a Teensy 3.6, right? Jack, W8TEE
On Monday, January 28, 2019, 2:06:56 PM EST, Bob Miller <bobrmiller@...> wrote:
Okay, that worked and it compiled, without errors of any kind, except Teensy displays this: JackAl_Ver0.91a.ino.hex (too large!) Any idea if that is normal? Thanks, Bob -wb6kwt |
Re: Touch Display...was Built but not yet working
Pete: As we speak, we are redoing the calibrate instructions. We originally had you "walk around the display" as you did, then write down the coordinate values, and then write them to EEPROM. That was a quikc-and-dirty we did early in the development phase. We are now rewriting that code so you don't have to record/write it to EEPROM. That should be posted by tomorrow. I'll send out a notice when the software and a doc file are ready. Jack, W8TEE
On Monday, January 28, 2019, 11:26:17 AM EST, PeteWK8S via Groups.Io <pmeier@...> wrote:
I finally got the Touch calibrate routine to run but it never ends! ?It¡¯ll go around about 10 times then give ¡°Point Ignored¡± at random spots and continues forever. Never exits. if I power down it just return to calibrate routine. Please advise Pete WK8S
Pete Meier pmeier at Amateur Radio Callsign: WK8S || I never lose. If I don't win, I learn. -?unknown author || |
Re: Touch Display...was Built but not yet working
PeteWK8S
¿ªÔÆÌåÓýI finally got the Touch calibrate routine to run but it never ends! ?It¡¯ll go around about 10 times then give ¡°Point Ignored¡± at random spots and continues forever. Never exits. if I power down it just return to calibrate routine. Please advise Pete WK8S
Pete Meier pmeier at Amateur Radio Callsign: WK8S || I never lose. If I don't win, I learn. -?unknown author || |
Re: complile errors
Jack,
Conversationally speaking about why you added it. You are limiting position to between 160 and 358.? I'm guessing it was your intent to store the limited value back into?rxEqualizer[j] so it's within your limits the next loop around and stored that way with the EEPROM.put You used the var position for clarity writing and reading the code, but could have just used? rxEqualizer[j]? Rgds, Gary |
Re: Compile error
It's really not a Library folder, but simply a header file with a bunch of prototypes and macros in it. Take a peek inside the Time folder in the Teensy library subdirectory. Jack, W8TEE
On Monday, January 28, 2019, 9:42:51 AM EST, Bob Miller <bobrmiller@...> wrote:
Thanks Jack, I've deleted everything, both Teensy and Aduino and
reinstalled and "TimeLib" just isn't there, all the others are. Bob -wb6kwt On 1/28/2019 6:30 AM, jjpurdum via
Groups.Io wrote:
From the JackAl.h header file:
#include <Arduino.h>????????? // Standard with IDE #include <EEPROM.h>?????????? // EEPROM distributed with Teensy libraries #include <math.h>???????????? // Standard with IDE #include <Wire.h>???????????? // Standard with IDE #include <SPI.h>????????????? // Standard with IDE #include <stdio.h>??????????? // Standard with IDE #include <OpenAudio_ArduinoLibrary.h> // #include <Adafruit_GFX.h>???? // Now supplied with Teensy Library install #include <Audio.h>??????????? // Now supplied with Teensy Library install #include <RA8875.h>?????????? // #include <Rotary.h>?????????? // #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>????????? // #include <UTFT_Buttons.h>???? // It seems you don't have the latest version of the
Teensyduino if those libraries are missiing.
Jack, W8TEE
On Sunday, January 27, 2019, 12:33:28 PM EST, Bob Miller
<bobrmiller@...> wrote:
Using library UTFT_Buttons in folder: D:\Ardunio 1.8.8\Arduino\hardware\teensy\avr\libraries\UTFT_Buttons (legacy) Error compiling for board Teensy 3.6. This library is directly from the Teensy site, so don't understand what is going on. Also, The TimerLib.h file is missing from the library, where do I find that one? Bob -wb6kwt |
to navigate to use esc to dismiss