¿ªÔÆÌåÓý

Raduino schematic additions


 

Hi

I added the wire color code to the connectors along with a segement?from the code that shows some of the uses for the 'unused' wires.

Has anyone tried out these 'unused' operations yet? There is a lot lurking in the code.

Hope this helps.

Randy, K7AGE


 

Very nice. Randy. I think it was needed. FB

I note that if A2 does not work, it is easy to reassign it to A0 or A1. But that may need more revision in setup to configure those pins.
That may be what happened to those who used the brown wire initially...if it is configured high internally, grounding
it will short out the nano after a while. Of course, putting 12v on any pin will do the same thing...only faster.

john
AD5YE


 

The "wire up" page on the hfsigs webpage still says to ground the brown wire to calibrate. Ashhar, can I suggest that this be corrected.?


Regards



Simon

VK3ELH


 

Hi all,

I have spent a long time trying to get a few of the "A" input features that are included in the raduino sketch working. Unfortunately I am having little success. The Calibration mode works as expected and I can reassign this successfully to any of the other available A inputs (proving that the hardware is working fine), however none of the other features in the code work. That is:


-VFO A/B toggle (A3 double tap to GND)

-VFO Copy (A3 Hold to GND)

-RIT (A3 Tap to GND)

-"TX" display on screen (A6 to GND)


It is driving me nuts. Ashaar commented elsewhere that it was not working possibly?due to buggy timer code. I have edited the timers in many ways but still it doesn't work for me.?

Can anyone here have a look and see why its not working? I am not an Arduino expert but I know enough to be dangerous :). ?


Cheers

?


G4NQX
 

Hi Pez,

I will test the setup later but for now :

In the pushbutton routine the first statement as i see it will always evaluate TRUE.? That is to say the pushbutton IS pressed and it's LESS than 3 seconds, so the routine to fast tune is implemented. Then it hits? 'return'? and goes back to the calling loop !? The other events aren't invoked.

I will setup a nano and display and see if that is the case.? You could try moving the double tap routine to the top of the function for now and see if it calls the dual vfo's.

I'm assuming you have already commented them 'in' again in the loop.? :-)


Rob G4NQX


G4NQX
 

Hmmm no, I was incorrect and in fact it works ok as is. One press adds +R? for rit. Double tap changes vfo A to B.


Rob