What do you mean with "switch SIM1 / SIM2 back and forth"? Do you really want to "down" one interface and then "up" another? Why? What is the advantage over two active interfaces?
The LtAP mini LTE kit has only one modem (EC200A-EU) with two SIM slots - not two separate modems. So there's only one LTE interface (lte1), and only one SIM card can be active at a time.
For some boards with dual SIM slots connected to the same modem slot (like LtAP mini, LtAP, SXT) it is possible to alternate between these SIM slots.
After changing SIM slots, LTE modem will be restarted. It can take some time (depending on the modem and board around 30 seconds) to fully initialize it.
So the switching command is:
/interface lte settings set sim-slot=down # or "up" for the other slot
So if I want to active the other sim I have to deactivate the other, my questions is if this can be done like every minute.
I’ve recently bought this exact device, and I’m using only one SIM card.
From what I’ve seen while using it, yes, the modem “init” is around 30 seconds, and with the association of the modem with the 4G antenna you should be < 60 seconds
But dealing with the SIM slot swap, I don’t know if it would add some time. I’ve only changed it when setting up, since I’ve put my SIM card in the “down” slot, and defconf defined the LTE interface with “up” slot.
I did not notice any delay about sim swapping, just a regular modem restart,
The curiosity (only if you wish to tell us) is about WHY EXACTLY you want to alternatively use two different SIMs switching between them every minute or so.
Happy to explain! The use case is 2FA SMS forwarding for multiple accounts.
The problem:
I have several accounts (Google, banking, etc.) that require SMS-based two-factor authentication. Currently I'm juggling multiple SIM cards, which means:
Physically switching SIMs when I need a code
Keeping multiple devices charged and accessible
Annoying manual process that doesn't scale
The goal:
Use the LtAP mini as a centralized SMS gateway that:
Receives SMS on SIM 1 → forwards via HTTP webhook (to Telegram bot)
Switches to SIM 2 → receives SMS → forwards
Cycles back continuously
This way I get all 2FA codes pushed to one Telegram chat, regardless of which number they were sent to.