Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Nanovna-Users
- Messages
Search
Re: DL2SBA j-vna software
The file format expected from nanoVNA PC software is Touchstone. Hence, once read by their software, the file can be saved as well re read by any other routine. For example Keysight (hp) APPCAD. So if the DL2SBA SW will not read the nanoVNA direct, you could come in via another path.
Alan ________________________________ From: [email protected] <[email protected]> on behalf of tuckvk3cca <tuckvk3cca@...> Sent: Wednesday, July 31, 2019 1:39 PM To: [email protected] <[email protected]> Subject: [nanovna-users] DL2SBA j-vna software Anybody knows if I can use the above java based software with my nano. I find their pc interface rather primitive.Sent from my Samsung Galaxy smartphone. |
Re: Possible location of latest VNA source code??
Hi Hugen,
I added a delay of 50 milliseconds to the code, the hangup was gone. Does the calibration function now work with such a delay? void adc_init(void) { rccEnableADC1(FALSE); ADC->CCR = 0; ADC1->CR |= ADC_CR_ADCAL; while (ADC1->CR & ADC_CR_ADCAL); chThdSleepMilliseconds(50); ADC1->CR = ADC_CR_ADEN; while (!(ADC1->ISR & ADC_ISR_ADRDY)); } My PCB Version 3.1 NanoVNA |
Re: Possible location of latest VNA source code??
Thanks - I didn't think to look at the reset circuit of the DSP.
toggle quoted message
Show quoted text
It's an easy fix. With regards to upper frequency limits of this device, might there be a way to extend it to just beyond the 902-928MHz HAM band - maybe to 950MHz? I know response will be not great, but it will still be useful performing rough checking on antenna systems. You have done excellent work on this unit - thanks! Regards, Larry On Tue, Jul 30, 2019 at 09:38 PM, <hugen@...> wrote:
|
Re: Possible location of latest VNA source code??
On Wed, Jul 31, 2019 at 09:29 AM, Larry Rothman wrote:
Try to add c38 on my schematic. |
Re: Possible location of latest VNA source code??
Hugen,
toggle quoted message
Show quoted text
Can you please tell me what you changed so I can fix my white unit? I assume it is an issue with the charger/inverter circuit design? Thanks, Larry On Tue, Jul 30, 2019 at 09:21 PM, <hugen@...> wrote:
The white gecko copied the design of my earlier version, there is a power-on timing issue, and my new hardware has fixed this problem. |
Re: Possible location of latest VNA source code??
On Tue, Jul 30, 2019 at 01:36 AM, Lapo Pieri wrote:
Since powering up from DFU mode, aic3204 fails to be initialized at power-on, which will cause I2C abnormality. Re-powering up will make aic3204 normal initialization work normally. |
Re: Possible location of latest VNA source code??
Such a change will cause the adc to fail to calibrate properly, although this will not cause major errors, but it is not recommended.
Do not compile the 1300Mhz version, there will be a big error above 900MHz! The white gecko copied the design of my earlier version, there is a power-on timing issue, and my new hardware has fixed this problem. |
Re: Possible location of latest VNA source code??
DMR
Larry Rothman,
Once again, with the original firmware there are no problems with the inclusion. I corrected the code, now nothing freezes. void adc_init(void) { rccEnableADC1(FALSE); ADC->CCR = 0; ADC1->CR |= ADC_CR_ADCAL; ADC1->CR = ADC_CR_ADEN; while (!(ADC1->ISR & ADC_ISR_ADRDY)); } |
Re: Possible location of latest VNA source code??
I just had a look at hugen's schematic.
He runs a battery charger/inverter chip off of the battery to get +5v. He then uses a 3.2v LDO regulator (XC6206P322MR) chip to run most of the electronics. I'm wondering if some of the copies of the original design are using an inferior 3.2v regulator chip or subb'ed it with something else. It might not fix your issue, which appears to be S/W, but I know that others have some power-up issues like I have with my gecko. Just a thought... Larry |
Re: Possible location of latest VNA source code??
One thing you might want to try is to compile a DFU for hugen's 300MHz firmware, then use any free ARM disassembler and compare your compile to Hugen's.
toggle quoted message
Show quoted text
You may be able to zero-in on the problem area. If you do find the problem, please share with the forum members. I hope this helps. Larry On Tue, Jul 30, 2019 at 01:47 PM, DMR wrote:
|
Re: Possible location of latest VNA source code??
My white Gecko clone hangs at the splash screen sometimes as well when running off the battery but never hangs when powered by the USB port.
toggle quoted message
Show quoted text
Does yours hang when powered by USB or battery? These devices use both 5v AND 3.6v supplies and I'm wondering if the vna will hang if the supplies don't come up quickly at the same time. Try disconnecting the battery and run it only from a USB source to see what happens. Since the 3.6v battery powers the uP, a defective one might cause issues. Regards, Larry On Tue, Jul 30, 2019 at 11:55 AM, DMR wrote:
|
Re: Possible location of latest VNA source code??
DMR
Everything is smooth, my analyzer freezes on the splash screen. The code below does not fix this. Sometimes it works, sometimes every other time. I have an original firmware dump STM32, merged when I bought the device, there are no problems with freezing at the start. I see a problem not only with me. This happens on all tapes of firmware, 300, 900, 1300MHz. Is there a solution to this bug?
|
Re: nano cases
Frank,
toggle quoted message
Show quoted text
Why don't you try something like what I drew for message /g/nanovna-users/message/608 ? Since I don't own a 3D printer (yet), I would assume my design could be printed on it's side. You could make the surface for the panel-mount N adapters thicker for rigidity and even design-in a few gussets or centre structure for more strength by the RF connectors. My original thinking on the design was that the sloped top and bottom surfaces would minimise back-front flexing. Just a thought. A note on that pesky USB port..., I use a Bird SK4000 antenna analyser at work. Bird originally designed the unit using only a micro USB port for charging and data transfer. It was a big design mistake - they replaced a lot of those ports. The next generation of the SK4xxx series had a barrel plug for charging in addition to the micro USB data port. Maybe you can design a case that also houses a flush-mount barrel jack for charging. NOTE- if anyone is thinking of adding an external non-usb charging port, please keep in mind that it will need to disconnect the USB +5V line when an external charger is inserted - or install a Schottky isolation diode so you don't try to push power back down the USB line. Regards, Larry On Mon, Jul 29, 2019 at 09:47 PM, Frank S wrote:
|
Re: nano cases...
Dr. David Kirkby from Kirkby Microwave Ltd
On Tue, 30 Jul 2019 at 00:38, Frank S <ka2fwc@...> wrote:
I agree... to a point. This thing isn't a "real" VNA (in the commercial I am guessing that the N9914 is about 25 dB more expensive! I have been unlikely with FieldFoxs. Bought an N9923A reconditioned from Agilent. I found endless firmware bugs, then it had a hardware failure. I returned that to Agilent. Then I bought a used N9912A, which was DOA. The first NanoVNA I bought had a faulty screen. Hugen said they are delicate. There is also a larger (3.2¡±) version of that available. I am considering trying to fit a larger screen. -- Dr. David Kirkby, |
to navigate to use esc to dismiss