¿ªÔÆÌåÓý

Date

Re: Raduino for bfo?

 

Got it working, tapped in just after c106 and used the ground for the missing variable cap. I'm still working on getting it tuned up. Its off frequency and not sure why. I'm using this formula to tune, clk0 is the bfo.

void setFrequency(unsigned long f){

? if (isUSB){

? ? si5351.set_freq((usb_bfo_freq - f) * 100ULL, SI5351_CLK2);

? ? si5351.set_freq((usb_bfo_freq) * 100ULL, SI5351_CLK0);

? }

? else{

? ? si5351.set_freq((bfo_freq - f) * 100ULL, SI5351_CLK2);

? ? si5351.set_freq((bfo_freq) * 100ULL, SI5351_CLK0);

? }

? frequency = f;

}

Added a pic where I attached a mini coax to go to the raduino


Re: is there a step by step guide to raduino programming anywhere

 

just to communicate with the arduino

On Wed, Mar 15, 2017 at 09:52 pm, <vk3xl@...> wrote:

Are the I/O drivers just to communicate with the arduino or are they something to do with the si5351 chip?

?


Re: is there a step by step guide to raduino programming anywhere

 

Thanks Jack, I have downloaded the etherkit si5351 v1.1.2 as per Ashaar's post on the subject as I believe the v2.0 does not work with the raduino sketch.


I will check the directories are named correctly and see how I go tonight when I get home.

Are the I/O drivers just to communicate with the arduino or are they something to do with the si5351 chip?
--
Mike VK3XL


Changing frequency display

 

So I have the BitX40 all running (not in a case yet). ?I also have the arduino firmware downloaded and want to make a minor change in the way the frequency is displayed. ?Instead of it being displayed as 7.XXXX I would like it to display 7XXX.X. ?Can someone help me on what changes need to be made in the programming in order to accommodate this. ?I know this is pretty superficial, but I think it would make more sense in seeing the display this way.

Thanks in advance


Re: Spurious output.

 

Raj,

Thanks for that. I have already started on the analogue vfo. I have lots of 1960's components! Should be less of a compromise.

The Raduino might be used later at 19MHz to produce usb for data/wspr. Could one make a dual 40/30 meter usb transceiver by adding 22MHz to the Raduino? Would a 10MHz bandpass filter reject the 12 MHz IF sufficiently?

73 Brian.


Re: Bitx40 another Raduino(?) problem

 

Very strange. ?Could still be a bad crystal ?Good enough for the G3UUR oscillator, but not good enough for the Si5351. ?Sometimes crystals get sold cheap if they don't meet factory spec, but as you say this is getting doubtful. ?Or could be a bad Si5351. ?I'll be back to my bench in a few days, will try shorting out the crystal on mine and see what the output is doing.


On Wed, Mar 15, 2017 at 07:47 pm, Goran VE6GPO wrote:

put together one of these G3UUR crystal test circuits. Put the 25 Meg xtal from Raduino, and I'm getting 25 MHz out (actually, 24.99459 MHz).

?


Re: Let the fun begin

 

Finally in the BITX40 "club"--ordered mine on 2/22; arrived today (3/15). Serial number appears to be "O3-321". Need to decide whether to build a case or buy one. Leaning toward building at the moment...

--?

Doug, AA0MS

Kansas


Re: is there a step by step guide to raduino programming anywhere

Jack Purdum
 

Usually, the issue is installing the new libraries. They need to be installed in the libraries subfolder and the directory name used must be the same as the *.h header file name (e.g., si5351.h must be in the subfolder named si5351). Also, some users may have to install the I/O drivers that are found in the drivers subdirectory of the IDE install location.

Jack, W8TEE


From: vk3xl via Groups.Io <vk3xl@...>
To: [email protected]
Sent: Wednesday, March 15, 2017 11:06 PM
Subject: Re: [BITX20] is there a step by step guide to raduino programming anywhere

Thanks Jack. I can do that now, but still the raduino sketch upload errors are an issue that many are experiencing.
--
Mike VK3XL



Re: is there a step by step guide to raduino programming anywhere

 

