开云体育

Date

Re: CAT Support uBITX Firmware CEC Version 1.04 Release #ubitx

Carlos E. Wenzel
 

Last great update (1.04) works perfectly on cw.
Thanks Ian.....
Carlos


--


Re: CAT Support uBITX Firmware CEC Version 1.04 Release #ubitx

Carlos E. Wenzel
 

Last great update (1.04) works perfectly on cw.
Thanks Ian.....
Carlos

2018-03-05 19:28 GMT+01:00 Nigel G4ZAL <nigel@...>:

Thanks Ian, will try it out when I can.
Hope you get some assistance in writing/contributions to a user guide as per your request on your website.




--
Carlos Wenzel
ik2yra@...
+39-3284684518
Skype: IK2YRA


Got my device in a case #ubitx

Simon Rumble
 

I have finally got my uBitx into a metal case. Previously I'd built it into the plastic box it arrived in. The case is , cast aluminium. I've built it for portable use so the LCD and controls face up.

I ended up having to re-extend some of the wires that I'd trimmed in the previous box, due to the larger size of this case. Other features include Anderson Power Pole for power, a power switch and a microphone gain control.

The potentiometers I'm using are much too long for the knobs. I may cut them down or find shorter options.
--
--?
Simon Rumble <simon@...>
VK2VSR


Re: 3.5mm jack.. is it only me or? #ubitx #parts

 

On Mon, Mar 5, 2018 at 10:59 am, John wrote:
Out of the 3 3.5mm jack I was able to only turn the nut on 1 of them. Barrel isn't very long.
I ended up gluing them to the case from the inside.


Re: ubitx order

 

My uBitx took about 60 days from order to delivered by DHL to USA.?
--
Jason Schlager
KM6AUS


Re: Fldigi with UBITX

 

This is Nano specific, not a generic Arduino issue.
The Nano documentation is a much easier read than the ATMega328P datasheet:
? ??
Click "DOCUMENTATION", will find this about halfway down the page:
? ? "Analog pins 6 and 7 cannot be used as digital pins."
Jerry


On Mon, Mar 5, 2018 at 10:20 am, Jerry Gaffke wrote:
On the ATMega328P that's on the Nano, pins A6 and A7 are analog inputs only.
The other analog pins can be used as digital pins.

Takes a pretty thorough read of the datasheet to figure that out.


Re: uBit Crazy Software Problem

 

Many programmers are not aware of this, but on a Nano pins A6 and A7 are
ANALOG INPUT only.

73 Allard PE1NWL

On Mon, March 5, 2018 19:10, Michael Hagen wrote:
Simple problem and I am stumped!

I wrote some test sketches to test the Analog Pins that are on the 8 Pin
molex?? called "Controls" on uBit.

Well on all 5 Nanos I have here, A6 and A7 don't want to flip. A really
puzzling thing is I have an old Mega 2560 (the one with the old USB
squarish plug), and its

A6 and A7 will toggle?

I learned one good thing in hours of fussing around.?? I did NOT know you
can use a Pin name in the sketch without "A" in front of it.

They simply call the ports up from the last digital pin (13), So A0 you
can call 14!!!?? WOW, never knew that.

What is it good for????? You can use for statements to increment a
counter (i) to initialize and address these pins.?? You don't have to put
A in there.



Please Help Me, I am going nuts!

Mike, WA6ISP

Here is a test of A0 - A7,?? MY A6 & A7 won't toggle on my Nanos?


//
// Test A0 - A7
byte i = 0;

void setup()?? {

for (int i=14; i<22; i++)?? {
???? pinMode(i, OUTPUT);
???? digitalWrite(i, HIGH);

}

}
void loop() {

?? for (int i=14; i<22; i++) {

?? digitalWrite(i, LOW);
?? delay(100);
?? digitalWrite(i, HIGH);
?? delay(100);
?? }


}


--
Mike Hagen, WA6ISP
10917 Bryant Street
Yucaipa, Ca. 92399
(909) 918-0058
PayPal ID "MotDog@..."
Mike@...





