-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update firmware on mkr1500 UBLOX SARA-R410M-02B #27
Comments
Hi, In addition to above: I've been testing for a while now with the arduino MKR1500 and ran into some issues concerning the registration on the LTE-m and NB-IOT network. I basically tried to figure out what network the Ublox r410m module was connected to. With the AT+URAT command you can set your preferences for 1st and 2nd network: LTE-m over NB-IOT, visa versa, or just one of the two. Then with the AT+COPS command you can see what network the module is actually connected to. Whenever I did this, I however got unexpected answers. Based on the UBlox datasheet, I should either get a 7 (LTE-m) or 9 (NB-IOT) based on the network. I however got returned an 8, something that according to Ublox would be impossible. After a lot of time debugging and testing I figured out it has to do with the Ublox firmware. The module comes with version 05.06 while the current latest version provided by Ublox is 05.08. Between these versions Ublox has changed some references and commands. So when you work with the mkr1500 it's good to know you can't 100% rely on the lastes version of the AT-command manual that Ublox provides. And it's also good to know that arduino ships the modules not with the latest firmware and that if this changes in the future, this might have implications for your firmware on your arduino. Also would it be possible from Arduino's perspective to provide an AT manual which corresponds with the firmware version 05.06 which arduino ships the modules with? Also since it's not possible to update the firmware on the Ublox module (like for instance is with the SODAQ r410m) |
I updated the firmware of my NB 1500 following these instructions a few months ago: https://forum.arduino.cc/index.php?topic=628808.0 But take your time and read the instructions carefully! |
This is a guide with windows for the modems with no bad block:
Remember the Port Number
10.5. After OK, wait 10 sec. minimum
55436F6D flag means Update has successfully completed If it failed andyou see +UFWSTATUS: 55457272, 19a, ffe3, then you need to go back to Step 1 and try another stg1 boot package. In case of success:
ati9 L0.0.00.00.05.08,A.02.04 |
Use m-center from u-blox and make the firmware update about FOTA (Firmware over the air). This is a very useful software to test, configure and update your u-blox-module! https://www.u-blox.com/en/product/m-center#tab-documentation-resources
Please read the manual before. |
I did, with no sucess. |
There is a new firmware with a new and wicked update procedure: |
Hi,
I recently bought a Arduino mkr1500 but it came with obsolete firmware on the UBLOX SARA-R410M-02B.
firmware version: L0.0.00.00.05.06 [Feb 03 2018 13:00:41]
I'd like to update the firmware to the latest and was wondering how to do this? Is there some more info on how to achieve this?
Thx
The text was updated successfully, but these errors were encountered: