As I was building my projects flow in Node-Red, I came to the part where you must implement a UDP in node to communicate with a debug node. However, my available nodes only have UDP out. Any help or advice would be appreciated. This is for the Tello Drone coding challenges. If any more info is needed, please ask.
To be very clear, on the left side, where you have nodes that you drag and drop from, I have no UDP - in under my input category.
I ended up figuring out the issue and have decided to leave my own solution for anyone in the future who may have the same problem. Long story short, somewhere on my system from awhile ago, I had an older version of Node.js installed. Since i did not know this, I downloaded the newest version and ran it. Anyways, turns out that if you have two versions installed, one being older, it favors the old one for some reason and leaves the node-RED connection and functionality broken and missing certain things. Anyways the fix is to completely uninstall all Node.js and reinstall with the newest.
I’m creating a system as a project using Tello drone, using visual recognition.. I can control the drone from node red dashboard but I cannot see the image.. I tried to apply the solutions mentioned above but non of them worked! I thought that something is wrong in the commands so I asked for the commands if you have so I can see the pictures