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
Re: upgrading a V1 UbitX
Mike
the oldest production version is known as v3.? it uses an IC audio amp, versus a 2-transistor audio amp in v4.? likely you have one of these.? Do research which firmware you will need for your chose display.? AGC - if you want a complete board, look down one page and you will see references to one for sale.? its a design from ND6T.? I confess I am using the VK3YE design that requires building it yourself.? Either of these should work nicely for you.? Or if you want to go high end -- please examine the Jackal before starting your mods.? Perhaps more important - make sure your ubitx is still working, and do something to correct the spurious.? A daughter board hosting 3 relays cured my harmonics, but I am still working the mixer related spurious (that impact SSB path only).? Curt |
Got the boards in yesterday and prototype tested.? Partial kits available for these from the Triumvirate Skonk Works (TSW) through the website.?
There are two types of switch adapters available, one that just provides convenient plug in switching of voltages to allow you to plug in your DC input to the board and also plug the switch terminals and output to the rig into the board.? That way you can remove connections without having to unsolder wires and re-solder them later. The second one provides the switching functions as well, but adds an onboard voltage regulator capability so you can have an auxiliary voltage output that's also turned on/off with the plug in switch connection.? We have an option to supply this one in partial kit form without the TO-220 three terminal regulator as any regulator from 3.3V to around 10 volts can be used on the board providing it fits the same IN-GND-OUT footprint of a standard 7805 or if you like, for a small increase in price a 7805, heat sink and appropriate bypass capacitors can be included.? We still leave out the series polarity protection diode as this is optional and most people already have reverse polarity protection set up on their voltage inputs.? Pricing and ordering info is on the TSW website for anyone interested. Attached is the construction manual for both kits in PDF format. Jim Sheldon, W0EB TSW Project Coordinator |
Pat Anderson
Yes, I did select ATmega328p (old bootloader). I have tried both ATmega328p and ATmega328p (old bootloader). Same result. See the attached screenshot, my chronos@localhost window, which displays system messages is more specific that the IDE's cryptic message "Problem uploading to board." The message that is logged is "programmer not responding." It tries 10 times and then gives up. A little more info on my system, which I don't THINK is causing the problem. I am running Ubuntu under Crouton on a Chromebook. I run CHIRP using /dev/ttyUSB0 to program my VHF/UHF HTs, and it works fine. It runs all other Linux software I have tried just fine. But IF my Chromebook system might be the problem, or part of it, I will start over with the IDE on an old Windows 7 laptop when I get back to Washington State (I have been in Arizona for the last four months). Frankly, though, over the years I have had a lot more problems with com ports on Windows than with /dev/tty under Linux. I do want to express my immense appreciation for the folks who have tried to help me solve this problem! Pat KD7OAC On Tue, Mar 26, 2019 at 9:19 AM Allard PE1NWL <pe1nwl@...> wrote: On Tue, Mar 26, 2019 at 04:58 PM, Pat Anderson wrote: |
Template Generator for uBitx Cabinets?
Came across a site recently that has calculators to generate cutting templates for paper structures of various shapes.
Perhaps the idea can be adapted to generate uBitx cabinet construction templates from metal, thin plastic, cardboard, etc. ? (for example, see "Trapezoid") |
Re: Mic distortion
Btw which amplifier are you using as that might add distortion too. Il 26/mar/2019 18:40, "iz oos" <and2oosiz2@...> ha scritto:
|
Re: Mic distortion
I use a balanced antenna and I don't have that issue. If your antenna is unbalanced, you may consider the MFJ-815 line isolator. Or a coax choke around a ferrite core with a material like 43, NiZn permeability around 800. Il 26/mar/2019 18:08, "Sam Tedesco" <stedesco619@...> ha scritto: Hi everyone, any ideas on cleaning up the mic distortion when using a linear? I tried turning rv1 down to a few watts out on 40 but still distorting. I really don't want to affect the cw power. I thought about bring rv1 to the front panel...but, thinking against it now. Ideas? |
Re: Mic distortion
I have not used a linear with my uBitx, however the OCFD that I have from MFJ has a lot of RF on the shield.? This got back into the mic, and caused a significant amount of distortion.? You may have the same issue, as it seems that the uBitx audio is susceptible to RF.? I would suggest shielding and ferites on the mic cable.? Could also try a snap on ferite over the coax between the uBitx and linear.
Just suggestions, again, I do not have any experience using a linear to go on. 73 Evan AC9TU |
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 |
to navigate to use esc to dismiss