Thanks Jack. I can do that now, but still the raduino sketch upload errors are an issue that many are experiencing.
--
Mike VK3XL


Re: MAR-3SM+ and new display/VFO board coming

Jack Purdum
 

Dennis Kidder (W6DQ and co-author of the Arduino Projects book) is the brains behind the changes we're making; I'm just plugging in the code. When we're done, everything will be put into Open Source and the PCB will be available, too. Farrukh is redoing the PCB to bring out more of the Arduino Mega pins to headers to make hacking the system easier. We're working like crazy to get everything done for the FDIM conference where it will be presented.

Jack, W8TEE



From: Chuck <chucke2@...>
To: [email protected]
Sent: Wednesday, March 15, 2017 7:07 PM
Subject: Re: [BITX20] MAR-3SM+ and new display/VFO board coming

Hi Jack,
Thanks for being a frequent and sage member of this group. I am very much interested in a AGC, CW, and "S" meter solution for my Bitx40 XCVR. I really hate ugly construction and breadboarding. Always looks like hell. If you can think of how I can help you, please don't hesitate to ask. It's been awhile but maybe I could remember most of my "C" programming. I really like this little QRP rig. Thanks Jqck!

73,
Chuck K3VPZ



Re: MAR-3SM+ and new display/VFO board coming

Jack Purdum
 

I shipped them on Monday and they got them today! Pretty fast to the West Coast from OH.

Jack, W8TEE



From: Darryl Harvey <darryl@...>
To: [email protected]
Sent: Wednesday, March 15, 2017 7:13 PM
Subject: Re: [BITX20] MAR-3SM+ and new display/VFO board coming

Jack, FYI - yesterday I ?ordered 2 x boards, and today they are listed as shipped, so they must have stock again.
I¡¯ll keep you posted on progress.

thanks
Darryl



On 15 Mar 2017, at 2:17 am, Jack Purdum via Groups.Io <econjack@...> wrote:

The sales surprised us; they sold out in 2 days! More boards are on the way.

Keep us posted on your build. Also, if there's any "fuzzy parts" in the assembly manual, let me know.

Jack, W8TEE



From:?Craig Wadsworth <cwadsworth@...>
To:?[email protected]?
Sent:?Tuesday, March 14, 2017 10:45 AM
Subject:?Re: [BITX20] MAR-3SM+ and new display/VFO board coming

I have my board from Qrpguys, and most of the parts should arrive from China in 7-45 days.? This is more fun than I've had in years! Thanks Doc.










Re: is there a step by step guide to raduino programming anywhere

Jack Purdum
 

I just uploaded an Appendix from another project that shows how to download and install the Arduino IDE. It then shows how to load the Blink program sketch into the Arduino (or Raduino) and run it as a test to make sure the install was successful. The name of the file is:?ArduinoIDEInstallationDirections.doc

Jack, W8TEE


From: vk3xl via Groups.Io <vk3xl@...>
To: [email protected]
Sent: Wednesday, March 15, 2017 10:30 PM
Subject: Re: [BITX20] is there a step by step guide to raduino programming anywhere

Thanks to all who have offered resources for learning arduino, it is all helpful. My question was more specifically what I need to do to upload a new sketch to the raduino. The reason I asked this is that there are a number of posts where people have attempted to do just that and they get multiple error messages. If there was a step by step guide then many of these errors may be avoided.?
So is there anyone that has successfully uploaded a new sketch to their raduino and if so what are the important bits to make sure you have setup prior to uploading the sketch.
--
Mike VK3XL



Re: Bitx40 another Raduino(?) problem

 

Hi Jerry,

we might be on the wrong track here ... last night I quickly put together one of these G3UUR crystal test circuits. Put the 25 Meg xtal from Raduino, and I'm getting 25 MHz out (actually, 24.99459 MHz). Didn't have another 25 meg xtal to put in the Raduino, but tried 20 MHz that I had on hand, tried probing but don't see anything. Still getting same wrong frequencies at the output as without any crystal. Granted, I know that 5351 needs either 25 or 27 MHz crystal, and I'm not sure if 5351 would even consider working with some other values. Worth a try.