Re: USB port ubitx

denm178@gmail.com
 

The usb port is Mini B
I got a panel mount cable from Adafruit? P3318a for my radio
73 Dennis


Re: Fldigi with UBITX

 

Apologize for not following the discussion.

rOn



From: Joe Puma <kd2nfc@...>
To: BITX20@groups.io
Sent: Monday, March 5, 2018 2:07 PM
Subject: Re: [BITX20] Fldigi with UBITX

The topic was using his Rpi with FLdigi and other programs and he mentioned RMS express is not available on the RPi. Of course he can use a laptop/ PC for it all but if your Rpi is the computer wired to your radio you can leave it that way, run direwolf on the Rpi and use whatever KISS or AGWE compatible program from any PC or laptop. Heck even remotely if you wish it.?

Joe
KD2NFC?



On Mar 5, 2018, at 1:49 PM, Ronald Pfeiffer via Groups.Io <w2ctx@...> wrote:

Or you can run direwolf on your pc directly.? I use it all the time with packet.
If RMS express can't handle it I would complain to the powers that be.

rOn



From: Joe Puma <kd2nfc@...>
To: BITX20@groups.io
Sent: Monday, March 5, 2018 1:14 PM
Subject: Re: [BITX20] Fldigi with UBITX

Walter have you tried dire wolf on the Rpi? You would still need to run RMS express on the laptop but you can connect to the RPI as a TNC modem using KISS. That’s how my winlink set up works at the moment

Joe
KD2NFC?



On Mar 5, 2018, at 8:59 AM, Walter <W9KJO@...> wrote:

On Mon, Mar 5, 2018 at 04:57 am, Charles Ayers wrote:
What are you running FLDigi on?? A Win/PC, Linux/PC, or something like a Raspberry Pi?
Curious how many folks are running FLDigi on Ras-Pi because that's what I'm working to integrate into a field-portable station with my uBitX right now.

Thanks
Chuck (N1KGY)
I have a Pi3 that runs Fldigi with no problems.? However RMS Express will not run on a Pi.? So I abandoned the Pi3 for a laptop.? My laptop, running Win 7 will run indefinitely on my solar system with the no RMI problems charger I built for charging the laptop.? Since I have solar setup for both my QTH and my Mobile I have a reliable portable solution for both situations.

Plus I'm not real good at Linux programming and have been frustrated with three different books I purchased to learn the protocol.? It was hard just getting Flamp loaded and running due to my lack of knowledge in Raspbian or Linux.? So Windows is far easier to load up software and the frequent updates that come with Fldigi, Flmsg, and Flamp.

--
73, W9KJO
Walter





Re: Fldigi with UBITX

Joe Puma
 

开云体育

The topic was using his Rpi with FLdigi and other programs and he mentioned RMS express is not available on the RPi. Of course he can use a laptop/ PC for it all but if your Rpi is the computer wired to your radio you can leave it that way, run direwolf on the Rpi and use whatever KISS or AGWE compatible program from any PC or laptop. Heck even remotely if you wish it.?

Joe
KD2NFC?



On Mar 5, 2018, at 1:49 PM, Ronald Pfeiffer via Groups.Io <w2ctx@...> wrote:

Or you can run direwolf on your pc directly.? I use it all the time with packet.
If RMS express can't handle it I would complain to the powers that be.

rOn



From: Joe Puma <kd2nfc@...>
To: BITX20@groups.io
Sent: Monday, March 5, 2018 1:14 PM
Subject: Re: [BITX20] Fldigi with UBITX

Walter have you tried dire wolf on the Rpi? You would still need to run RMS express on the laptop but you can connect to the RPI as a TNC modem using KISS. That’s how my winlink set up works at the moment

Joe
KD2NFC?



On Mar 5, 2018, at 8:59 AM, Walter <W9KJO@...> wrote:

