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

nrf51822 UART Problem

Hello all,

I am new to nRF platfrom, I am working on a protect which contains multiple BMD-200 modules with nRF51822 controller. It has to transfer some data via UART, I started of using example code and writing the values to it. But when i try to transfer the data it is not showing any data across the serial monitor. I am attaching my code , which is almost same as that of example code with modification.
main.c

Parents
  • Yes, I am using pin number 11 for RX and Pin number 9 for TX. I have set all the settings across serial terminal also. I am sending it as an integer value. But for BMD 200 pin number 9 is used as RX and pin number 10 is used as TX according to the data sheet of BMD 200. Even for same configurations as that of development kit/BMD 200, it is not transmitting any value. Is there anything I am missing??

Reply
  • Yes, I am using pin number 11 for RX and Pin number 9 for TX. I have set all the settings across serial terminal also. I am sending it as an integer value. But for BMD 200 pin number 9 is used as RX and pin number 10 is used as TX according to the data sheet of BMD 200. Even for same configurations as that of development kit/BMD 200, it is not transmitting any value. Is there anything I am missing??

Children
No Data
Related