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

RS-485 Comunication

Hi,

I am using device as ble-Peripheral SDK nRF51_SDK_7.2.0_cf547b5 and softdevice version :s110_nrf51822_7.1.0_softdevice.

As ble-central SDK nRF51_SDK_7.2.0_cf547b5 and softdevice version :s120_nrf51822_1.0.1_softdevice

my application(one PC to second PC Data link using UART)(RS-485 to BLE Convter) :

PC1(com port)->RS-485->Nordic UART(Without RTS/CTS)->ble-peripheral transmit data => ble-central receive data -> Nordic UART ->RS-485->PC2(Com port)

I am sending data this way this time facing CPU blocking issue. Nordic CPU not available for UART data receive. so that we are lose byte on UART.

how resolve CPU blocking issue.

pls provide solution for that.

This issue face where RTC/CTS control not available in RS485. How resolve this issue for RS-485 communication.if I am used RTC/CTS in UART that time working OK.

Regards,

Himansu Donga

Related