But, it's definitely not a Nano, because I have same results with Arduino Nano, Arduino Pro, Arduino Uno, and Freeduino, all from different sources. Well, chasing this problem was so fun that I sidetracked from BITX itself. Now, I'll just use Adafruit's 5351 and get back to BITX. I have no intentions to try to desolder Si5351 from the Raduino board ;)

Cheers,

Goran VE6GPO

On Wed, Mar 15, 2017 at 07:21 am, Jerry Gaffke wrote:

No. ?The 1mhz problem is not due to bad Nano firmware. ?Not a bad 5v or 3.3v rail. ?There's no way for a reference clock to go from Nano to Si5351, so it's nothing to do with the 125khz startup clock in the Nano. ?But there is evidence that the 25mhz crystal is not working.

In post /g/BITX20/message/23393?I gave three threads, the first of which included post ?/g/BITX20/message/23306?which points to these two older threads: ?/g/BITX20/message/21886?and /g/BITX20/message/22008?regarding Goran's issue. ?Goran was the first to see the 1mhz problem, and he thoroughly checked his board with a scope, reflashed the Nano, checked his 3.3v, and probed the 25mhz crystal. ?No source for the problem found, except that there was no signal at the 25mhz crystal pins, but it was felt that perhaps the scope probe was disturbing some sensitive nodes there. ?However, now in post?/g/BITX20/message/23400?Goran reports that he can see a 25mhz sine wave at both pins of the 25mhz crystal of his Adafruit Si5331 board. ?My conclusion is that Goran's problem with his Raduino board is most likely a broken 25mhz crystal, and that may be the issue with all Raduino's giving a 1mhz vfo at power up.

On Wed, Mar 15, 2017 at 01:11 am, John Backo wrote:

In other words, the Nano itself may be the source of the problem. It would seem to be at least likely, since the
25 MHz oscillator for the Si5351 chip is working.

?

?


New file uploaded to [email protected]

[email protected] Notification
 

Hello,

This email message is a notification to let you know that a file has been uploaded to the Files area of the [email protected] group.

File: ArduinoIDEInstallationDirections.doc

Uploaded By: Jack Purdum

Description:
A document that shows how to install and test the Arduino IDE. Loading the Raduino sketch program entails the same process as the Blink sketch program discussed here.

You can access this file at the URL:
/g/BITX20/files/ArduinoIDEInstallationDirections.doc

Cheers,
The Groups.io Team


Re: is there a step by step guide to raduino programming anywhere

 

Thanks to all who have offered resources for learning arduino, it is all helpful. My question was more specifically what I need to do to upload a new sketch to the raduino. The reason I asked this is that there are a number of posts where people have attempted to do just that and they get multiple error messages. If there was a step by step guide then many of these errors may be avoided.?

So is there anyone that has successfully uploaded a new sketch to their raduino and if so what are the important bits to make sure you have setup prior to uploading the sketch.
--
Mike VK3XL


Re: Raduino Sketch upload

 

You need to download the si5351 library and copy it in to?C:\Users\bmitchell\Documents\Arduino\libraries

Ben, KE0KKM

On Mar 15, 2017 8:13 PM, "Mark Underkofler" <mark@...> wrote:

I get the following message when trying to upload: ?Any suggestions would be appreciated.? Being a noobie, this is all Greek to me.

Arduino: 1.8.1 (Windows 7), Board: "Arduino Nano, ATmega328"


C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\bmitchell\Documents\Arduino\libraries -fqbn=arduino:avr:nano:cpu=atmega328 -ide-version=10801 -build-path C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426 -warnings=none -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -verbose C:\Users\bmitchell\Downloads\bitx40-master\raduino\raduino.ino

C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\bmitchell\Documents\Arduino\libraries -fqbn=arduino:avr:nano:cpu=atmega328 -ide-version=10801 -build-path C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426 -warnings=none -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -verbose C:\Users\bmitchell\Downloads\bitx40-master\raduino\raduino.ino

Using board 'nano' from platform in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr

Using core 'arduino' from platform in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr

