¿ªÔÆÌåÓý

Date

Re: Raduino

Mark Underkofler
 

I noticed that the shipper from China on eBay listed the Delivery Estimate to be between March 31 and May 9. ?Wow, that reminds me of the wait for stuff I ordered from Battle Creek, Michigan when I was a child! ?Almost two months seems like a very long wait time, if it is indeed true.

Mark, W5MCU


Re: Raduino

 

¿ªÔÆÌåÓý


I have bought 5 at a time.? Maybe $15.? I have bought about 12 of them.

They are sealed individually with a part # 5401274.

I now have a few dead ones, that I must of made happen.? I have yet to try to re-load the boot program?

Usually they just quit connecting to the PC as a recognizable port.


I don't like using the regulator on them at higher voltages or currents (like LCD Backlight current).

Ok for 9V or so with no big current loads on nano.? Otherwise feed the 5V terminal with an off nano regulator.


Mike, WA6ISP

Here is eBay, that is where I bought mine.



On 3/15/2017 10:41 AM, jmlynesjr@... wrote:

Jack:

Do you have a preferred supplier for the Nano modules?

James




Re: Raduino

Jack Purdum
 

Not really. I've had good luck with all so far, so I tend to buy the least expensive. Lately, I'm using the Arduino Mega 2560 Pro Mini and there aren't too many of them yet. (See: ebay?162264493523). However, I usually buy 10 at a time and sell what I don't need to my club members. This helps us all since they will discount the price in quantity.

Jack, W8TEE



From: "jmlynesjr@..." <jmlynesjr@...>
To: [email protected]
Sent: Wednesday, March 15, 2017 1:41 PM
Subject: Re: [BITX20] Raduino

Jack:
Do you have a preferred supplier for the Nano modules?
James




Re: Bitx40 another Raduino(?) problem

 

I bought a BITX40 board before the Raduino was available, so had to build my own. My version is very simple, a arduino Pro Mini instead of a Nano, si5351, and a I2C OLED display. Basically the same thing I had used in converting a Chinese 40 meter cw transceiver. There was no problem with using the same I2C bus for controlling the two devices.
DuWayne KV4QB


--
DuWayne? KV4QB


Re: Raduino

 

Jack:

Do you have a preferred supplier for the Nano modules?

James



Re: Forgot the I2C link!

 

https://learn.sparkfun.com/tutorials/i2c


Re: Bitx40 another Raduino(?) problem

 


I2C has several speed modes.? I think as slow as 240Khz or thereabouts. 400 is the popular fast speed?

Here is a good starting place for looking at I2c.

Sparkfun and AdaFruit sure have so good tutorials!

My Bitx40 was shipped last week!

Mike, WA6ISP


Re: Bitx40 another Raduino(?) problem

Jack Purdum
 

I'm not sure. The I2C interface can handle quite a few devices and the board does have the pullup resistors in place. However, given what the Si5351 is busy doing, I wonder how much bus traffic the interface can handle given that the interface is being controlled by a 16MHz clock. I don't have the EE background to answer that.

Jack, W8TEE



From: Jerry Gaffke via Groups.Io <jgaffke@...>
To: [email protected]
Sent: Wednesday, March 15, 2017 12:57 PM
Subject: Re: [BITX20] Bitx40 another Raduino(?) problem

Comes in handy right now. ?The Si5351 uses the I2C interface, so the etherkit Si5351 library silently grabs A4,A5. ? This might make it difficult to have other I2C devices on that bus, even if they have different I2C addresses than the Si5351. ?For example, an I2C LCD display might be trouble. ?I'm not really sure what the conventions are in the Arduino world.

On Wed, Mar 15, 2017 at 09:32 am, Jack Purdum wrote:
Also note that Farhan wisely left A4 and A5 open as these are often used for the clock (SCL) and data (SDA) lines of the I2C interface. That foresight could come in handy later on...
?



Re: Shooing the harmonics

 

As you have suggested, this 4'th harmonic is a problem when running the VFO at 5mhz. ?On the Raduino, one possible fix is to run the VFO on the high side, at 19mhz ?But with a vfo at 19mhz for operating 7mhz LSB, the crystal filter does not have so steep a skirt on the carrier side where we need maximum attenuation. ?So your fix at 4.8mhz might be the best solution. ?On the new uBitx, I'd like to think the extra crystals in the filter will allow us to not worry so much about crystal filter skirts.


On Wed, Mar 15, 2017 at 10:09 am, Jerry Gaffke wrote:

Raj: ?Thanks for the clarification. ?And yes, this might apply to digital VFOs as well. ?The mixer is having trouble with images from the fourth harmonic on both analog and digital vfo's. ?A square wave from a digital VFO should have no even harmonics, so quite possible that your fix will also help out on the Raduino too.


. . .

On Wed, Mar 15, 2017 at 08:06 am, Raj vu2zap wrote:

My passion is analog VFO, but I guess it would apply to other digital VFO's on 4.8-5 Mhz!

?


Re: Bitx40 another Raduino(?) problem

Jack Purdum
 

You're right! I didn't look at the schematic to see if the Si5351 was using the I2C interface, which it is. My bad...

Jack, W8TEE



From: K5ESS <k5ess.nothdurft@...>
To: [email protected]
Sent: Wednesday, March 15, 2017 1:08 PM
Subject: Re: [BITX20] Bitx40 another Raduino(?) problem

Jack,
I believe the A4 and A5 lines are already being used for the I2C to the SI5351.? Am I missing something?
Mike K5ESS
?
From: [email protected] [mailto:[email protected]] On Behalf Of Jack Purdum via Groups.Io
Sent: Wednesday, March 15, 2017 11:32 AM
To: [email protected]
Subject: Re: [BITX20] Bitx40 another Raduino(?) problem
?
Also note that Farhan wisely left A4 and A5 open as these are often used for the clock (SCL) and data (SDA) lines of the I2C interface. That foresight could come in handy later on...
?
Jack, W8TEE
?

From: matjaz via Groups.Io <matjaz_zejn@...>
To: [email protected]
Sent: Wednesday, March 15, 2017 12:19 PM
Subject: Re: [BITX20] Bitx40 another Raduino(?) problem
?
This is how to connect.

* Though, this can be assigned anyway, for this application of the
Arduino, we will make the following
* assignment
* A2 will connect to the PTT line, which is the usually a part of the mic
connector
* A3 is connected to a push button that can momentarily ground this line.
This will be used to switch between different modes, etc.
* A6 is to implement a keyer, it is reserved and not yet implemented
* A7 is connected to a center pin of good quality 100K or 10K linear
potentiometer with the two other ends connected to
* ground and +5v lines available on the connector. This implments the
tuning mechanism

73 Matjaz
S56ZVD

On Wed, 15 Mar 2017 17:06:39 +0100, "matjaz via Groups.Io"
<matjaz_zejn=[email protected]> wrote:
> Wednesday, March 15, 2017 3:46 PM? ? Re: [BITX20] Bitx40 another
> Raduino(?) problem? ?
>
> Go to?
>
> The photo at the end of the section "Step 4: Volume Control" is correct,
> follow that example.
>
> On Wed, Mar 15, 2017 at 04:11 am, matjaz wrote:
>? I have a problem how to connect the 10k pot. on arduino board.
> In this scheme it is not clear.
>
>? ?
>
> Links:
> ------
> [1] /g/BITX20/message/23463
> [2]
>
mailto:[email protected]?subject=Re:%20Re%3A%20%5BBITX20%5D%20Bitx40%20another%20Raduino%28%3F%29%20problem
> [3]
>
mailto:matjaz_zejn@...?subject=Re:%20Re%3A%20%5BBITX20%5D%20Bitx40%20another%20Raduino%28%3F%29%20problem
> [4] /mt/4526026?uid=180494
> [5] /g/BITX20/post
> [6] /g/BITX20/editsub?uid=180494
> [7] /g/BITX20
> [8] mailto:BITX20+[email protected]
> [9] /static/tos
> [10] /g/BITX20/leave/defanged


?



Re: Shooing the harmonics

 

Raj: ?Thanks for the clarification. ?And yes, this might apply to digital VFOs as well. ?The mixer is having trouble with images from the fourth harmonic on both analog and digital vfo's. ?A square wave from a digital VFO should have no even harmonics, so quite possible that your fix will also help out on the Raduino too.


On Wed, Mar 15, 2017 at 08:06 am, Raj vu2zap wrote:

My passion is analog VFO, but I guess it would apply to other digital VFO's on 4.8-5 Mhz!

?


Re: Bitx40 another Raduino(?) problem

 

¿ªÔÆÌåÓý

Jack,

I believe the A4 and A5 lines are already being used for the I2C to the SI5351.? Am I missing something?

Mike K5ESS

?

From: [email protected] [mailto:[email protected]] On Behalf Of Jack Purdum via Groups.Io
Sent: Wednesday, March 15, 2017 11:32 AM
To: [email protected]
Subject: Re: [BITX20] Bitx40 another Raduino(?) problem

?

Also note that Farhan wisely left A4 and A5 open as these are often used for the clock (SCL) and data (SDA) lines of the I2C interface. That foresight could come in handy later on...