On Mon, Mar 5, 2018 at 04:57 am, Charles Ayers wrote:
What are you running FLDigi on?? A Win/PC, Linux/PC, or something like a Raspberry Pi?
Curious how many folks are running FLDigi on Ras-Pi because that's what I'm working to integrate into a field-portable station with my uBitX right now.

Thanks
Chuck (N1KGY)
I have a Pi3 that runs Fldigi with no problems.? However RMS Express will not run on a Pi.? So I abandoned the Pi3 for a laptop.? My laptop, running Win 7 will run indefinitely on my solar system with the no RMI problems charger I built for charging the laptop.? Since I have solar setup for both my QTH and my Mobile I have a reliable portable solution for both situations.

Plus I'm not real good at Linux programming and have been frustrated with three different books I purchased to learn the protocol.? It was hard just getting Flamp loaded and running due to my lack of knowledge in Raspbian or Linux.? So Windows is far easier to load up software and the frequent updates that come with Fldigi, Flmsg, and Flamp.

--
73, W9KJO
Walter



3.5mm jack.. is it only me or? #ubitx #parts

 

After sorting my issues out I started building a case and run into the next problem.

Out of the 3 3.5mm jack I was able to only turn the nut on 1 of them. Barrel isn't very long. Am using double sided copper clad pcb.
So guess have to either modify the cabinet on the inside (to make it thinner) or look for different jacks.

John


Re: Fldigi with UBITX

 

Or you can run direwolf on your pc directly.? I use it all the time with packet.
If RMS express can't handle it I would complain to the powers that be.

rOn



From: Joe Puma <kd2nfc@...>
To: BITX20@groups.io
Sent: Monday, March 5, 2018 1:14 PM
Subject: Re: [BITX20] Fldigi with UBITX

Walter have you tried dire wolf on the Rpi? You would still need to run RMS express on the laptop but you can connect to the RPI as a TNC modem using KISS. That’s how my winlink set up works at the moment

Joe
KD2NFC?



On Mar 5, 2018, at 8:59 AM, Walter <W9KJO@...> wrote:

On Mon, Mar 5, 2018 at 04:57 am, Charles Ayers wrote:
What are you running FLDigi on?? A Win/PC, Linux/PC, or something like a Raspberry Pi?
Curious how many folks are running FLDigi on Ras-Pi because that's what I'm working to integrate into a field-portable station with my uBitX right now.

Thanks
Chuck (N1KGY)
I have a Pi3 that runs Fldigi with no problems.? However RMS Express will not run on a Pi.? So I abandoned the Pi3 for a laptop.? My laptop, running Win 7 will run indefinitely on my solar system with the no RMI problems charger I built for charging the laptop.? Since I have solar setup for both my QTH and my Mobile I have a reliable portable solution for both situations.

Plus I'm not real good at Linux programming and have been frustrated with three different books I purchased to learn the protocol.? It was hard just getting Flamp loaded and running due to my lack of knowledge in Raspbian or Linux.? So Windows is far easier to load up software and the frequent updates that come with Fldigi, Flmsg, and Flamp.

--
73, W9KJO
Walter



Re: Yaesu microphone connector

 

Not much reply. Would also like to know for a Baofeng mike that I want to use.

John


Re: Jerry Solved the puzzle!

 

开云体育

O... THANK You!

I read the official Arduino site stuff but never saw it anywhere.? Every internet link said Analog ports

can be used just like digital.? I did learn the Numbering scheme, I never saw that before?

And to really confuse me, it works on the old Mega, well, because it is a different part!

I spent about 4 hours testing new and old Nanos.? I ripped open brand new package.

What a crazy morning!

Thanks Mucho!!

Mike



On 3/5/2018 10:20 AM, Jerry Gaffke via Groups.Io wrote:
On the ATMega328P that's on the Nano, pins A6 and A7 are analog inputs only.
The other analog pins can be used as digital pins.

Takes a pretty thorough read of the datasheet to figure that out.

-- 
Mike Hagen, WA6ISP
10917 Bryant Street
Yucaipa, Ca. 92399
(909) 918-0058
PayPal ID  "MotDog@..."
Mike@...


