This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Interfacing NRF52832DK with Quectel EC20

Hi,

    I'm trying to interface NRF52DK with Quectel EC20 Evaluation board through UART. I used the example UART code from the SDK to send AT commands to the Quectel Board but, it was not working and whatever the command I sent was printing on the Termite, Then I tried using app_uart_put() It is also not working, whatever AT command I'm sending is printing on termite but it has no effect on the module, Is there any other way to do it?

Parents
  • You need to give a lot more detail.

    How does "termite" fit into all this?

    Remember that the Quectel EC20 (whatever that is) neither knows nor cares what microcontroller you use - all it sees is the signals on its UART inputs.

    So how have you verified that you are supplying the correct signals?

    • Voltage levels?
    • Baud rate?
    • Number of data bits?
    • Parity?
    • Number of stop bits?
    NRF52DK

    Remember that the DK has a hardware connection from the Virtual COM Port (in the on-board J-Link) to the nRF52832 chip - you will need to disconnect that (or use different pins for the UART) to connect the UART to any other device.

    Details are in the DK User Guide

  • Hi,

    Quectel operates on 1.8V but the Evalution board already has a voltage level translator, 

    115200 is the Baudrate 

    Data bits 8

    No Parity

    Stop Bits 1 

    Regarding Termite what I was trying to say was I'm able to see the AT Command what I'm sending through UART but it has no effect on the Quectel EVB

    Also how can I define the GPIO pins as UART pins?

Reply Children
Related