TTL HMI to NRF52840

Working with a Pinnacle 100 using an NRF52840.  I have a HMI with a TTL serial interface.  I have verified I/O on the HMI itself via a TTL/USB converter to Tera term, but having trouble with TTL comm to the NRF.  Is there sample code available to reference for setting up the port for this.

Parents
  • I am using the Laird Connectivity Pinnacle 100 DVK.  https://docs.zephyrproject.org/latest/boards/arm/pinnacle_100_dvk/doc/index.html

    This DVK uses Zephyr RTOS.  I am a first time Zephyr user so picking that up as I work through this.

    I have a UART available on the DVK, but I do not see the data from the touchscreen coming in on the port.  I can connect the same touchscreen to a TTL to USB converter and see the touchpoint ID's come through on TeraTerm with no issue,  so I know that is functioning.  There is a direct USB port to the NRF52840 on the DVK.  Is there a way to monitor the other UART port to see what is coming through besides just getting the echo back on the port?  This is a 3.3V TTL signal which should be compatible with the UART I believe.

Reply
  • I am using the Laird Connectivity Pinnacle 100 DVK.  https://docs.zephyrproject.org/latest/boards/arm/pinnacle_100_dvk/doc/index.html

    This DVK uses Zephyr RTOS.  I am a first time Zephyr user so picking that up as I work through this.

    I have a UART available on the DVK, but I do not see the data from the touchscreen coming in on the port.  I can connect the same touchscreen to a TTL to USB converter and see the touchpoint ID's come through on TeraTerm with no issue,  so I know that is functioning.  There is a direct USB port to the NRF52840 on the DVK.  Is there a way to monitor the other UART port to see what is coming through besides just getting the echo back on the port?  This is a 3.3V TTL signal which should be compatible with the UART I believe.

Children
Related