Display Wireless Temperature sensor readings in Dashboard using node red

Hello, I am new Node-Red, I want to use the desktop client made for node red, I have a code in Embedded C for the wireless temperature sensor,
I am trying to display the wireless sensor data in the Node red dashboard,
I need some suggestion how can upload the payload in node red and display the data in the dashboard.
Any leads on this will be a great help.

I am using this Library

I moved this thread to general as the “Share your projects” is for completed projects as per the description.

There are lots of ways to connect an arduino to Node-RED. From using a serial connection, through to dedicated nodes or MQTT. A quick google will return lots of results that should give you enough to get started.