Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
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? |
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: 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: 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
|
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:
? |
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: You can access this file at the URL: Cheers, |
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. |
Re: Raduino Sketch upload
You need to download the si5351 library and copy it in to?C:\Users\bmitchell\Documents\ Ben, KE0KKM On Mar 15, 2017 8:13 PM, "Mark Underkofler" <mark@...> wrote:
|
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:
|
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:
|
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:
|