<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Craig,<div class=""><br class=""></div><div class="">I haven’t completed the SIM7600 and SIM7000 drivers yet. Apart from a few minor command differences, they both seem to expose a bug in our MUX driver which sometimes causes a crash (particularly in areas of poor cellular connectivity). I’l guessing just some unknown / unhandled frame type.<br class=""><div><br class=""></div><div>Model recognition should work now. But the power cycle for these modems is tricky.</div><div><br class=""></div><div>If you want to have a look at the SIM7600 driver, that is fine by me. I won’t have time to look at it for a couple of weeks I think (trying to bring across all my old work on the plugin system first). I am really just trying to get the low level refactoring done at the moment (which is pretty much done now). The code is in simcom_7600.cpp, and is very small. I remember the big init command <font color="#000000" class=""><span style="caret-color: rgb(0, 0, 0);" class=""> has some unrecognised stuff in it, but haven’t had time to remove/fix them yet:</span></font></div><div><br class=""></div></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><div>AT+CPIN?;+CREG=1;+CTZU=1;+CTZR=1;+CLIP=1;+CMGF=1;+CNMI=1,2,0,0,0;+CSDH=1;+CMEE=2;+CSQ;+AUTOCSQ=1,1;E0;S0=0</div></div></blockquote><div class=""><div><br class=""></div><div>The modem can now be put into ‘power modem devel’ mode, where you can simply ‘cellular tx AT…’ commands to it. Send each of the above, one by one, and you’ll find the incorrect ones. I seem to remember there were two.</div><div><br class=""></div><div>Regards, Mark.</div><div><br class=""><blockquote type="cite" class=""><div class="">On 31 Aug 2020, at 11:51 AM, Craig Leres <<a href="mailto:leres@xse.com" class="">leres@xse.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 2020-08-30 00:20, Mark Webb-Johnson wrote:<br class=""><blockquote type="cite" class="">The initial implementation of this work is in branch for-v3.3, in GitHub. That branch can be used for the upcoming 3.3 release, including potentially breaking changes.<br class="">I’d appreciate any feedback. For the SIM5360, the behaviour should be unchanged from the current implementation (except some improvements to edge cases and control logic). The major user visible change is from ’simcom’ to ‘modem’ for the console commands.<br class=""></blockquote><br class="">I built and flashed this version on my dev module and was able to register on the cell network and get a gps fix (sim5360).<br class=""><br class="">I swapped in my sim7600 modem board, switched the 500 mA power adapter for a 1.5A version and booted. Very shortly after booting the /status page showed "Unrecognised command" for the modem. But "cellular" showed this:<br class=""><br class="">    OVMS# cell<br class="">    MODEM Status<br class="">      Model: SIM7600<br class="">      Network Registration: Searching<br class="">        Provider:<br class="">        Signal: 0 dBm<br class="">      State: NetWait<br class="">      Mux: Status up<br class="">      PPP: Not running<br class="">      GPS: Connected on channel: #1<br class=""><br class="">I was using the serial console and notice that "cell" command worked without enable but "location status" (still) required enable mode.<br class=""><br class="">I don't have a lot of confidence in my cell antenna setup, the best I can say about it is it worked with the sim5360 and it's the same as what I've been using my my Corvette (the gm oem onstar windshield antenna with separate cell and gps connections). I dug out a pair of fasttech antennas and used the web page to cycle power on the modem. After this point the module was unable to identify the module. I tried rebooting and that didn't help. I cycled power and it was able to id the simcom again but still no network registration or gps. The next time I did a warm reboot the MODEM Status Model was again stuck on auto.<br class=""><br class="">I don't have any time left this weekend for serious debugging but I'm game if there are simple things you'd like me to try.<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre"> </span><span class="Apple-tab-span" style="white-space:pre">    </span>Craig<br class=""></div></div></blockquote></div><br class=""></div></body></html>