¿ªÔÆÌåÓý

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

nanoVNA H4 upgrade - I can only find NanoVNA H4 v1.2.19.dfu Where is NanoVNA H4 v1.2.19.bin #firmware


 

In the Mac Terminal, I use use:
dfu-util -a 0 -s 0x08000000:leave -D tinySA.bin
to update my tinySA. I like using the terminal as opposed to yet another GUI.

I would like to use the same for updating my new nanoVNA H4 . Presently, it is:
1.1.01 with Hardware version 4.3_MS .

Using the tinySA, I delete the version number. i.e. tinySA............bin is reduced to tinySA.bin . Works great! After I bought a tinySA Ultra, the above worked fine so long as I:
a) used the correct firmware (tinySA and tinySA Ultra are different)
b) deleted the firmware version numbers from tinySA...............bin to tinySA.bin

I tried;

dfu-util -a 0 -s 0x08000000:leave -D nanoVNA \ H4.dfu
and it did not work! I think I need:
NanoVNA H4 v1.2.19.bin to do as outlined above. Is there a way of converting:
NanoVNA H4 v1.2.19.dfu to NanoVNA H4 v1.2.19.bin ?? If not, where do I get NanoVNA H4 v1.2.19..bin ?

Thank you for any help, larry


 

Just take the bin from my repo, I create them from DiSlords latest GitHub commit, see this message:

/g/nanovna-users/message/30480


 

Thank you again!! Worked like a charm!

I don't see where I should tell within the Firmware I have (M) type. I have:
Hardware version 4.3_MS .

Again, thank you! larry


 

Isn't it in the expert settings?


 

Hi
Using Ubuntu Linux, I use dfu-util -a 0 -D *
* go to my Downloads directory and copy the file name
This then puts the filename and path into the terminal command
Then just press Enter - and voila!
Regards
Colin

On Thu, 23 Feb 2023 at 07:21, Lawrance A. Schneider <llaassllaaass@...>
wrote:

In the Mac Terminal, I use use:
dfu-util -a 0 -s 0x08000000:leave -D tinySA.bin
to update my tinySA. I like using the terminal as opposed to yet another
GUI.

I would like to use the same for updating my new nanoVNA H4 . Presently,
it is:
1.1.01 with Hardware version 4.3_MS .

Using the tinySA, I delete the version number. i.e. tinySA............bin
is reduced to tinySA.bin . Works great! After I bought a tinySA Ultra,
the above worked fine so long as I:
a) used the correct firmware (tinySA and tinySA Ultra are different)
b) deleted the firmware version numbers from tinySA...............bin to
tinySA.bin

I tried;

dfu-util -a 0 -s 0x08000000:leave -D nanoVNA \ H4.dfu
and it did not work! I think I need:
NanoVNA H4 v1.2.19.bin to do as outlined above. Is there a way of
converting:
NanoVNA H4 v1.2.19.dfu to NanoVNA H4 v1.2.19.bin ?? If not, where do I
get NanoVNA H4 v1.2.19..bin ?

Thank you for any help, larry






 

On Wed, Feb 22, 2023 at 03:35 PM, Ho-Ro wrote:


Isn't it in the expert settings?
Yes, I found it. I needed to go to "more" and reread the entires. I found Node with "MS5351" and "Si5351" as options. I chose MS5351. Not where I expected it - especially with the number attached to the Alpha portion.

Once again, thank you, larry