¿ªÔÆÌåÓý

Firmware update sketch problem


 

Hi, been reading some of the topics here and yo are all very advanced for my build. I am only just starting so need some help please, I hope to add some of your mods later.

I have a BITX40 and it has a ticking when I tune the frequency. I have read that a fix is added by replacing the 1 turn pot with a 10 turn. This also needs changes to the sketch in the arduino.

I have downloaded the Arduino IDE and the new sketch,?raduino_v1.28.1. The problem I have is when compiling the sketch. I get the error ,?

Not used: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\libraries\Adafruit_Circuit_Playground
exit status 1
redefinition of 'struct userparameters'?

I think I have added all the required libraries but this will still not compile. I can see the problem is possibly in the name changes of definitions, but this is as the sketch has been modified by so many and not rewritten. should still work but what have I missed?

any ideas please? I know you are all way ahead of my build, but until I complete this and so learn from this, I cannot start your mods or mods of my own. Please any help given will be most welcome.

Vaughn


 

Try with ide 1.8.5
Define mega328p old bootloder

Regards?
Sarma vu3zmv

On Sun, 14 Apr 2019, 12:47 pm Vaughn <vlkteach@... wrote:
Hi, been reading some of the topics here and yo are all very advanced for my build. I am only just starting so need some help please, I hope to add some of your mods later.

I have a BITX40 and it has a ticking when I tune the frequency. I have read that a fix is added by replacing the 1 turn pot with a 10 turn. This also needs changes to the sketch in the arduino.

I have downloaded the Arduino IDE and the new sketch,?raduino_v1.28.1. The problem I have is when compiling the sketch. I get the error ,?

Not used: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\libraries\Adafruit_Circuit_Playground
exit status 1
redefinition of 'struct userparameters'?

I think I have added all the required libraries but this will still not compile. I can see the problem is possibly in the name changes of definitions, but this is as the sketch has been modified by so many and not rewritten. should still work but what have I missed?

any ideas please? I know you are all way ahead of my build, but until I complete this and so learn from this, I cannot start your mods or mods of my own. Please any help given will be most welcome.

Vaughn


Fast hosts
 

That worked for me using the old boot loader and yes the ten turn removed those annoying clicks. Now I find when getting close to the end of the tuning range the frequency gallops.. did I read that the addition of a component to each end of the pot cured this? I have also added the push button to enter settings menu and extended the frequency range ... 1.28.1 certainly makes it much more useful... a worthy companion of my UBITX... now I use that whilst continuing with my Jackal conversion..?

On Sun, 14 Apr 2019 at 10:41, MVS Sarma <mvssarma@...> wrote:
Try with ide 1.8.5
Define mega328p old bootloder

Regards?
Sarma vu3zmv

On Sun, 14 Apr 2019, 12:47 pm Vaughn <vlkteach@... wrote:
Hi, been reading some of the topics here and yo are all very advanced for my build. I am only just starting so need some help please, I hope to add some of your mods later.

I have a BITX40 and it has a ticking when I tune the frequency. I have read that a fix is added by replacing the 1 turn pot with a 10 turn. This also needs changes to the sketch in the arduino.

I have downloaded the Arduino IDE and the new sketch,?raduino_v1.28.1. The problem I have is when compiling the sketch. I get the error ,?

Not used: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\libraries\Adafruit_Circuit_Playground
exit status 1
redefinition of 'struct userparameters'?

I think I have added all the required libraries but this will still not compile. I can see the problem is possibly in the name changes of definitions, but this is as the sketch has been modified by so many and not rewritten. should still work but what have I missed?

any ideas please? I know you are all way ahead of my build, but until I complete this and so learn from this, I cannot start your mods or mods of my own. Please any help given will be most welcome.

Vaughn


--
Keith Baker - Communications technician (retired)


 

Glad all good with your build. Any idea why mine will not compliie? Using the same sketch just keep getting the error?message above.

Thanks for any help you can offer Vaugh

