cancel
Showing results for 
Search instead for 
Did you mean: 

How can i get BlueNRG Firmware version ?

T.Ratheesh
Associate II
Posted on February 19, 2016 at 14:35

Hi all,

         I need to know, BlueNRG firmware version which is flashed in my BlueNRG chip without using BlueNRG GUI window.

What are the possibilities to get this ?

 Can i get this from SPI ? or give me proper commands?

Thanks

Regards

Ratheesh

2 REPLIES 2
hardware
Associate II
Posted on February 27, 2016 at 02:18

Yes, you can use the HCI_READ_LOCAL_VERSION_INFORMATION to get the version of the firmware. Look at the LMP/PAL_Version and LMP/PAL_Subversion parameters:

Version=0x07, SubVersion=0x0015 ==> Firmware 7.1e

Version=0x07, SubVersion=0x0013 ==> Firmware 7.1c

Not sure what the numbering rule is, though.

Posted on March 09, 2016 at 12:59

Dear Customer,

the raw data related to HCI_READ_LOCAL_VERSION_INFORMATION  command is : [0x01,0x01,0x10,0x00]

Send us the raw packet obatained as response and I let know the version.

Best Regards,

GM

Hi all,

         I need to know, BlueNRG firmware version which is flashed in my BlueNRG chip without using BlueNRG GUI window.

What are the possibilities to get this ?

 Can i get this from SPI ? or give me proper commands?

Thanks

Regards

Ratheesh