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

Working with Uart and Sim800l

Hi,

  I am working with nrf52DK and Sim800l, I want to send some data using GPRS commands like AT etc.
I am having a market build module for Sim  www.circuitstoday.com/.../gsm_module.jpg
I am trying to establish a connection using the ble_app_uart example from SDK but I am unable to send AT command.
 Same tried with UART example also.
Connections done are DK pin P0.06 -> Rx of Sim, DK pin P0.08 -> Tx of Sim, given ground and power supply.
Baud Rate used is 115200.
if I am disconnecting TX and RX pin from Sim I am able to see data(AT command) in the terminal.
Any Help would be appreciated.
Related