How to find out which modem firmware a FiPy has installed?
- 
					
					
					
					
 Is it possible to find out if a FiPy is running the NB-IoT or LTE Cat M1 firmware from Sequans (a command)? I now that it is shipped with Cat M1 but if you have some FiPys that you have installed the NB-IoT firmware on and some with Cat M1 and accidentally mix them around on your desk.... 
 
- 
					
					
					
					
 @arneme Yup. Thats Correct. 
 
- 
					
					
					
					
 @paul-thornton OK, thanks. I noticed that on a device with NB-IoT firmware the result was: Your modem is in application mode. Here is the current version: 
 UE6.0.0.0
 LR6.0.0.0-40343Which I believe is the latest NB-IoT firmware version number (40343). 
 
- 
					
					
					
					
 @arneme Ahh, apologies. I forgot it didnt mention that at the end. That said. That's CAT-M1. (we have only released a CAT-M1 with a version of 39529 that I can see. - the last part of: LR5.1.1.0-39529 is the version number.) 
 
- 
					
					
					
					
 @paul-thornton said in How to find out which modem firmware a FiPy has installed?: import sqnsupgrade How do I interpret the printout from the command. I.e. is this device in particular running the NB1 or the Cat M1 firmware? import sqnsupgrade 
 sqnsupgrade.info()
 <<< Welcome to the SQN3330 firmware updater [1.2.1] >>>FiPy with firmware version 1.18.1.r7 
 Your modem is in application mode. Here is the current version:
 UE5.0.0.0d
 LR5.1.1.0-39529
 
- 
					
					
					
					
 Open a terminal connection to the board. Run: import sqnsupgrade sqnsupgrade.info()It should tell you the version in the output at the bottom.