xioTechnologies / NGIMU-MATLAB-Real-Time-Example

11 stars 11 forks source link

Connection failure with NGIMU #5

Closed Ferdanielhg closed 4 years ago

Ferdanielhg commented 4 years ago

Hello,

I want to connect my NGIMU through wifi, Here you can see my settings and the error message. image

image

image

Am I doing the connection correctly?

xioTechnologies commented 4 years ago

If you are receiving the "/sync" message then you must be listening to port 9000. If you want to receive NGIMU data then you must listen to port 8058 (according to your screenshot).

Ferdanielhg commented 4 years ago

image

Problem solved. I had the NGIMU GUI software open while trying to connect to the port 8085. Once I closed the NGIMU GUI the Matlab code ran normally.

Thanks for the help!