On Sun, Apr 14, 2019, 11:00 Fast hosts <beneagles71@...> wrote:
That worked for me using the old boot loader and yes the ten turn removed those annoying clicks. Now I find when getting close to the end of the tuning range the frequency gallops.. did I read that the addition of a component to each end of the pot cured this? I have also added the push button to enter settings menu and extended the frequency range ... 1.28.1 certainly makes it much more useful... a worthy companion of my UBITX... now I use that whilst continuing with my Jackal conversion..?

On Sun, 14 Apr 2019 at 10:41, MVS Sarma <mvssarma@...> wrote:
Try with ide 1.8.5
Define mega328p old bootloder

Regards?
Sarma vu3zmv

On Sun, 14 Apr 2019, 12:47 pm Vaughn <vlkteach@... wrote:
Hi, been reading some of the topics here and yo are all very advanced for my build. I am only just starting so need some help please, I hope to add some of your mods later.

I have a BITX40 and it has a ticking when I tune the frequency. I have read that a fix is added by replacing the 1 turn pot with a 10 turn. This also needs changes to the sketch in the arduino.

I have downloaded the Arduino IDE and the new sketch,?raduino_v1.28.1. The problem I have is when compiling the sketch. I get the error ,?

Not used: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\libraries\Adafruit_Circuit_Playground
exit status 1
redefinition of 'struct userparameters'?

I think I have added all the required libraries but this will still not compile. I can see the problem is possibly in the name changes of definitions, but this is as the sketch has been modified by so many and not rewritten. should still work but what have I missed?

any ideas please? I know you are all way ahead of my build, but until I complete this and so learn from this, I cannot start your mods or mods of my own. Please any help given will be most welcome.

Vaughn


--
Keith Baker - Communications technician (retired)


 

Vaugh,

it seems you have included the libaries for Adafruit Circuit Playground by
mistake. These libraries should NOT be included in the sketch!
In your sketch, look for following lines:
#include <Adafruit_CircuitPlayground.h>
#include <Adafruit_Circuit_Playground.h>
and if you find them, delete them!
Alternatively, download the original sketch and install it from scratch.

Also make sure that in your IDE, the correct board is selected under Tools
=> Board.
It should be "Arduino Nano", NOT "Adafruit Circuit Playground"!

73 Allard PE1NWL

On Sun, April 14, 2019 13:47, Vaughn wrote:
Glad all good with your build. Any idea why mine will not compliie? Using
the same sketch just keep getting the error message above.

Thanks for any help you can offer Vaugh

On Sun, Apr 14, 2019, 11:00 Fast hosts <beneagles71@...> wrote:

That worked for me using the old boot loader and yes the ten turn
removed
those annoying clicks. Now I find when getting close to the end of the
tuning range the frequency gallops.. did I read that the addition of a
component to each end of the pot cured this? I have also added the push
button to enter settings menu and extended the frequency range ...
1.28.1
certainly makes it much more useful... a worthy companion of my UBITX...
now I use that whilst continuing with my Jackal conversion..

On Sun, 14 Apr 2019 at 10:41, MVS Sarma <mvssarma@...> wrote:

Try with ide 1.8.5
Define mega328p old bootloder

Regards
Sarma vu3zmv

On Sun, 14 Apr 2019, 12:47 pm Vaughn <vlkteach@... wrote:

Hi, been reading some of the topics here and yo are all very advanced
for my build. I am only just starting so need some help please, I hope
to
add some of your mods later.

I have a BITX40 and it has a ticking when I tune the frequency. I have
read that a fix is added by replacing the 1 turn pot with a 10 turn.
This
also needs changes to the sketch in the arduino.

I have downloaded the Arduino IDE and the new sketch, raduino_v1.28.1.
The problem I have is when compiling the sketch. I get the error ,

Not used: C:\Program
Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\libraries\Adafruit_Circuit_Playground

exit status 1
redefinition of 'struct userparameters'

I think I have added all the required libraries but this will still
not
compile. I can see the problem is possibly in the name changes of
definitions, but this is as the sketch has been modified by so many
and not
rewritten. should still work but what have I missed?

any ideas please? I know you are all way ahead of my build, but until
I
complete this and so learn from this, I cannot start your mods or mods
of
my own. Please any help given will be most welcome.

Vaughn
--
Keith Baker - Communications technician (retired)