STM32 F407VET6 SIM800C V2
Re: STM32 F407VET6 SIM800C V2
You may also check the power supply. GSM module can take 2A peak current during transmission, especially during the network search. As stated in the datasheet you need large value capacitors connected at the power supply. Not sure if your Arduino board has a bigger capacitor than your STM32 board.
Re: STM32 F407VET6 SIM800C V2
I use Li-Po battery to supply GSM module.hobbya wrote: Thu May 13, 2021 1:02 am You may also check the power supply. GSM module can take 2A peak current during transmission, especially during the network search. As stated in the datasheet you need large value capacitors connected at the power supply. Not sure if your Arduino board has a bigger capacitor than your STM32 board.
But Thanks for idea!
Re: STM32 F407VET6 SIM800C V2
Hi!
Everything works!
I use logic level converter, and try work whit SIM module using 5v logic.
TLL -> 5V
RX 3.3V (STM) -> LLC ->TX 5V (SIM)
TX 3.3V (STM) <- LLC <-RX 5V (SIM)
Most likely, there was a problem with TTL on the SIM module, and correctly work only 5V logic.
Thank you all very much, and I went to make a menu for that thing)
Everything works!

I use logic level converter, and try work whit SIM module using 5v logic.
TLL -> 5V
RX 3.3V (STM) -> LLC ->TX 5V (SIM)
TX 3.3V (STM) <- LLC <-RX 5V (SIM)
Most likely, there was a problem with TTL on the SIM module, and correctly work only 5V logic.
Thank you all very much, and I went to make a menu for that thing)

Re: STM32 F407VET6 SIM800C V2
Nice. Thank you for the feedback !