STM32 F407VET6 SIM800C V2

Post here all questions related to STM32 core if you can't find a relevant section!
hobbya
Posts: 49
Joined: Thu Dec 19, 2019 3:27 pm
Answers: 1

Re: STM32 F407VET6 SIM800C V2

Post by hobbya »

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.
Orion1398
Posts: 15
Joined: Tue May 04, 2021 5:28 pm
Answers: 2

Re: STM32 F407VET6 SIM800C V2

Post by Orion1398 »

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.
I use Li-Po battery to supply GSM module.
But Thanks for idea!
Orion1398
Posts: 15
Joined: Tue May 04, 2021 5:28 pm
Answers: 2

Re: STM32 F407VET6 SIM800C V2

Post by Orion1398 »

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) :D
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: STM32 F407VET6 SIM800C V2

Post by fpiSTM »

Nice. Thank you for the feedback !
Post Reply

Return to “General discussion”