Can ping to LEGO EV3 wifi (Netgear) IP address, but fail to connect to it wirelessly - usb connection works. Any suggestions?
14 ビュー (過去 30 日間)
表示 古いコメント
mylego = legoev3('usb')
mylego =
legoev3 with properties:
FirmwareVersion: 'V1.09E'
HardwareID: []
IPAddress: []
CommunicationType: 'USB'
BatteryLevel: 100
ConnectedSensors: {'touch' 'gyro' 'color' 'sonic'}
>> mylego = legoev3('wifi','192.168.129.62','00165348b96b')
Error using legoev3 (line 271)
Failed to connect to '192.168.129.62'. Please check your network settings.
2 件のコメント
回答 (5 件)
pravin behera
2016 年 3 月 15 日
Hey hello... Try doing this way.. first connect your LEGO EV3 to wifi through NETGEAR, then go to brick settings>> Brick Info(very bottom)>> IP address (also u can get many info) >> ID
note down the "IP address" and "ID"
now try wirting this code to connect to wifi through matlab
mylego = legoev3('wifi','192.168.0.124','001653497c86')
and my ip address is "192.168.0.124" my LEGO ID is "001653497c86"
This should work, it works for me :)
4 件のコメント
Bookwormo
2016 年 11 月 20 日
Thanks for sharing this. I have firmware 1.09E installed but I receive the following error message with the code snippet above: Error using error Unable to load a message catalog 'legoev3io:build'. Please check the file location and format.
Error in legoev3 (line 237) error(message('legoev3io:build:Legoev3WiFiFailed'));
Jwalant Bhatt
2017 年 11 月 28 日
It connects through wifi dongle by downgrading the firmware to 1.08 H.
3 件のコメント
RR
2020 年 2 月 13 日
That link doesn't work anymore but I found it here. Firmware V1.08H worked on my EV3 brick and allowed Simulink to run on it finally. It would have saved me a lot of time if the Mathworks had checked for incompatible firmware in their support package communications object code and pointed the user to this firmware upon failure rather than waiting for users to spend hours researching and trying other firmware. V1.09D didn't work for me either.
https://www.files.ligarobotov.ru/download.php?filename=files/EV3%20Firmware%20V1.08H.bin
Graham Chow
2019 年 1 月 18 日
編集済み: Graham Chow
2019 年 1 月 18 日
In version 1.09H and 1.09E they have removed telnet access so you can't connect.
However in version 1.09D (special developer version lego have made), you can connect to via telnet. But they have added a password. It is possible (and I have done it) to modify the legoev3.m and evShell_IO.m files to send through the password and successfully connect. But I have not worked out how to do this in simulink - maybe matlab used compiled code to connect up to the ev3.
So the short answer is yes, you need to use 1.08H or 1.08E.
I suppose mathworks could support 1.09D if they really wanted to make a change, but I'm not seeing the benefits.
6 件のコメント
IFM
2022 年 4 月 28 日
Does anyone have a copy of this firmware that works with the Edimax wifi dongle?
I've been using Ev3's with Simulink for a few years but just got some more bricks and need to downgrade from the V1.09 firmware it is shipped with as it doesn't work anymore. The link above doesn't have the bin file anymore.
Estibaliz NuÑez Gonzalez
2021 年 6 月 22 日
I didn't expect this from matlab, if they are not supporting the standard version of the EV3 brick, at least they should update the software to show an error saying Toolbox is only compatible with versions 1.08, ...... And at least provide a link to download the version, so it is easy to downgrade.
I cannot find the older version anywhere. I was thinking to buy this toolbox (because now i am using it in my wife's computer as she is a student and have a license to students... But paying for a software that it is not compatible with standard lego EV3 and providing no solution, is not a good busines...
Does anybody can tell me where i can download an older version, please
0 件のコメント
参考
カテゴリ
Find more on MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!