Open MYEONGKO opened 2 years ago
I suggest you do the following:
Thank you for quick response! I checked the Wi-Fi connection with the sensor, and I also checked the port serial number. After that, where do you enter the udp port serial number or wifi IP address to proceed with real-time communication? I download the latest codes and proceed, but I am not sure where to enter the port number or IP to connect. I'm not familiar with the code yet, so I'm not sure where the connection part is in the gui or getOscMessages as in the picture below. sorry for inconveniencing to you. We would appreciate it if you could reply as soon as possible.
It sounds like you have not attempted to run the code. If you run the code then a gui will appear. The README includes a screenshot of the gui and shows a single text box labelled "UDP Port". This is where you enter the UDP port value.
When I run gui.m and try to input the port number, the plot window opens like this and the plot does not close either. So the connection itself is not working. The size of the plot window is not adjusted, so the upper part is not visible. Is this a problem with matlab itself or the computer itself?
The example runs without issue on my machine. I suggest you adjust the window size of the gui on your machine so that all of the components fit. Alternatively you can move the UDP port text box so that it is in the viewable area of the window.
Your advice has been really helpful. After checking in mathworks, the problem with plot was a screen magnification problem. It was made as a guide, so there seems to be a bug in certain screen magnifications.
If the update rate speed is unreliable then this may be because you are sending data a rate to high for the MATLAB gui to handle. I suggest you reduce the send rates in the NGIMU settings.
Hello, I am a student studying codes and sensors on my own. I'm trying to follow the Matlab real-time example code, but I'm inexperienced in using matlb, so I can't even connect to matlab.