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: I need a V3 or V4 uBitx board.
Joel, thanks for the steer on a relay.
toggle quoted message
Show quoted text
I think I managed to decode the print properly from that photo, here's some sources. Looks like walmart, kmart, newegg, dealextreme are/were also selling them. I haven't bought any from anybody. ? ?? ? ?? ? ?? Jerry, KE7ER On Mon, Jun 25, 2018 at 07:09 am, Joel Caulkins wrote:
Here is a shot of the relay. They are just cheap Chinese EBay relays, I've been using them for years, they seem to be quite reliable. |
Re: ubitx code version 4.3 for review, testing
Jack Purdum
Hi Martin: Not a problem. One other thing: If your project includes a header file (which it should for multiple files), it should be included as: ?? #include "myHeaderFile.h" and not ? #include <myHeaderFile.h> If you use angle brackets (<>), the compiler only looks in the IDE's libraries subdirectory and default include path for the IDE. By using double quotes, the compiler first looks in the sketch directory for the header file and then on the default include path. You will need to have data declarations in the header file for any globals that are used in multiple source files. To get the most help from the compiler in terms of debugging, there should only be one *.ino file in a project--the file that contains setup() and loop(). All the rest should be *.cpp and a header file (*.h). The globals are defined in the *.ino file, but declared in the *.h file. (Define and declare are NOT the same thing, even though programmers are incredibly sloppy when using these terms.) If you use all *.ino files, you lose type checking across source files...bugs love to hide there! Jack, W8TEE
On Monday, June 25, 2018, 5:58:00 AM EDT, Martin FKK <g4fkk@...> wrote:
Thanks for answering Craig Jack - I've been wondering about that for a few days :)? You learn something new every day. Martin - G4FKK |
Re: Programming Issues and Questions
Jack Purdum
Howard: Alas, I don't know anything about compiling on the Mac, but you can ignore the invalid conversion warnings as the compiler can usually resolve those types of warnings. Did you reboot the machine after installing the drivers? I don't know about the Mac, but sometimes driver installation on some versions of Windows doesn't "take" for all applications until the DLL gets registered by the op system. Can't hurt to try. Jack, W8TEE
On Monday, June 25, 2018, 8:48:28 AM EDT, Howard Fidel <sonic1@...> wrote:
Okay, now it compiles, but it doesn't
recognize the Arduino. I installed the CH340 driver, but it didn't
help. Anything else I am missing?
Howard On 6/25/2018 8:12 AM, Howard Fidel wrote:
|
Re: uBTIX Nextion Display and microSD card woes
#ubitx
Or <ctl>h
toggle quoted message
Show quoted text
73, Bill On 06/25/2018 12:07 AM, Keven Pittsinger wrote:
Linux doesn't show hidden files by default. But you can see them by typing: --
bark less - wag more |
Re: RFI from uBitx TX after AGC and other mods installed
Hi Don - I tried a small RG174 cable and unfortunately it didn't solve the RFI problem.? Still getting a very strong garbled RFI when I transmit SSB and the audio cable is connected.? Grounded at both the pot end and the AGC board, with the center of the coax going to the hot side of the pot (not the wiper).??
Same problem with TX into a dummy load or antenna.?? Not sure what to try next unless I move the AGC board towards the front of the enclosure and redo the cabling.? I guess it's hard to know where the RF is coming from so I know the best way to route the cables to avoid it? Any other thoughts?? Is anyone successfully using the AGC kit mounted at the tap point of the RF trace and Sunil's enclosure?? Maybe a photo showing cabling for a successful install would help. 73, Rowland K4XD |
Re: Programming Issues and Questions
¿ªÔÆÌåÓýGot it working! Seems like a bad
connection on the mini USB connector.
On 6/25/2018 8:48 AM, Howard Fidel wrote:
|
Re: Programming Issues and Questions
¿ªÔÆÌåÓýOkay, now it compiles, but it doesn't
recognize the Arduino. I installed the CH340 driver, but it didn't
help. Anything else I am missing?
Howard On 6/25/2018 8:12 AM, Howard Fidel wrote:
|
Re: Programming Issues and Questions
¿ªÔÆÌåÓýPeter:
That did it, thanks. I should have remembered that myself, not the first time I experienced it. Howard On 6/25/2018 1:59 AM, Peter Aiea wrote:
|
Re: IRF510
¿ªÔÆÌåÓýSkip:
Thanks for the offer. I just ordered them from Mouser, but I probably won't change them. Just send me another SASE I will send you more parts. Howard On 6/25/2018 1:58 AM, Skip Davis via Groups.Io wrote: Howard do you need some 510¡¯s , I¡¯ll trade a few for some more of those caps and inductors for the driver mod. I got another board that needs them.?
|
Re: Keypad for Raduino...?
¿ªÔÆÌåÓýI have one of these keypads (which
includes a resistor matrix? built in for connecting to an analogue
pin)
I have yet to deploy it ... a future project. Robotdyn also has an i2c controller for capacitive keys and the associated keypad Mike ZL1AXG On 25/06/18 9:11 PM, Robert McClements wrote: The?16 key?TTP229?capacitive touch keypad might be worth considering as an easy low cost external keyboard solution for the uBitx,
|
Re: Keypad for Raduino...?
Robert McClements
The?16 key?TTP229?capacitive touch keypad might be worth considering as an easy low cost external keyboard solution for the uBitx,
it worked well for me on another Arduino project See Another interesting possibility is using an Android phone or tablet as a touch screen controller communicating bluetooth to a module at the uBitx. 73 Bob GM4CID |
Re: RFI from uBitx TX after AGC and other mods installed
IMHO, small interconnections, you need both sides ground. Earlier in telecom we used balance twin wire cable with shield. ?There we used to ground at one? end and? if some one grounds at both ends, the shielding was lost and some longitudinal current were said to be flowing through shield . In such cases, only one side Gnd was recommended. ? But here the shield is a return conductor also. Regards MVS Sarma ? On Mon, Jun 25, 2018 at 6:49 AM, RowlandA <rarcher@...> wrote: Thanks Don, I'll try some RG-174 then.? I might not have time until Wednesday, flying out tomorrow for a two day trip, but will report back when I try it. |
Re: Bitx40 75KHz Spurious, How to solve it.
#bitx40
how did you power it - by smps wall wart mor linear? or just a battery? regards sarma ?vu3zmv Regards MVS Sarma ? On Mon, Jun 25, 2018 at 12:39 PM, <jj1epe@...> wrote: Hi! |
Bitx40 75KHz Spurious, How to solve it.
#bitx40
Hi!
I built Bitx40 about 2 weeks ago. ? I measured the spurious of Bitx40 by using the spectrum analyzer. The level of spurious of harmonics were under 50db. So this is fine. But the spurious at 75KHz was observed. The spurious might be the multiple of 25KHz. It would be much appreciated if you could advise? me the cause and solution of this spurious of Bitx40. In Japan, we must prove to the authority that the spurious of the transceiver meets the criteria to obtain the certification of the transceiver from the authority. So if i could not resolve this spurious, I will not be able to use Bitx40 in Japan. Thanks in advance, Akira JJ1EPE |
Re: Programming Issues and Questions
For what its worth, I had a similar error (function does not return a value) on the macbook. The same code compiled on the win10 system. Updating the arduino ide for the mac to the latest version resolved the compile error. On Sun, Jun 24, 2018, 20:02 Howard Fidel <sonic1@...> wrote:
|
to navigate to use esc to dismiss