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

nRF52810 data recieve problem

image descriptionHello All,

I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. where i am continously receiving the GPS data via UART i changed the uart pin configuration as
#define RX_PIN_NUMBER 11
#define TX_PIN_NUMBER 9
But I am facing very strange problem. The project couldn't run after I program,i am using keil,. it runs to the NRF_BREAKPOINT_COND when I debug it. The project is What reason would lead to this problem?

also i removed the debugger and gave the external power to my board and connected with nrf_UART(nrf toolbox) i started receiving GPS data continuously but in between again it restarts and says "connection lost".
Thanks in advance.

Parents
  • Hello ,

    Thanks will look at it.

    I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. where i am continously receiving the GPS data via UART. i am putting my GPS module in sleep mode at every 1min for 30 second . then it will wakeup and send the data. similarly how can i put my nrf52810 on for sleep for same time interval. i.e put the nrf52810 for 30sec and the wake up for 1min ,recive the data and sleep again.

    How can we achieve this , please send any codes if you have. attached the main.c file.

    thanks in advance. pktron

Reply
  • Hello ,

    Thanks will look at it.

    I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. where i am continously receiving the GPS data via UART. i am putting my GPS module in sleep mode at every 1min for 30 second . then it will wakeup and send the data. similarly how can i put my nrf52810 on for sleep for same time interval. i.e put the nrf52810 for 30sec and the wake up for 1min ,recive the data and sleep again.

    How can we achieve this , please send any codes if you have. attached the main.c file.

    thanks in advance. pktron

Children
No Data
Related