?

Jack, W8TEE

?


From: matjaz via Groups.Io <matjaz_zejn@...>
To: [email protected]
Sent: Wednesday, March 15, 2017 12:19 PM
Subject: Re: [BITX20] Bitx40 another Raduino(?) problem

?

This is how to connect.

* Though, this can be assigned anyway, for this application of the
Arduino, we will make the following
* assignment
* A2 will connect to the PTT line, which is the usually a part of the mic
connector
* A3 is connected to a push button that can momentarily ground this line.
This will be used to switch between different modes, etc.
* A6 is to implement a keyer, it is reserved and not yet implemented
* A7 is connected to a center pin of good quality 100K or 10K linear
potentiometer with the two other ends connected to
* ground and +5v lines available on the connector. This implments the
tuning mechanism

73 Matjaz
S56ZVD

On Wed, 15 Mar 2017 17:06:39 +0100, "matjaz via Groups.Io"
<matjaz_zejn=[email protected]> wrote:
> Wednesday, March 15, 2017 3:46 PM? ? Re: [BITX20] Bitx40 another
> Raduino(?) problem? ?
>
> Go to?
>
> The photo at the end of the section "Step 4: Volume Control" is correct,
> follow that example.
>
> On Wed, Mar 15, 2017 at 04:11 am, matjaz wrote:
>? I have a problem how to connect the 10k pot. on arduino board.
> In this scheme it is not clear.
>
>? ?
>
> Links:
> ------
> [1] /g/BITX20/message/23463
> [2]
>
mailto:[email protected]?subject=Re:%20Re%3A%20%5BBITX20%5D%20Bitx40%20another%20Raduino%28%3F%29%20problem
> [3]
>
mailto:matjaz_zejn@...?subject=Re:%20Re%3A%20%5BBITX20%5D%20Bitx40%20another%20Raduino%28%3F%29%20problem
> [4] /mt/4526026?uid=180494
> [5] /g/BITX20/post
> [6] /g/BITX20/editsub?uid=180494
> [7] /g/BITX20
> [8] mailto:BITX20+[email protected]
> [9] /static/tos
> [10] /g/BITX20/leave/defanged


?


Oscillation

Michael Davis
 

Hi, I get a birdie/oscillation at almost exactly 7200 when tuning the receiver. ?Not sure if this is a common problem or what the solution might be, if any. A relatively minor problem.?


Re: Bitx40 another Raduino(?) problem

 

Comes in handy right now. ?The Si5351 uses the I2C interface, so the etherkit Si5351 library silently grabs A4,A5. ? This might make it difficult to have other I2C devices on that bus, even if they have different I2C addresses than the Si5351. ?For example, an I2C LCD display might be trouble. ?I'm not really sure what the conventions are in the Arduino world.


On Wed, Mar 15, 2017 at 09:32 am, Jack Purdum wrote:

Also note that Farhan wisely left A4 and A5 open as these are often used for the clock (SCL) and data (SDA) lines of the I2C interface. That foresight could come in handy later on...

?


Re: Order has not yet arrived

 

That IndiaPost RN*** ?tracking number can be found on the web, where you might see that it got put into a bag at MumbaiAir, and then silence. ?But the USPS has their own tracking system, no web access for mere mortals. ?After waiting a month, I suggest you find a non-busy hour to bug a clerk at your local post office, see if they can track it from the RN*** number. ?In my case, it took two months for the package to arrive, I suspect due to trouble with the bar code: ?/g/BITX20/message/22442

?

On Wed, Mar 15, 2017 at 07:44 am, Alan Whitman wrote:

I ordered a BITX40 on 24 Jan and received a notice that it had been shipped on 30 Jan. ?I live in Washington State, USA and have not received it. ?Can anyone advise if this is consistent with what others are seeing or has my rig gone astray?

?


Re: EP connectors

 

M3 fine thread, I believe.
About 1.25 sixteenths of an inch, if that makes any sense.


Re: Bitx40 another Raduino(?) problem

Jack Purdum
 

Also note that Farhan wisely left A4 and A5 open as these are often used for the clock (SCL) and data (SDA) lines of the I2C interface. That foresight could come in handy later on...

Jack, W8TEE



From: matjaz via Groups.Io <matjaz_zejn@...>
To: [email protected]
Sent: Wednesday, March 15, 2017 12:19 PM
Subject: Re: [BITX20] Bitx40 another Raduino(?) problem

This is how to connect.