Re: CAT Support uBITX Firmware CEC Version 1.04 Release #ubitx

Nigel G4ZAL
 

Thanks Ian, will try it out when I can.
Hope you get some assistance in writing/contributions to a user guide as per your request on your website.


Re: uBit Crazy Software Problem

 

On a Nano A6 and A7 are analog input only.



--
DuWayne? KV4QB


Re: Fldigi with UBITX

 

On the ATMega328P that's on the Nano, pins A6 and A7 are analog inputs only.
The other analog pins can be used as digital pins.

Takes a pretty thorough read of the datasheet to figure that out.


Re: Fldigi with UBITX

Joe Puma
 

开云体育

Walter have you tried dire wolf on the Rpi? You would still need to run RMS express on the laptop but you can connect to the RPI as a TNC modem using KISS. That’s how my winlink set up works at the moment

Joe
KD2NFC?



On Mar 5, 2018, at 8:59 AM, Walter <W9KJO@...> wrote:

On Mon, Mar 5, 2018 at 04:57 am, Charles Ayers wrote:
What are you running FLDigi on?? A Win/PC, Linux/PC, or something like a Raspberry Pi?
Curious how many folks are running FLDigi on Ras-Pi because that's what I'm working to integrate into a field-portable station with my uBitX right now.

Thanks
Chuck (N1KGY)
I have a Pi3 that runs Fldigi with no problems.? However RMS Express will not run on a Pi.? So I abandoned the Pi3 for a laptop.? My laptop, running Win 7 will run indefinitely on my solar system with the no RMI problems charger I built for charging the laptop.? Since I have solar setup for both my QTH and my Mobile I have a reliable portable solution for both situations.

Plus I'm not real good at Linux programming and have been frustrated with three different books I purchased to learn the protocol.? It was hard just getting Flamp loaded and running due to my lack of knowledge in Raspbian or Linux.? So Windows is far easier to load up software and the frequent updates that come with Fldigi, Flmsg, and Flamp.

--
73, W9KJO
Walter


Re: uBit Crazy Software Problem

 

Simple problem and I am stumped!

I wrote some test sketches to test the Analog Pins that are on the 8 Pin molex? called "Controls" on uBit.

Well on all 5 Nanos I have here, A6 and A7 don't want to flip. A really puzzling thing is I have an old Mega 2560 (the one with the old USB squarish plug), and its

A6 and A7 will toggle?

I learned one good thing in hours of fussing around.? I did NOT know you can use a Pin name in the sketch without "A" in front of it.

They simply call the ports up from the last digital pin (13), So A0 you can call 14!!!? WOW, never knew that.

What is it good for???? You can use for statements to increment a counter (i) to initialize and address these pins.? You don't have to put A in there.



Please Help Me, I am going nuts!

Mike, WA6ISP

Here is a test of A0 - A7,? MY A6 & A7 won't toggle on my Nanos?


//
// Test A0 - A7
byte i = 0;

void setup()? {

for (int i=14; i<22; i++)? {
?? pinMode(i, OUTPUT);
?? digitalWrite(i, HIGH);

}

}
void loop() {

? for (int i=14; i<22; i++) {

? digitalWrite(i, LOW);
? delay(100);
? digitalWrite(i, HIGH);
? delay(100);
? }


}


--
Mike Hagen, WA6ISP
10917 Bryant Street
Yucaipa, Ca. 92399
(909) 918-0058
PayPal ID "MotDog@..."
Mike@...


Re: Fldigi with UBITX

Joe Puma
 

开云体育

Fldigi runs on Rpi. Wsjtx also and host of other programs.?

Joe
Kd2nfc?


Sent from my Ham Radio

On Mar 5, 2018, at 7:57 AM, Charles Ayers <cwayers12@...> wrote:

What are you running FLDigi on?? A Win/PC, Linux/PC, or something like a Raspberry Pi?
Curious how many folks are running FLDigi on Ras-Pi because that's what I'm working to integrate into a field-portable station with my uBitX right now.

Thanks
Chuck (N1KGY)