Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: Standalone Signal Analyzer ... Create and use with Character LCD
Jack Purdum
Nigel: It's going to be tough, since the ATtiny85 only has 8K of flash, and 512 bytes of both SRAM and EEPROM. Most programs rarely exhaust the flash memory, and the SRAM is the real bottleneck. The reason is because that SRAM holds the heap (i.e., global data) and the stack (i.e., data that ebbs and flows with function calls). If the two ever meet in the middle, spectacular crap can suddenly appear on the I/O devices! While the ATtiny85 is great for some things (e.g., a keyer), Dr. Lees code is going to spill out all over the floor if you try to shoehorn it into an '85 chip. Jack, W8TEE
On Wednesday, November 21, 2018, 11:05:49 AM EST, Nigel <zs6rn@...> wrote:
Greetings from sunny South Africa :-) Advance apologies if question already answered, I have searched (found LOTS of interesting stuff!) but still unable to find definitive answer to the following. Reading original article with title "Standalone Signal Analyzer (I2C Type Signal-Meter) for uBITX #1 - Create and use with Character LCD" on KD8CEC web site I wonder if instead of using a nano, is it possible to use a ATtiny85 (with appropriate changes being made to the source [i.e. sent to ATtiny85] before compiling)? Maybe I have not understood the differences in processors but guess this is all part of the learning curve... Am posting here rather than directly at KD8CEC as perhaps there are others who will be interested. BIG thanks for contribution being made by the community - appreciated for sure! Many thanks in advance. 73? Nigel ZS6RN ex G8DEV |
Standalone Signal Analyzer ... Create and use with Character LCD
Greetings from sunny South Africa :-)
Advance apologies if question already answered, I have searched (found LOTS of interesting stuff!) but still unable to find definitive answer to the following. Reading original article with title "Standalone Signal Analyzer (I2C Type Signal-Meter) for uBITX #1 - Create and use with Character LCD" on KD8CEC web site I wonder if instead of using a nano, is it possible to use a ATtiny85 (with appropriate changes being made to the source [i.e. sent to ATtiny85] before compiling)? Maybe I have not understood the differences in processors but guess this is all part of the learning curve... Am posting here rather than directly at KD8CEC as perhaps there are others who will be interested. BIG thanks for contribution being made by the community - appreciated for sure! Many thanks in advance. 73? Nigel ZS6RN ex G8DEV |
Re: Homebrew from scratch
#ubitx
¿ªÔÆÌåÓýGreat could you provide links to the supplier please thank you Sent from my Samsung Galaxy smartphone. -------- Original message -------- From: G8HAV <g8hav@...> Date: 21/11/2018 13:19 (GMT+00:00) Subject: Re: [BITX20] Homebrew from scratch #ubitx Our club is doing a winter project building thirteen uBITZ? using your board design. We ordered the PCB's from a chinese manufacturer and they are great. Cost Total cost was ?6.80 per board delivered in two weeks. |
Re: Homebrew from scratch
#ubitx
Hi Peter,
Our club is doing a winter project building thirteen uBITZ? using your board design. We ordered the PCB's from a chinese manufacturer and they are great. Cost Total cost was ?6.80 per board delivered in two weeks. |
Vox amplifier - low power input
I wish to use small amplifiers with low average power input, less than half a watt, the least as possible. These amplifiers have some RF detection circuitry that use diodes. If I add to them in parallel other diodes such the schottky, would I lower the admissible power input? |
Re: Radio Kit Guide Updated
Great list for all the pockets! And it shows that Amateur Radio is not just an affair of the Big Three. Il 21/nov/2018 00:03, "Neil Goldstein" <neilgoldstein@...> ha scritto: Updated radiokitguide at? |
Re: Radio Kit Guide Updated
On Wed, Nov 21, 2018 at 10:03 AM, Neil Goldstein wrote:
Updated radiokitguide at? ?Great list. Some to consider Mchf by m0nka Eagle trx by sp3osj Hambuilder 73 Simon VK3ELH |
Just got mine....
Mike Strelitzer
So, first impression, as I was intrigued with the whole gamut of comments on multiple message boards, both positive and negative.
1) it looks very well constructed and of good quality 2) the package it came in protected it well considering the distance it travelled. 3) the wealth of information available here and other places in astonishing, to say the least. 4) I'm really looking forward to getting into the nitty gritty, including learning more about Arduino programming. 5) I'm already considering buying another one, just for the hell of it. It's well worth the modest price. As I get into the radio the next few weeks, I'll post more. In the meantime...I am going to have a ton of fun! 73 Mike KA9JBD |
Re: Thanks!
it takes a month for the qst to get here. we are over prepared for it now! On Wed, 21 Nov 2018, 03:31 Jack Purdum via Groups.Io <jjpurdum=[email protected] wrote: All: |
Re: The ubitx in the box it came in
Mark M
There are several different versions depending on the display(s) you're using. Be sure you're trying to load the correct version.
If you're loading a .hex file, I believe you want the?UBITX_CEC_V1.100_16P.hex file. I you're compiling & downloading from source code you need to be sure you have the correct display selected by editing the header file. 73...? ? Mark? ? ?AA7TA |
Re: Bluetooth CAT control??
Yes, but how do you but the Bluetooth module to sleep when the USB cable *is* connected? Perhaps you can power the BT module from 328 pin and dont set it high until it's done so in setup (). The pretty pins can source or sinc 100ma, if there BT module needs more, throw in a bs170 or 270. I've used a $5 module to talk to program the 328 in one of my drones ... It wasn't quite plug and play as I needed to issue "AT" commands, (remember the old Hayes modem days?)? to setup the module ever power up.
|
The ubitx in the box it came in
On Tue, Nov 20, 2018, 11:23 john mathieson <john.ac8jw@...> wrote: Just picked up a completed ubitx v3 from friend who no longer wanted to fuss with it.? Am having difficulty installing the KD8CEC arduino program.? The rig comes with the original 2 line lcd.? I was able to upload Farhan's v4.3 firmware,? I have gone over the instructions for KD8CEC but when uploaded all I get is blank display. I'm sure I have missed something but not sure what.??? Thanks |
Re: Ubitx in box it came in.
On Tue, Nov 20, 2018, 13:45 Evan Clark (OSC) <evanclarkie@...> wrote: Remi,? |
Thanks!
Jack Purdum
All:
I know a number of you read Al's and my article in the November, 2018, issue of QST and were kind enough to vote for it: http://www.arrl.org/news/view/w8tee-and-ac8gy-win-the-november-qst-cover-plaque-award To all of you who voted for it, our sincerest thanks! Jack, W8TEE Al, AC8GY |
Re: Bluetooth CAT control??
By "current SERIAL output of the Arduino", I assume Mike means the D0,D1 pins for the ATMega328's UART pins.
toggle quoted message
Show quoted text
D0 is a UART RX line into the ATMega328P, D1 is a UART RX line out of the ATMega328P, both at 5v CMOS logic levels. On the Nano clones, the CH340 chip provides a USB-to-UART interface, it's tied to D0,D1 through 1k series resistors. But if no USB cable to host computer is plugged in, the CH340 goes to sleep and we can drive D0,D1 from some other UART host, such has that HC-06 Bluetooth thing, the processor won't even know it's not the CH340. On Tue, Nov 20, 2018 at 10:01 AM, Mike Yancey wrote:
|
Re: #arduino #ubitx-help
#arduino
#ubitx-help
toggle quoted message
Show quoted text
On Nov 20, 2018, at 11:23 AM, john mathieson <john.ac8jw@...> wrote:
|