2016-02-19 05:35 AM
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 Ratheesh2016-02-26 05:18 PM
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.2016-03-09 03:59 AM
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,
GMHi 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