Is it just me, or is Wiznet not working in V77? #742
Replies: 8 comments
-
Posted at 2015-04-29 by @gfwilliams Damn. No, it's not you. Firmware 1v76 does work though Just found out that SPI2 looks broken in 1v77 (short out B14/15 and try sending data). Looks like the change to get I2C2 working messed it up :( I've filed a bug for this and I'll have a look over the next few days: espruino/Espruino#525 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-04-29 by DrAzzy Man x_x At this point then, the only way to get working internet on the Pico is to downgrade to 76 (with the memory bugs), or connect the wiznet adapter via jumpers, instead of on a shim? (since ESP8266 is useless until the bug with the connection not being closed is fixed, which I can't even attempt to do because I can't load my own version of the "AT" module :-/ |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-04-29 by 4jochen Hello Gordon and Friends here, |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-04-30 by @gfwilliams
Didn't the comment I made in the bug you filed help?
Yes, sorry about the SPI bug - if you want to get it working I'd consider just checking out the RELEASE_1V76 tag for now and basing your changes off that. I'll try and fix the SPI thing tomorrow (or today if I get time) but I've got to send out a bunch of the remaining Pico kits today, and also to file my VAT return or I'll get fined :) My personal choice would be to modify setIP so that the MAC address can be changed if it is specified. That way it's not causing issues for the W550io by changing its MAC address after it's already set its IP up? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-04-30 by 4jochen Hello Gordon, thanks for the answer. The Idea with using .setIP() command for the MAC-address change is good. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-04-30 by DrAzzy
Now that I read it, it should. Sorry about that - I totally missed that line. I likely read the response on my phone and didn't catch the last line. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-05-04 by 4jochen Thanks Gordon for the SPI I/F repair and setIP() command update in version 1.78. Just one more strange effect - the MAC-Address looks scrambled after a direct change and then read-back.
I need to check the source codes, but the MAC address is changed into the 'strange' one always in the same way. Also, if I add just +1 to my intended MAC the 'strange' version also become +1. Thanks and best regards, Joachim, WIZnet Europe GmbH |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-05-05 by @gfwilliams Hi Joachim, Thanks for letting me know! It's possible it's something to do with my parsing of the Mac address. Actually - yes, it is. I'm an idiot... It multiplies the first hex character of each block by 10 not 16 (I tested it with I'll fix it for 1v79 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-04-29 by DrAzzy
I know it was working just after my Picos arrived, but tonight I tried in several network ports with two different wiznet modules.... The basic demo code just hangs:
Beta Was this translation helpful? Give feedback.
All reactions