开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

another modified Raduino


OZ9AEW
 

I have some Sketches from ND6T and some Raduino V1.0x- and there was things I like in both version, but also thing I do not like !

ND6T have no Menu, no Cal Button, no use of EEprom and they have S Meter and Forward/Reverse Power as I really like, but Shuffle Tuning is not for me !

Raduino use Eeprom and hav Calibrate routine !

I have modified Raduino v1.06 in a way to Eepom is remove, and used ND6T's code for S Meter and Forward/Reverse Power and place it on the unused 2 Line and final it is prepared for 10 turn Pot for tuning !


anybody want a copy just let me know


 

So it uses?ND6T'S hardware mods? It does CW? Has the CW Keyer?

I'd like that. Why not put the code on GitHub?


 

开云体育

Am interested in getting a copy

73
Art

Sent from my iPhone

On May 13, 2017, at 11:53 AM, OZ9AEW <madsen1960@...> wrote:

I have some Sketches from ND6T and some Raduino V1.0x- and there was things I like in both version, but also thing I do not like !

ND6T have no Menu, no Cal Button, no use of EEprom and they have S Meter and Forward/Reverse Power as I really like, but Shuffle Tuning is not for me !

Raduino use Eeprom and hav Calibrate routine !

I have modified Raduino v1.06 in a way to Eepom is remove, and used ND6T's code for S Meter and Forward/Reverse Power and place it on the unused 2 Line and final it is prepared for 10 turn Pot for tuning !


anybody want a copy just let me know


OZ9AEW
 

at this time there is no CW ?might be add later ! and yes it use ND6T's mods !

how do I place it on GitHub ?

for now copy sent Email to madsen1960(remove)gmail.com


 

LOL, after you put in CW, I'll put it on my github?



OZ9AEW
 

skecth is now placed at?

if you find any error please let me know

Regards Michael OZ9AEW


 

Michael? OZ9AEW

What Si5351A library should I be using?

Build options changed, rebuilding all
In file included from /home/arv/Server/sketchbook/Bitx_40__Raduino__13_May/Bitx_40__Raduino__13_May.ino:3:0:
/home/arv/Server/sketchbook/libraries/Adafruit_Si5351_Library/Adafruit_SI5351.h:44:29: fatal error: Adafruit_Sensor.h: No such file or directory
?#include <Adafruit_Sensor.h>
???????????????????????????? ^
compilation terminated.
exit status 1
Error compiling for board Arduino Nano.

Obviously it is not the Adafruit library.

Arv? K7HKL


On Sat, May 13, 2017 at 2:44 PM, OZ9AEW <madsen1960@...> wrote:

skecth is now placed at?

if you find any error please let me know

Regards Michael OZ9AEW



OZ9AEW
 

try the attached


OZ9AEW
 

Etherkit 2.01


OZ9AEW
 


 

OK now.? I had to do an UPDATE on the Etherkit Si5351A 2.0.1 library.
Thanks.
_._


On Sat, May 13, 2017 at 3:57 PM, OZ9AEW <madsen1960@...> wrote:
Etherkit 2.01



Jack Purdum
 

All:

Allard has adopted a more-or-less standard practice of providing the URL for any non-standard IDE libraries used in his code. For example, in his code he has:

#include <Wire.h>
#include <si5351.h> // https://github.com/etherkit/Si5351Arduino/releases/tag/v2.0.1

The first #include does not provide a URL, which means it is distributed with the standard Arduino IDE. The second directive provides the URL where that library can be found and downloaded. You will need to install that library before you can compile that code. This group's web site has instructions for the proper installation of "external" libraries. Also remember that, once installed, you must shut down and reload the IDE for the new libraries to take effect.

Jack, W8TEE



From: Arv Evans <arvid.evans@...>
To: [email protected]
Sent: Saturday, May 13, 2017 5:50 PM
Subject: Re: [BITX20] another modified Raduino

Michael? OZ9AEW

What Si5351A library should I be using?

Build options changed, rebuilding all
In file included from /home/arv/Server/sketchbook/Bitx_40__Raduino__13_May/Bitx_40__Raduino__13_May.ino:3:0:
/home/arv/Server/sketchbook/libraries/Adafruit_Si5351_Library/Adafruit_SI5351.h:44:29: fatal error: Adafruit_Sensor.h: No such file or directory
?#include <Adafruit_Sensor.h>
???????????????????????????? ^
compilation terminated.
exit status 1
Error compiling for board Arduino Nano.

Obviously it is not the Adafruit library.

Arv? K7HKL


On Sat, May 13, 2017 at 2:44 PM, OZ9AEW <madsen1960@...> wrote:
skecth is now placed at?
if you find any error please let me know
Regards Michael OZ9AEW