Is there a UART code example for Thingy 52?
Thank you
Is there a UART code example for Thingy 52?
Thank you
Hi,
No, it's because there is no FTDI/RS232 chip on the Thingy board. You would need to use external UART board to communicate between the PC and the Thingy52.
I want to communicate to a GPS module which uses UART. I read that Thingy 52 has UART. Are you sure it doesn't?
This link says UART is supported. Am I missing something?
https://docs.zephyrproject.org/1.13.0/boards/arm/nrf52_pca20020/doc/nrf52_pca20020.html
Yes UART is supported by the nRF52832. What I was talking about is the reason we don't have UART interface with PC on the Thingy so we don't have an example for it.
But UART is supported on chip, you can use the UART library (nrf_drv_uart) if you want to use our Thingy SDK. or use the UART library on Zephyr.
Yes UART is supported by the nRF52832. What I was talking about is the reason we don't have UART interface with PC on the Thingy so we don't have an example for it.
But UART is supported on chip, you can use the UART library (nrf_drv_uart) if you want to use our Thingy SDK. or use the UART library on Zephyr.