You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the sim insert and remove events and also an event when modem fails for esp-idf v4.3
Describe alternatives you've considered.
I have tried adding additional events to the modem events but that did not work
Additional context.
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
I need an sim card insert and remove event when using bg96 and ppos lin=b which isused in esp-idf v 4.3
I need an sim card insert and remove event when using bg96 and ppos lin=b which isused in esp-idf v 4.3 (IDFGH-9996)
Apr 26, 2023
radhikapatel15
changed the title
I need an sim card insert and remove event when using bg96 and ppos lin=b which isused in esp-idf v 4.3 (IDFGH-9996)
I need an sim card insert and remove event when using bg96 and ppos lib which is used in esp-idf v 4.3 (IDFGH-9996)
Apr 26, 2023
I think you get a lost connection event immediately after removing a SIM card.
So, as a workaround you can listen to already supported events and just check (with AT commands) if the card has or hasn't been removed/inserted.
The correct solution would probably be to listen to URC messages in the modem library, but that would need some work (and probably some customization) to make it universally working for most devices.
Thanks for your reply, But what u are saying will conflict when the server connection is also lost .
And for the workaround can share any sample code for it ? using bg96 and ppos lib for esp-idf v4.3?
Is your feature request related to a problem?
No response
Describe the solution you'd like.
I want the sim insert and remove events and also an event when modem fails for esp-idf v4.3
Describe alternatives you've considered.
I have tried adding additional events to the modem events but that did not work
Additional context.
No response
The text was updated successfully, but these errors were encountered: