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

What (uart) example to study to create RS485 on a Fanstel BT832 module? I need to assign TX, RX, DIR on specific GPIO pins.

hi,

The Fanstel BT832 has a nRF52832. It has TX on P11, RX on P12 for standard uart.
I need however rs485 and so need to add a DIR (output) pin. P11 and P12 are not
on the Fanstel castellated pins so I want to re-assing TX and RX as well.

I already looked at project 'uart_pca10040' but have no idea whether this is a good start.
Attached connections diagram. I2C and DIO are extra but the RS485 signals are
the most important.

Thank you.

Fanstel connections.pdf

Related