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
- BITX20
- Messages
Search
Board Map/Layout, Test Points? (V5)
New Question:? I have the high res PDF schematic, and I have been searching around to see if I can find a high resolution board layout or graphic.? Is this out on the web somewhere??
The answer may be "no."? I'm coming into this new uBitx world from working on old Kenwoods, where I had the service manual with schematic, board graphic, and level diagrams.? Of course I don't really expect these to exist for a hundred dollar kit radio, but it never hurts to ask before I put on the magnifying glasses and start tracing.?? Thanks! --Ron K0EIA |
On Tue, Mar 26, 2019 at 04:58 PM, Pat Anderson wrote:
those are the settings I have, Board Nano, Processor ATmega328P, and Programmer AVRISP mkII.In your IDE version, do you have the option to select Tools > Processor > ATmega328P (Old Bootloader)? See this posting on the Arduino forum: 73 Allard PE1NWL |
Compiling Ubidx_5 errors
I am not a programmer especially in C. I am trying to compile the V5 code and keep getting compile errors, Anyone have any help,,, Here are the errors as follows..??
Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: "Arduino/Genuino Uno"
?
sketch\Ubix 5.1.c:33:2: error: stray '#' in program
?
?*#include <Wire.h>
?
? ^
?
sketch\Ubix 5.1.c:33:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
?
?*#include <Wire.h>
?
? ? ? ? ? ?^
?
In file included from c:\program files\windowsapps\arduinollc.arduinoide_1.8.21.0_x86__mdqgnx93n4wtt\hardware\tools\avr\lib\gcc\avr\5.4.0\include\stdint.h:9:0,
?
? ? ? ? ? ? ? ? ?from c:\program files\windowsapps\arduinollc.arduinoide_1.8.21.0_x86__mdqgnx93n4wtt\hardware\tools\avr\avr\include\inttypes.h:37,
?
? ? ? ? ? ? ? ? ?from C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\libraries\EEPROM\src/EEPROM.h:24,
?
? ? ? ? ? ? ? ? ?from sketch\Ubix 5.1.c:34:
?
c:\program files\windowsapps\arduinollc.arduinoide_1.8.21.0_x86__mdqgnx93n4wtt\hardware\tools\avr\avr\include\stdint.h:163:9: error: unknown type name 'int8_t'
?
?typedef int8_t? ?int_least8_t;
?
? ? ? ? ?^
?
c:\program files\windowsapps\arduinollc.arduinoide_1.8.21.0_x86__mdqgnx93n4wtt\hardware\tools\avr\avr\include\stdint.h:217:9: error: unknown type name 'int8_t'
?
?typedef int8_t int_fast8_t;
?
? ? ? ? ?^
?
In file included from sketch\Ubix 5.1.c:34:0:
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\libraries\EEPROM\src/EEPROM.h:38:5: error: expected specifier-qualifier-list before 'EERef'
?
? ? ?EERef( const int index )
?
? ? ?^
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\libraries\EEPROM\src/EEPROM.h:89:5: error: expected specifier-qualifier-list before 'EEPtr'
?
? ? ?EEPtr( const int index )
?
? ? ?^
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\libraries\EEPROM\src/EEPROM.h:119:5: error: unknown type name 'EERef'
?
? ? ?EERef operator[]( const int idx )? ? { return idx; }
?
? ? ?^
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\libraries\EEPROM\src/EEPROM.h:119:42: error: expected ':', ',', ';', '}' or '__attribute__' before '{' token
?
? ? ?EERef operator[]( const int idx )? ? { return idx; }
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
?
In file included from sketch\Ubix 5.1.c:34:0:
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\libraries\EEPROM\src/EEPROM.h:145:8: error: unknown type name 'EEPROMClass'
?
?static EEPROMClass EEPROM;
?
? ? ? ? ^
?
In file included from C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/Print.h:27:0,
?
? ? ? ? ? ? ? ? ?from C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\libraries\LiquidCrystal\src/LiquidCrystal.h:5,
?
? ? ? ? ? ? ? ? ?from sketch\Ubix 5.1.c:96:
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/Printable.h:25:1: error: unknown type name 'class'
?
?class Print;
?
?^
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/Printable.h:33:1: error: unknown type name 'class'
?
?class Printable
?
?^
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/Printable.h:34:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
?
?{
?
?^
?
In file included from C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\libraries\LiquidCrystal\src/LiquidCrystal.h:5:0,
?
? ? ? ? ? ? ? ? ?from sketch\Ubix 5.1.c:96:
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/Print.h:37:1: error: unknown type name 'class'
?
?class Print
?
?^
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/Print.h:38:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
?
?{
?
?^
?
In file included from sketch\Ubix 5.1.c:96:0:
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\libraries\LiquidCrystal\src/LiquidCrystal.h:45:1: error: unknown type name 'class'
?
?class LiquidCrystal : public Print {
?
?^
?
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\libraries\LiquidCrystal\src/LiquidCrystal.h:45:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
?
?class LiquidCrystal : public Print {
?
? ? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:97:1: error: unknown type name 'LiquidCrystal'
?
?LiquidCrystal lcd(8,9,10,11,12,13);
?
?^
?
sketch\Ubix 5.1.c:97:19: error: expected declaration specifiers or '...' before numeric constant
?
?LiquidCrystal lcd(8,9,10,11,12,13);
?
? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:97:21: error: expected declaration specifiers or '...' before numeric constant
?
?LiquidCrystal lcd(8,9,10,11,12,13);
?
? ? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:97:23: error: expected declaration specifiers or '...' before numeric constant
?
?LiquidCrystal lcd(8,9,10,11,12,13);
?
? ? ? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:97:26: error: expected declaration specifiers or '...' before numeric constant
?
?LiquidCrystal lcd(8,9,10,11,12,13);
?
? ? ? ? ? ? ? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c:97:29: error: expected declaration specifiers or '...' before numeric constant
?
?LiquidCrystal lcd(8,9,10,11,12,13);
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:97:32: error: expected declaration specifiers or '...' before numeric constant
?
?LiquidCrystal lcd(8,9,10,11,12,13);
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c:186:1: error: unknown type name 'int8_t'
?
?int8_t meter_reading = 0; // a -1 on meter makes it invisible
?
?^
?
sketch\Ubix 5.1.c:195:1: error: unknown type name 'byte'
?
?byte cwDelayTime = 60;
?
?^
?
sketch\Ubix 5.1.c:196:1: error: unknown type name 'bool'
?
?bool Iambic_Key = true;
?
?^
?
sketch\Ubix 5.1.c:196:19: error: 'true' undeclared here (not in a function)
?
?bool Iambic_Key = true;
?
? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:204:1: error: unknown type name 'boolean'
?
?boolean txCAT = false;? ? ? ? //turned on if the transmitting due to a CAT command
?
?^
?
sketch\Ubix 5.1.c:204:17: error: 'false' undeclared here (not in a function)
?
?boolean txCAT = false;? ? ? ? //turned on if the transmitting due to a CAT command
?
? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:210:1: error: unknown type name 'byte'
?
?byte menuOn = 0;? ? ? ? ? ? ? //set to 1 when the menu is being displayed, if a menu item sets it to zero, the menu is exited
?
?^
?
sketch\Ubix 5.1.c:214:1: error: unknown type name 'boolean'
?
?boolean modeCalibrate = false;//this mode of menus shows extended menus to calibrate the oscillators and choose the proper
?
?^
?
sketch\Ubix 5.1.c: In function 'active_delay':
?
sketch\Ubix 5.1.c:227:29: warning: implicit declaration of function 'millis' [-Wimplicit-function-declaration]
?
? ?unsigned long timeStart = millis();
?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c: In function 'setTXFilters':
?
sketch\Ubix 5.1.c:254:5: warning: implicit declaration of function 'digitalWrite' [-Wimplicit-function-declaration]
?
? ? ?digitalWrite(TX_LPF_A, 0);
?
? ? ?^
?
sketch\Ubix 5.1.c: In function 'setFrequency':
?
sketch\Ubix 5.1.c:320:3: error: expected expression before 'if'
?
? ?if (isUSB){
?
? ?^
?
sketch\Ubix 5.1.c: At top level:
?
sketch\Ubix 5.1.c:349:14: error: unknown type name 'byte'
?
?void startTx(byte txMode){
?
? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c: In function 'stopTx':
?
sketch\Ubix 5.1.c:397:2: warning: implicit declaration of function 'si5351bx_setfreq' [-Wimplicit-function-declaration]
?
? si5351bx_setfreq(0, usbCarrier);? //set back the cardrier oscillator anyway, cw tx switches it off
?
? ^
?
sketch\Ubix 5.1.c:417:3: warning: implicit declaration of function 'updateDisplay' [-Wimplicit-function-declaration]
?
? ?updateDisplay();
?
? ?^
?
sketch\Ubix 5.1.c: In function 'checkPTT':
?
sketch\Ubix 5.1.c:455:7: warning: implicit declaration of function 'digitalRead' [-Wimplicit-function-declaration]
?
? ?if (digitalRead(PTT) == 0 && inTx == 0){
?
? ? ? ?^
?
sketch\Ubix 5.1.c:78:16: error: 'A3' undeclared (first use in this function)
?
?#define PTT? ?(A3)
?
? ? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c:455:19: note: in expansion of macro 'PTT'
?
? ?if (digitalRead(PTT) == 0 && inTx == 0){
?
? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:78:16: note: each undeclared identifier is reported only once for each function it appears in
?
?#define PTT? ?(A3)
?
? ? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c:455:19: note: in expansion of macro 'PTT'
?
? ?if (digitalRead(PTT) == 0 && inTx == 0){
?
? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:456:5: warning: implicit declaration of function 'startTx' [-Wimplicit-function-declaration]
?
? ? ?startTx(TX_SSB);
?
? ? ?^
?
sketch\Ubix 5.1.c: In function 'checkButton':
?
sketch\Ubix 5.1.c:468:8: warning: implicit declaration of function 'btnDown' [-Wimplicit-function-declaration]
?
? ?if (!btnDown())
?
? ? ? ? ^
?
sketch\Ubix 5.1.c:474:3: warning: implicit declaration of function 'doMenu' [-Wimplicit-function-declaration]
?
? ?doMenu();
?
? ?^
?
sketch\Ubix 5.1.c: In function 'doTuning':
?
sketch\Ubix 5.1.c:494:7: warning: implicit declaration of function 'enc_read' [-Wimplicit-function-declaration]
?
? ?s = enc_read();
?
? ? ? ?^
?
sketch\Ubix 5.1.c: In function 'initSettings':
?
sketch\Ubix 5.1.c:548:3: error: unknown type name 'byte'
?
? ?byte x;
?
? ?^
?
sketch\Ubix 5.1.c:551:9: error: request for member 'get' in something not a structure or union
?
? ?EEPROM.get(MASTER_CAL, calibration);
?
? ? ? ? ?^
?
sketch\Ubix 5.1.c:552:9: error: request for member 'get' in something not a structure or union
?
? ?EEPROM.get(USB_CAL, usbCarrier);
?
? ? ? ? ?^
?
sketch\Ubix 5.1.c:553:9: error: request for member 'get' in something not a structure or union
?
? ?EEPROM.get(VFO_A, vfoA);
?
? ? ? ? ?^
?
sketch\Ubix 5.1.c:554:9: error: request for member 'get' in something not a structure or union
?
? ?EEPROM.get(VFO_B, vfoB);
?
? ? ? ? ?^
?
sketch\Ubix 5.1.c:555:9: error: request for member 'get' in something not a structure or union
?
? ?EEPROM.get(CW_SIDETONE, sideTone);
?
? ? ? ? ?^
?
sketch\Ubix 5.1.c:556:9: error: request for member 'get' in something not a structure or union
?
? ?EEPROM.get(CW_SPEED, cwSpeed);
?
? ? ? ? ?^
?
sketch\Ubix 5.1.c:560:4: error: expected expression before 'void'
?
? ? void usbCarrier = 11052000l;
?
? ? ^
?
sketch\Ubix 5.1.c:575:9: error: request for member 'get' in something not a structure or union
?
? ?EEPROM.get(VFO_A_MODE, x);
?
? ? ? ? ?^
?
sketch\Ubix 5.1.c:591:9: error: request for member 'get' in something not a structure or union
?
? ?EEPROM.get(VFO_B_MODE, x);
?
? ? ? ? ?^
?
sketch\Ubix 5.1.c:612:10: error: request for member 'get' in something not a structure or union
?
? ? EEPROM.get(CW_KEY_TYPE, x);
?
? ? ? ? ? ^
?
sketch\Ubix 5.1.c: In function 'initPorts':
?
sketch\Ubix 5.1.c:629:3: warning: implicit declaration of function 'analogReference' [-Wimplicit-function-declaration]
?
? ?analogReference(DEFAULT);
?
? ?^
?
sketch\Ubix 5.1.c:629:19: error: 'DEFAULT' undeclared (first use in this function)
?
? ?analogReference(DEFAULT);
?
? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:632:3: warning: implicit declaration of function 'pinMode' [-Wimplicit-function-declaration]
?
? ?pinMode(ENC_A, INPUT_PULLUP);
?
? ?^
?
sketch\Ubix 5.1.c:75:16: error: 'A0' undeclared (first use in this function)
?
?#define ENC_A (A0)
?
? ? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c:632:11: note: in expansion of macro 'ENC_A'
?
? ?pinMode(ENC_A, INPUT_PULLUP);
?
? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:632:18: error: 'INPUT_PULLUP' undeclared (first use in this function)
?
? ?pinMode(ENC_A, INPUT_PULLUP);
?
? ? ? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c:76:16: error: 'A1' undeclared (first use in this function)
?
?#define ENC_B (A1)
?
? ? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c:633:11: note: in expansion of macro 'ENC_B'
?
? ?pinMode(ENC_B, INPUT_PULLUP);
?
? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:77:18: error: 'A2' undeclared (first use in this function)
?
?#define FBUTTON (A2)
?
? ? ? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c:634:11: note: in expansion of macro 'FBUTTON'
?
? ?pinMode(FBUTTON, INPUT_PULLUP);
?
? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:78:16: error: 'A3' undeclared (first use in this function)
?
?#define PTT? ?(A3)
?
? ? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c:640:11: note: in expansion of macro 'PTT'
?
? ?pinMode(PTT, INPUT_PULLUP);
?
? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:79:23: error: 'A6' undeclared (first use in this function)
?
?#define ANALOG_KEYER (A6)
?
? ? ? ? ? ? ? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:641:11: note: in expansion of macro 'ANALOG_KEYER'
?
? ?pinMode(ANALOG_KEYER, INPUT_PULLUP);
?
? ? ? ? ? ?^
?
sketch\Ubix 5.1.c:643:20: error: 'OUTPUT' undeclared (first use in this function)
?
? ?pinMode(CW_TONE, OUTPUT);
?
? ? ? ? ? ? ? ? ? ? ^
?
sketch\Ubix 5.1.c: In function 'setup':
?
sketch\Ubix 5.1.c:662:3: error: 'Serial' undeclared (first use in this function)
?
? ?Serial.begin(38400);
?
? ?^
?
sketch\Ubix 5.1.c:665:3: error: 'lcd' undeclared (first use in this function)
?
? ?lcd.begin(16, 2);
?
? ?^
?
sketch\Ubix 5.1.c:669:3: warning: implicit declaration of function 'printLine2' [-Wimplicit-function-declaration]
?
? ?printLine2("uBITX v5.1");
?
? ?^
?
sketch\Ubix 5.1.c:675:3: warning: implicit declaration of function 'initOscillators' [-Wimplicit-function-declaration]
?
? ?initOscillators();
?
? ?^
?
sketch\Ubix 5.1.c:682:5: warning: implicit declaration of function 'factory_alignment' [-Wimplicit-function-declaration]
?
? ? ?factory_alignment();
?
? ? ?^
?
sketch\Ubix 5.1.c: At top level:
?
sketch\Ubix 5.1.c:690:1: error: unknown type name 'byte'
?
?byte flasher = 0;
?
?^
?
sketch\Ubix 5.1.c: In function 'loop':
?
sketch\Ubix 5.1.c:693:3: warning: implicit declaration of function 'cwKeyer' [-Wimplicit-function-declaration]
?
? ?cwKeyer();
?
? ?^
?
sketch\Ubix 5.1.c:707:3: warning: implicit declaration of function 'checkCAT' [-Wimplicit-function-declaration]
?
? ?checkCAT();
?
? ?^
?
sketch\Ubix 5.1.c:231:10: note: previous declaration of 'checkCAT' was here
?
? ? ?void checkCAT(int);
?
? ? ? ? ? ^
?
sketch\Ubix 5.1.c:707:3: error: incompatible implicit declaration of function 'checkCAT'
?
? ?checkCAT();
?
? ?^
?
sketch\Ubix 5.1.c:231:10: note: previous implicit declaration of 'checkCAT' was here
?
? ? ?void checkCAT(int);
?
? ? ? ? ? ^
?
Multiple libraries were found for "Wire.h"
?Used: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\libraries\Wire
?Not used: C:\Users\Tom\Documents\Arduino\libraries\Wire
exit status 1
Error compiling for board Arduino/Genuino Uno.
?
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
?
-- W0KFL / Tom Raber |
Pat Anderson
Programmer ARmega328P (old bootloader) is what I meant to type. I have tried both but is is currently on (old bootloader). On Tue, Mar 26, 2019 at 8:58 AM Pat Anderson via Groups.Io <anderson5420=[email protected]> wrote:
|
Pat Anderson
Thanks, Allard - those are the settings I have, Board Nano, Processor ATmega328P, and Programmer AVRISP mkII. The port is /dev/ttyUSB0, and I do a sudo chmod 777 /dev/ttyUSB0 before upload attempts (not sure if necessary but I had to do the with CHIRP to program my HTs). Sometimes it shows "uploading" for quite a while before I get the error message, sometimes the error message appears almost immediately. I really don't have any way to know if the computer is actually communicating with the board at all. Is there some log file I could examine? Pat KD7OAC On Tue, Mar 26, 2019 at 3:34 AM Allard PE1NWL <pe1nwl@...> wrote: On Tue, Mar 26, 2019 at 06:18 AM, Pat Anderson wrote: |
Re: 5 inch Bezel for Nextion display.
Once I have the screen files completed then I will share them? here.
As I said, I want to re-scale the spectrum display but I am at a loss to find out where it is in the software that I need to modify. I really need to ask Ian(KD8CEC) for some guidance but I think he is a busy guy and I don't want to take up his time. John |
Second Nano @ i2c for spectrum, meters, CW-decode, etc
I've followed what I've found so far regarding installing a second Arduino Nano to a uBitx, flashing that with i2c firmware, and getting it to band-scan and provide S-meter operation.? There are three items for which I've not found information and hope someone here can add to the experience.
1. I followed the basic option of keeping the TFT screen wired to the original Raduino Nano while placing a second Nano powered in parallel and the i2c connections paralleled/wired together.? I notice that there is a "stand-alone" option for hooking up the TFT screen between both Nanos in a loop fashion, presumably (I'm asking if this is so...) in order to play with these analysers and stuff without it affecting the radio frequency settings as it can now,?? So: Is that in fact what the "stand-alone" feature is?? I will try it, of course, though the way other people get the most out of the experience interests me. 2. I don't see Morse decode operations going; maybe the stand-alone has to be wired for that feature to work?? How do we make CW decode work on this screen and firmware, for educational value & show-and-tell purposes?? Well, I might actually use it myself a little, but mainly it's a feature it's supposed to do and it isn't doing it. 3. Somewhere along the searches and readings, I saw a spectrum display in the lower left where it's normally occupied with a menu square, the pressing of which takes one to a page containing the several operational menus. That would be interesting to see while operating normally and I suspect this is just another regular feature of either the original CEC firmware that I'm missing, or a feature of the i2c/second Nano paradigm that's not yet unlocked or discovered here. 73, Ted K3RTA |
upgrading a V1 UbitX
Michael Walker
Hi All I have one of the older UbitX's (v1? or so).?? I want to start playing with a new display, so I was going to order one of the Nextion's, likely the 3.2" one.?? Is that the way most people are going? Also, what is the current AGC recommendation? (I know, this is a general type of message and there will be a hundred replies or so. Thanks, Mike va3mw |
Re: 5 inch Bezel for Nextion display.
Joe Puma
¿ªÔÆÌåÓýStaples? Haha this work from home job keeps me indoors too much. I gotta get out more. I¡¯m gonna order this ASAP.?Thanks for the tip Joe KD2NFC? On Mar 26, 2019, at 10:33 AM, Laurence Oberman <oberman.l@...> wrote:
|
Re: 5 inch Bezel for Nextion display.
Laurence Oberman
Exactly true, also why I asked,
toggle quoted message
Show quoted text
Regards That setup John is awesome On Tue, Mar 26, 2019 at 10:33 AM Bill <billshamlink@...> wrote:
|
Re: 5 inch Bezel for Nextion display.
Laurence Oberman
Joe, I have a printer but its not great, I will try it, but staples now does 3d printing On Tue, Mar 26, 2019 at 10:31 AM Joe Puma <kd2nfc@...> wrote:
|
Re: 5 inch Bezel for Nextion display.
¿ªÔÆÌåÓýHi John I am wondering ware you found the 3.2 Nextion file I tried one from UBIT_nextion_GUI-V3 it has tft files for 2.4 to 9.0 but when I loaded the 3.2 it did not fill the screen, left about 1/2 inch blank on the right side and all the functions did not work. Thanks Bill K9JUI On 3/26/2019 10:07 AM, John Ferguson
(G8STW) via Groups.Io wrote:
I couldn't find any files for the 5", as the ones I did find are just 3.2 screens placed in a 5" window. |
Re: 5 inch Bezel for Nextion display.
Joe Puma
¿ªÔÆÌåÓýGreat idea. I need this. So I can take that file and get it 3D printed? I never done that before. Any recommend sites to get it done.?Joe KD2NFC On Mar 26, 2019, at 6:03 AM, jc_ferguson via Groups.Io <jc_ferguson@...> wrote:
|
Re: 5 inch Bezel for Nextion display.
I couldn't find any files for the 5", as the ones I did find are just 3.2 screens placed in a 5" window.
I have converted the 3.2" files for 5" display (well work in progress) I still have the Spectrum display to re-scale when I can work out how to do it. I have spent quite a few days on it so far but its getting there. John |
Re: 5 inch Bezel for Nextion display.
Laurence Oberman
Thanks for sharing. looks immaculate/ Where are the latest Nextion tft files for the 5inch. Are they on Ian's site now. Thanks Laurence On Tue, Mar 26, 2019 at 6:04 AM jc_ferguson via Groups.Io <jc_ferguson=[email protected]> wrote: In have just made this display bezel for my case which uses a Nextion 5" display which I thought other might find useful. |
Re: Help Me Interpret this Spectrum?
Mark and Tom, I think you have steered me to the answer for the dBm question, the AD2 physically just has two analog inputs, they can be scope ch1/ch2, or SA, or whatever but they are designed as scope inputs.? My signal sample comes from a 47dB tap on my dummy load (home brew from parts which is why the odd number of dB).? Assuming my decibel math is right -- which is a stretch -- uBitx is putting out nominally 7w (antenna SWR meter says) == 19V @50Ohm == 47dB down is 0.080V, 80mV.? I see this on my tek 2246 scope, plus/minus calibration (it goes without saying none of this equipment is calibrated!).? I put this into the AD2 to look at spectrum as above.? I was checking the AD2 manual to make sure I wasn't blowing it up, which it said it was ok, and that now makes sense since these are designed as scope inputs.? I have a kit step attenuator, which let me put another 60dB in front of the AD2 (again assuming decibel math correct, that should be in the vicinity of 50uV).? It didn't look like it made any difference, which I think makes sense now.?
Whew, this uBitx assembly is really living up to expectations for making me learn (!).? According to the manual it will do cursors, I have to go find this feature. --Ron K0EIA |
to navigate to use esc to dismiss