2019-04-11 04:51 AM
i want to interface sim900/800 with STM32(Nucleo-L053R8) ,Kindly help me .I am new in STM world
2019-06-12 07:09 AM
Did the program stay? I want to do the same but I do not understand how I still
2019-06-12 07:16 AM
Are you having problems with hardware or software interfacing? It's a standard USART interface with well-documented AT commands protocol. You can write your own code for "talking" with the modem or use one of the available libraries, for example @Tilen MAJERLE 's GSM_AT_Lib.