Good day, I am using a USB to UART IC and it isn't working just because the nRF51822 Tx signal is inverted from this IC. There are some way to invert the UART signals?
Good day, I am using a USB to UART IC and it isn't working just because the nRF51822 Tx signal is inverted from this IC. There are some way to invert the UART signals?
Hmm, I'm not really sure where your problem is located.
We have to distinguish between Uart at TTL level (which is found directly at the pin of the nRF51822) and the Uart RS232 voltage level behind the driver (e.g. Max3222). They both are different in there voltage level and also inverted against each other (all signals: Rx, Tx, Rts, Cts …).
E.g. when the Uart is idle (not transfering data), we see a high level at the nRF51822's pin but a negative voltage behind the driver chip.
For me, as I'm using the nRFgo Starter Kit, RS232 communication was never such problem.
Thank you for the answer. Then I think there is some error on configurating my UART because the iddle level in the pin of the nRF51822 is low (0V) in my device.
Thank you for the answer. Then I think there is some error on configurating my UART because the iddle level in the pin of the nRF51822 is low (0V) in my device.