How to get the WP7607 device to work on Linux?

what do you want to do actually?

If you want to estabish data connection, you can see here:

1 Like

Thank for your help!!
I do by your tutorial , but it have some issues ,
at!gstatus? : it only shows some info
at!scact=1,1 : it return ERROR

instead of low power mode, you need to make the module in online mode by AT+CFUN=1

It not work!
image

what are the response of the followings:


ati3
at!IMPREF?
AT!PCINFO?
AT+CPIN?
AT!UIMS?
AT+CFUN?

image

there is FW mismatch in AT!IMPREF…

You can try to upgrade the module to FW R16.1 with Windows EXE:

https://source.sierrawireless.com/resources/airprime/software/wp76xx/wp76xx-firmware-release-16,-d-,1/#sthash.zqfuw4N4.dpbs

BTW, you have not inserted any SIM card for the network…
You can try AT!UIMS=0 and see if AT+CPIN? will show SIM card ready

Yes, now I need upgrade module to FW R16.1 with Windows EXE and plug a sim 4g into my device , right?

yes, that is correct

1 Like

Yes, I was download

  • wp76xx_release16.1_generic.exe
  • WP76xx_Release16.1_GENERIC.spk ( I using Linux pc)
    but both file can’t open it, how to upgrade?

as said before, it is easiest to connect to windows to upgrade by exe

if you really need to use linux, you can use this tool with spk file:
https://source.sierrawireless.com/resources/airprime/software/swiflash/#sthash.zpunia1Y.dpbs

1 Like

Yes , thank you so much !!
I waiting for accept of my supervisors , before upgrade module and receive 4G SIM.
while waiting , I have a question that I hope you can answer.
I can see you demo setting up data connection for WP7609 module, except establish data connection
Can you share with me what other features WP7609 can do?
thank you very much!!

did you read the product technical specification fo WP76xx module?

Maybe in reverse way, what do you want to do with the module?

1 Like

Currently my team have plan write driver for WP7607 module to use it, But we only have module and done have anything info about what we want do, we also don’t know what features the module supports, and I responsible for finding out about it, but I have not yet determined what to do with the wp7607 module.
Can you suggest for me what I should do ?
Because this is a completely new field for me, sorry for my ignorance.

This is indeed a strange question …

You can read the product technical specification and the AT command user guide first

1 Like

thanks you so much, I will do by your tutorial!!

Hi jyijyi,
I did read product technical specification wp76xx, it’s really confusing for me, I just discovered a few features like

  • ready-to-connect (is it a data connection like your instructions?)
  • GPS
  • Power Saving Mode
    If you have read it, can you suggest me some more features that the module supports?
    Thank you so much!!

Wp76 supports legato framework, you can have a look:

You can also see the sample application in the MBPL SDK:

https://source.sierrawireless.com/resources/airprime/software/mbpl/mbpl-software-latest/

Yes,framework provides API to write IOT applications to use module services, no need to use AT commands through terminal, right?

yes, the legato application will be run on the module itself