¿ªÔÆÌåÓý

pointer needed raduino


LKNDAVE
 

Ok, i need a pointer here.
i got bitx40 last week so i plugged in the raduino portion. bad connector on nano but i will fix that, no problem.?
i dont care for green so i plugged a blue/ white 16/2 lcd looks great.
the issue now!
using arduino ide 1.81i wanted to verify my ability to reverse my failed attempts to the sketch, by getting the original raduino 1.01 from github and compiling it and loading it so i would have a fresh restart if i blew the mod i? was trying. base line if you will. no stranger to ARD, as i started goofing with it back in 2011 at Rev 0023.?
i keeep getting compile errors on the si5351. set freq and init. failures. i have tried 4 different etherkit libraries from the earliest to the latest nothing helps me to just get past a verify.
i have read i have to modify the library.
thats bull.
how do you guys get by? whats the trrick?
i want to try shuttle tuning with a center detent 10 li8inear taper opot but wont because i will not be able to reverse it
ideas?
dave N4LKN 73


LKNDAVE
 

UPDATE:l
GIVING UP TODAY on the dons shuttle sketch i tried allards 1.27.7
without pesky library issue
now it spews off a pinchange interrupt issute.
final exit 1 arduino nano.
drink time, <JK?
DAVE


 

¿ªÔÆÌåÓý

Use a new Raduino version that has SI5351 routines built in?? I was written to help those problems.

I uses a lot less memory and avoids all the problems with libraries.

You probably want all the new changes anyway?

Just a thought?

73's

Mike, WA6ISP


On 2/6/2018 2:26 PM, LKNDAVE via Groups.Io wrote:
Ok, i need a pointer here.
i got bitx40 last week so i plugged in the raduino portion. bad connector on nano but i will fix that, no problem.?
i dont care for green so i plugged a blue/ white 16/2 lcd looks great.
the issue now!
using arduino ide 1.81i wanted to verify my ability to reverse my failed attempts to the sketch, by getting the original raduino 1.01 from github and compiling it and loading it so i would have a fresh restart if i blew the mod i? was trying. base line if you will. no stranger to ARD, as i started goofing with it back in 2011 at Rev 0023.?
i keeep getting compile errors on the si5351. set freq and init. failures. i have tried 4 different etherkit libraries from the earliest to the latest nothing helps me to just get past a verify.
i have read i have to modify the library.
thats bull.
how do you guys get by? whats the trrick?
i want to try shuttle tuning with a center detent 10 li8inear taper opot but wont because i will not be able to reverse it
ideas?
dave N4LKN 73

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


M Garza
 

Did you read the documentation for 1.27.7?? Allard does a great job documenting exactly what you need and how to get it.
You need to add that library into the IDE.

Marco - KG5PRT?

On Feb 6, 2018 5:28 PM, "LKNDAVE via Groups.Io" <novatronix=[email protected]> wrote:
UPDATE:l
GIVING UP TODAY on the dons shuttle sketch i tried allards 1.27.7
without pesky library issue
now it spews off a pinchange interrupt issute.
final exit 1 arduino nano.
drink time, <JK?
DAVE


LKNDAVE
 

OK guys, my bad on Allards raduino sketch.?
after a nap and some diligence i realized i did not have the Pinchange library installed.
this is the first time i have ever seen a library installed anywhere other than the top few lines of code. my error was on line 125. oops there is a?#include <PinChangeInterrupt.h> declaration.
i added library and walla it compiled.
#include <happydance.h>
problem solved, lessons learned on this sketch.
thanks for being here to everyone.
dave, N4LKIN
73

still dont kinow whats up with which si5351 library to use. different day maybe


 

No need to add a library for si5351 support when using Allard's Bitx40 code
that is version 1.20 and beyond (including all of the 2.* releases, and Farhan's uBitx code)
The si5351 support is compiled inline, search for "si5351bx" in the source if curious.

Jerry, KE7ER


On Tue, Feb 6, 2018 at 04:43 pm, LKNDAVE wrote:
still dont kinow whats up with which si5351 library to use. different day maybe