¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: QCX80..Audio very loud.


 

One reason to use an Arduino is the weird economics of buying boards
and parts. An assembled Arduino Nano clone from China (using an
inexpensive CH340G rather than an FTDI USB-serial converter which
would cost as much as the entire board) costs less than the parts that
you would need to build it in any quantities that hams are likely to
buy. That's not even counting the cost of the circuit board or the
labor to put it together. That's why we see them designed into
projects like the BitX and the RS-HFIQ.

There is only a little baggage that comes with a Nano, and often you
want some of it. Some I/O pins are tied up with the USB-serial
interface, but if you want to connect your radio to a computer that
interface is a feature. The LEDs on the board are easy to ignore
unless absolute minimum power consumption is one of your project's
goals. The biggest overhead is the Arduino bootloader, which makes the
board easier to reprogram but uses up some of the flash memory. The
Arduino environment imposes more overhead if you use it, but you can
ignore most of it and program to the bare metal of the ATMega328P even
if you keep the bootloader.

It's true that the Nano (let alone an Uno) uses more space. If you are
designing an ultraportable radio that's a drawback. But most of the
time it's not a big deal.

On Sun, Sep 30, 2018 at 3:35 PM James Daldry W4JED <jim@...> wrote:

Hi, Fred

I concur. Why cripple an ATMEGA328P by dragging all that hardware crap around with it. When I want to use an SI5351 Adafruit board I do a few tweaks to the Arduino IDE, download the Adafruit libraries, and burn a bare '328. Works like a charm, takes up a 10th of the space.

Jim W4JED


On 09/30/2018 11:20 AM, Fred Piering wrote:

If you are only joking, I suggest you keep your snide comments to yourself.
There is nothing wrong with using a single chip PIC rather than a peripheral board with unneeded components, regulators, etc.
Fred
WD9HNU


On 9/30/2018 5:48 AM, db9pz@... wrote:

Oh, no!

A what ?
A PIC ?

Uhmm! This is , like here in Germany , you have to choose an Opel or a Volkswagen, to be the better one,...
Or a Mercedes Benz instead of an Audi , or a Porsche instead of a Toyata,...

Why not an 'Arduino'-type of controller? Maybe a lot of fellow HAM's will have this 6-pin 'up-load'-device from experimenting with the System Arduino-type - IC's, ... (Programmer)

No, it's only a joke!

But what I revere before, the choose of an Opel Astra instead of a Volkswagen Golf/Rabbit,... or a Comodore C64 instead a Sinclair ZX Spertrum (Timex 2000), ... or an 'YaeComWood' instead of a 'proud homebrew TRX',...

Just joking... It is Sunday! Go to your radios and 'transmit' , 'receive' and do amateur-radio.
Hope 2 meet u on the bands!

"... to the keys ..." or:
"... to the keyboards ..." or:
"... to the microphones ..."
What ever you prefere!

[instead: ... "to the stars" (ad astra) ,...]

73 es have a beautyfull sunday!

Markus ; db9pz



Join [email protected] to automatically receive all group messages.