P
P
PetuninNikita2014-02-28 12:34:11
mobile connection
PetuninNikita, 2014-02-28 12:34:11

How to connect STM32F4 to GPS2 Click?

I have STM32F4 Discovery and GPS2 Click (Quectel m95) connected via STM32F4 Discovery Shield. So far, I just figured out how to enable the module:

GPIO_SetBits(GPIOE, GPIO_Pin_10);
    for (i = 0; i < 75; i++)
    {
        delay();
    }
    GPIO_ResetBits(GPIOE, GPIO_Pin_10);

But I can't seem to figure out how to send AT commands via USART. Perhaps somewhere there is detailed documentation? I have already read the documentation of the manufacturer of the GSM module, Shield, STM32.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Zakharov, 2014-04-16
@denchi

Is this what you were looking for?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question