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

NRF9160 UART Odd Parity

We have a board built with the NRF9160 and an ADE9153A. The ADE9153A only responds to messages with odd parity. How do we set the NRF9160 to odd parity?

Parents Reply Children
  • 2 extra pin, SCLK and SS and you never mentioned an 'isolation barrier' in your original post either so it was rather unlikely someone replying could take that into account. Anyway you have 2 choices

    1) use SPI

    2) use a different chip from ADE9153A

    oh actually 3 choices

    3) use a SPI/TWI/some other protocol to UART chip which supports odd parity on the NRF side of the isolation chip and talk to that and have that talk to the ADE9153A

Related