'Low_Level_Chip_Info ' radio has to be switched on: rx rx.cmd(16,0,0,0,0) 'Command 0x10. GET_REV s = rx.rspbin() '13 Parameter ? s print print "Chip is SI47" & str(val(word(s,2))) print "Firmware " & str(val(word(s,3))-48) & "."& str(val(word(s,4))-48) print "Patch ID HighByte (HEX): " & "0x" & hex(val(word(s,6)),2) print "Patch ID Low Byte (HEX): " & "0x" & hex(val(word(s,5)),2) print "Component " & str(val(word(s,7))-48) & "."& str(val(word(s,8))-48) print "Chip Revision (ASCII): " & chr(val(word(s,9)))