* Though, this can be assigned anyway, for this application of the
Arduino, we will make the following
* assignment
* A2 will connect to the PTT line, which is the usually a part of the mic
connector
* A3 is connected to a push button that can momentarily ground this line.
This will be used to switch between different modes, etc.
* A6 is to implement a keyer, it is reserved and not yet implemented
* A7 is connected to a center pin of good quality 100K or 10K linear
potentiometer with the two other ends connected to
* ground and +5v lines available on the connector. This implments the
tuning mechanism

73 Matjaz
S56ZVD

On Wed, 15 Mar 2017 17:06:39 +0100, "matjaz via Groups.Io"
<matjaz_zejn=[email protected]> wrote:
> Wednesday, March 15, 2017 3:46 PM? ? Re: [BITX20] Bitx40 another
> Raduino(?) problem? ?
>
> Go to?
>
> The photo at the end of the section "Step 4: Volume Control" is correct,
> follow that example.
>
> On Wed, Mar 15, 2017 at 04:11 am, matjaz wrote:
>? I have a problem how to connect the 10k pot. on arduino board.
> In this scheme it is not clear.
>
>? ?
>
> Links:
> ------
> [1] /g/BITX20/message/23463
> [2]
>
mailto:[email protected]?subject=Re:%20Re%3A%20%5BBITX20%5D%20Bitx40%20another%20Raduino%28%3F%29%20problem
> [3]
>
mailto:matjaz_zejn@...?subject=Re:%20Re%3A%20%5BBITX20%5D%20Bitx40%20another%20Raduino%28%3F%29%20problem
> [4] /mt/4526026?uid=180494
> [5] /g/BITX20/post
> [6] /g/BITX20/editsub?uid=180494
> [7] /g/BITX20
> [8] mailto:BITX20+[email protected]
> [9] /static/tos
> [10] /g/BITX20/leave/defanged






Re: Order has not yet arrived

N7PXY
 

To the others in this Groups.io group, not to worry as the things our subgroup is doing are mods and fixes that have been presented here. Local help and face-to-face and show and tell really help a lot.

I wanted to make sure this group did not feel that they were being excluded from useful information.


tnx & 73

PJH


Re: Bitx40 another Raduino(?) problem

 

This is how to connect.

* Though, this can be assigned anyway, for this application of the
Arduino, we will make the following
* assignment
* A2 will connect to the PTT line, which is the usually a part of the mic
connector
* A3 is connected to a push button that can momentarily ground this line.
This will be used to switch between different modes, etc.
* A6 is to implement a keyer, it is reserved and not yet implemented
* A7 is connected to a center pin of good quality 100K or 10K linear
potentiometer with the two other ends connected to
* ground and +5v lines available on the connector. This implments the
tuning mechanism

73 Matjaz
S56ZVD

On Wed, 15 Mar 2017 17:06:39 +0100, "matjaz via Groups.Io"
<matjaz_zejn@...> wrote:
Wednesday, March 15, 2017 3:46 PM Re: [BITX20] Bitx40 another
Raduino(?) problem

Go to

The photo at the end of the section "Step 4: Volume Control" is correct,
follow that example.

On Wed, Mar 15, 2017 at 04:11 am, matjaz wrote:
I have a problem how to connect the 10k pot. on arduino board.
In this scheme it is not clear.



Links:
------
[1] /g/BITX20/message/23463
[2]
mailto:[email protected]?subject=Re:%20Re%3A%20%5BBITX20%5D%20Bitx40%20another%20Raduino%28%3F%29%20problem
[3]
mailto:matjaz_zejn@...?subject=Re:%20Re%3A%20%5BBITX20%5D%20Bitx40%20another%20Raduino%28%3F%29%20problem
[4] /mt/4526026?uid=180494
[5] /g/BITX20/post
[6] /g/BITX20/editsub?uid=180494
[7] /g/BITX20
[8] mailto:[email protected]
[9] /static/tos
[10] /g/BITX20/leave/defanged


Re: Bitx40 another Raduino(?) problem

 

¿ªÔÆÌåÓý

Hello,
tnx for ansver.
I dont have board yet.
Working only for testting. I burn program in arduino and conncet display. Working.
On drawing for dds have 3 conectors, P2 for display, P1 for control and P3 for oscilators.
Where connect poti for change frequency .
I enclose the pdf drawing for raduino.
?
73
Matjaz
S56ZVD
?

Sent: Wednesday, March 15, 2017 3:46 PM
Subject: Re: [BITX20] Bitx40 another Raduino(?) problem
?

Go to

The photo at the end of the section "Step 4: Volume Control" is correct, follow that example.

?

On Wed, Mar 15, 2017 at 04:11 am, matjaz wrote:

I have a problem how to connect the 10k pot. on arduino board.
In this scheme it is not clear.

?