Detecting libraries used...

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics ?-flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10801 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR ? "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\sketch\raduino.ino.cpp" -o "nul"

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics ?-flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10801 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR ? "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Program Files (x86)\Arduino\libraries\LiquidCrystal\src" "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\sketch\raduino.ino.cpp" -o "nul"

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics ?-flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10801 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR ? "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Program Files (x86)\Arduino\libraries\LiquidCrystal\src" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src" "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\sketch\raduino.ino.cpp" -o "nul"

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics ?-flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10801 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR ? "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Program Files (x86)\Arduino\libraries\LiquidCrystal\src" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\Wire\src" "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\sketch\raduino.ino.cpp" -o "nul"

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics ?-flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10801 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR ? "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Program Files (x86)\Arduino\libraries\LiquidCrystal\src" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\Wire\src" "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\sketch\raduino.ino.cpp" -o "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\preproc\ctags_target_for_gcc_minus_e.cpp"

C:\Users\bmitchell\Downloads\bitx40-master\raduino\raduino.ino:40:20: fatal error: si5351.h: No such file or directory


?#include <si5351.h>


? ? ? ? ? ? ? ? ? ? ^


compilation terminated.


Using library LiquidCrystal at version 1.0.5 in folder: C:\Program Files (x86)\Arduino\libraries\LiquidCrystal?

Using library EEPROM at version 2.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM?

Using library Wire at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\Wire?

exit status 1

Error compiling for board Arduino Nano.

Invalid library found in C:\Users\bmitchell\Documents\Arduino\libraries\Blink: C:\Users\bmitchell\Documents\Arduino\libraries\Blink

Invalid library found in C:\Users\bmitchell\Documents\Arduino\libraries\Blink: C:\Users\bmitchell\Documents\Arduino\libraries\Blink


Re: is there a step by step guide to raduino programming anywhere

 

¿ªÔÆÌåÓý

By the way, I no Arduino is Free.? I have had so much fun with the IDE and cheap boards, I chipped in $10 a few times.

Each time you download a new version, they give you a chance to donate.

There code takes away a lot of the more difficult items of learning C++.? You get to actually make something work, rather than

fighting with code syntax.?? Some of us don't want to fight learning how a compiler works, or if a variable is a constant or public?

And, if you want you can continue to become a C++ programmer if you want!? I think they have come up with a real useful solution.

I just can't believe how neat and affordable this stuff is!

Mike, WA6ISP


On 3/15/2017 6:03 PM, Larry Smith wrote:

Mike, Check out this title in the YouTube cut and paste This

Prelude to the Arduino Course for Absolute Beginners


by:?

I used it to get going on Arduino and its free.? Like 12 + videos. great way he has to present this.? I kept a note book handy.
You can send the videos to your email or copy to a thumb drive.? On the side panel you'll see other videos by him or go to his web site.? Along the way you'll see other tutorials?by different people.? Sometimes it's good to view different presentations on one particular thing. ?
I stuck it out all the way through with the above for consistency.
Later and good luck,
Larry WA9DOH

On Tue, Mar 14, 2017 at 9:26 PM, vk3xl via Groups.Io <vk3xl@...> wrote:

As a complete novice at Arduino / Raduino programming I need some assistance in getting started with reprogramming my Raduino to cover 80 meters rather than 40 meters.


I have downloaded the Arduino IDE and have got a couple of Arduino clones to play with. I have managed to get the various blinking led exercises to work ok and have a basic understanding of programming.


What I need is a step by step guide to be able to upload a new sketch to the raduino where the only thing that has been changed is the frequency range.

I believe that I need to have the Si5351 library installed in the IDE and that the version of the library needs to be v1.1.? rather than the v2.? that is current now. (not sure how this is done, but should be able to work it out)?

I have copies of the sketch for the raduino from Ashaar's guithub page etc.

Any guidance greatly appreciated.


--
Mike VK3XL




Raduino Sketch upload

Mark Underkofler
 

I get the following message when trying to upload: ?Any suggestions would be appreciated. ?Being a noobie, this is all Greek to me.

Arduino: 1.8.1 (Windows 7), Board: "Arduino Nano, ATmega328"


