I’d be curious if you get this work. I’ve seen similar commands on the Telit under “AT#ESIMxxx”, but never tried them since this whole eSIM topic is complex stuff where EVERYTHING has to align module/carrier/DP-SM/eSIM/AT/Mikrotik/etc/etc/etc… for it work.
But the AT+QESIM aren’t in any Quectel AT reference, which makes even trying them pretty hard. Although I’d imagine you START with
AT+QESIM=“lpa_enable”,1
AT+QESIM=“add_profile”,something…
then more on the ones for the eSIM data from decoded from the QR code…
Based on the “Quectel eSIM PowerPoint”, seem you’d want to use a real SIM card to get internet to the modem first. But even that may not work, since the “LTE data session” is going to the Mikrotik – so maybe more AT command to have the modem module itself open any data connection to the SM-DP. Anyway, an AT manual with the AT+QESIM documented is what’s missing to event START trying anything.
Basically I’m not sure you can guess the right AT command from a PowerPoint. If you have the docs/AT manual for your specific module, then you might stand a better chance here.
What what I found interesting in the eSIM PowerPoint linked, was this diagram:
So, seemingly, eSIM/eUICC support is in Quectel’s MBIM implementation. Which is what I was getting at when I said:
If Mikrotik’s MBIM support INCLUDED the eSIM parts, then any modem with MBIM (with the eSIM part of MBIM spec supported too) could work. This would be preferable to a module/carrier/eSIM specific “AT magic-spell”.
Now curious if someone CAN make the “eSIM AT method” work – if eSIM is “just a few” /interface/lte/at-chat on even one 5G LTE module – that would be pretty nifty.
Another solution for those that need to regularly swap SIM cards could come from esim.me
esim.me it’s classic SIM card that has embedded space for up to 15 eSIM profiles
At the moment managing/activating the SIM cards is done via an app on a mobile phone,
but maybe they (esim.me) will be open to help with AT commands on how to manged this process from CLI …
and save people climbing up the roof and trying to fiddle with the SIM cards there
Only downside of eSIM is that it needs “Internet” connection in order to load/unload the profile from eSIM module …
and it’s pain in the back when it does not unload correctly as this means going to MNO/MVNO and requesting new eSIM profile
FWIW: I got HP Elitebook with Intel XMM 7360 LTE-A modem. It has a SIM card which seems to be eSIM data holder. I have activated T-Mobile data plan on it using Windows and this eSIM is working fine after moving it to my fresh Mikrotik SXT LTE6.
did you use AT-QESIM commands or mikrotik native support → interface/lte/esim/
The native support doesn’t work for me, the logs show slot #0 state: esim without profile (although there are two profiles)
I can list and switch profiles via AT commands however I can’t add new profiles via AT command, it seems like quectel firm doesnt fully support it.