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

nrf51822 serial communication using cable

Hi All,

I am working on the NRF51822 development board, using KEIL-IDE for the code development using SDK version 10.

I was trying to develop the serial communication with NRF-51822 development kit using Putty for normal serial communication via cable(not using wireless blue-tooth).

Please guide me for the above. And if possible than share some of the details or document if available for the same.

Looking forward for the replies.

Thanks in advance

Parents
  • So what have you tried so far?

    Where are you stuck?

    Have you looked at the SDK examples?

    See: devzone.nordicsemi.com/.../162070

  • I have tried the FTDI-232 pin connections for serial communication with the available SDK-V10 example ble_app_uart. 

    I am using BLE400 with NRF51822 and flash program using J-Link debugger. After that I connected the board with FTDI-232(TX - P0.06 & RX - P0.05) and I have didn't connected the CTS and RTS for the communication.

    #define RX_PIN_NUMBER  5
    #define TX_PIN_NUMBER  6
    #define CTS_PIN_NUMBER 7
    #define RTS_PIN_NUMBER 12
    #define HWFC           true

    And I have also gone through your link and change configuration but still its not working.

    I am connecting the BLE400 Board with USB cable and as well as with FTDI-232 to PC, So, is have connect only one module at a time ... like say we have to give power from the FTDI-232 on 3.3V pin only ? Am I right. 

    If any possible solution is their share and guide through it.

    Many Thanks

Reply
  • I have tried the FTDI-232 pin connections for serial communication with the available SDK-V10 example ble_app_uart. 

    I am using BLE400 with NRF51822 and flash program using J-Link debugger. After that I connected the board with FTDI-232(TX - P0.06 & RX - P0.05) and I have didn't connected the CTS and RTS for the communication.

    #define RX_PIN_NUMBER  5
    #define TX_PIN_NUMBER  6
    #define CTS_PIN_NUMBER 7
    #define RTS_PIN_NUMBER 12
    #define HWFC           true

    And I have also gone through your link and change configuration but still its not working.

    I am connecting the BLE400 Board with USB cable and as well as with FTDI-232 to PC, So, is have connect only one module at a time ... like say we have to give power from the FTDI-232 on 3.3V pin only ? Am I right. 

    If any possible solution is their share and guide through it.

    Many Thanks

Children
Related