C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\bmitchell\Documents\Arduino\libraries -fqbn=arduino:avr:nano:cpu=atmega328 -ide-version=10801 -build-path C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426 -warnings=none -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -verbose C:\Users\bmitchell\Downloads\bitx40-master\raduino\raduino.ino

C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\bmitchell\Documents\Arduino\libraries -fqbn=arduino:avr:nano:cpu=atmega328 -ide-version=10801 -build-path C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426 -warnings=none -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -verbose C:\Users\bmitchell\Downloads\bitx40-master\raduino\raduino.ino

Using board 'nano' from platform in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr

Using core 'arduino' from platform in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr

Detecting libraries used...

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics ?-flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10801 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR ? "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\sketch\raduino.ino.cpp" -o "nul"

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics ?-flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10801 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR ? "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Program Files (x86)\Arduino\libraries\LiquidCrystal\src" "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\sketch\raduino.ino.cpp" -o "nul"

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics ?-flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10801 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR ? "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Program Files (x86)\Arduino\libraries\LiquidCrystal\src" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src" "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\sketch\raduino.ino.cpp" -o "nul"

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics ?-flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10801 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR ? "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Program Files (x86)\Arduino\libraries\LiquidCrystal\src" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\Wire\src" "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\sketch\raduino.ino.cpp" -o "nul"

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics ?-flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10801 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR ? "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Program Files (x86)\Arduino\libraries\LiquidCrystal\src" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\Wire\src" "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\sketch\raduino.ino.cpp" -o "C:\Users\BMITCH~1\AppData\Local\Temp\arduino_build_854426\preproc\ctags_target_for_gcc_minus_e.cpp"

C:\Users\bmitchell\Downloads\bitx40-master\raduino\raduino.ino:40:20: fatal error: si5351.h: No such file or directory


?#include <si5351.h>


? ? ? ? ? ? ? ? ? ? ^


compilation terminated.


Using library LiquidCrystal at version 1.0.5 in folder: C:\Program Files (x86)\Arduino\libraries\LiquidCrystal?

Using library EEPROM at version 2.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM?

Using library Wire at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\Wire?

exit status 1

Error compiling for board Arduino Nano.

Invalid library found in C:\Users\bmitchell\Documents\Arduino\libraries\Blink: C:\Users\bmitchell\Documents\Arduino\libraries\Blink

Invalid library found in C:\Users\bmitchell\Documents\Arduino\libraries\Blink: C:\Users\bmitchell\Documents\Arduino\libraries\Blink


Re: is there a step by step guide to raduino programming anywhere

 

Mike, Check out this title in the YouTube cut and paste This

Prelude to the Arduino Course for Absolute Beginners


by:?

I used it to get going on Arduino and its free.? Like 12 + videos. great way he has to present this.? I kept a note book handy.
You can send the videos to your email or copy to a thumb drive.? On the side panel you'll see other videos by him or go to his web site.? Along the way you'll see other tutorials?by different people.? Sometimes it's good to view different presentations on one particular thing. ?
I stuck it out all the way through with the above for consistency.
Later and good luck,
Larry WA9DOH

On Tue, Mar 14, 2017 at 9:26 PM, vk3xl via Groups.Io <vk3xl@...> wrote:

As a complete novice at Arduino / Raduino programming I need some assistance in getting started with reprogramming my Raduino to cover 80 meters rather than 40 meters.


I have downloaded the Arduino IDE and have got a couple of Arduino clones to play with. I have managed to get the various blinking led exercises to work ok and have a basic understanding of programming.


What I need is a step by step guide to be able to upload a new sketch to the raduino where the only thing that has been changed is the frequency range.

I believe that I need to have the Si5351 library installed in the IDE and that the version of the library needs to be v1.1.? rather than the v2.? that is current now. (not sure how this is done, but should be able to work it out)?

I have copies of the sketch for the raduino from Ashaar's guithub page etc.

Any guidance greatly appreciated.


--
Mike VK3XL



Re: Raduino

 

Thanks very much for the Ebay site...just ordered two Nanos
Thanks ?Larry WA9DOH

On Wed, Mar 15, 2017 at 12:54 PM, Michael Hagen <motdog@...> wrote:


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