Phillip Mobley

Results 22 comments of Phillip Mobley

Ok great, do you have a timeline for the release?

Hello Thank you for the update! I haven't installed a Nuget package manually before. According to my Nuget oackage manager, my Xamarin shared project is v2.1.1-24-g22bed21 which is the one...

For Visual studio I am on VS2019 windows 10

Sorry for going dark on this. For now, we limited the transmission to 20 bytes and that is working fine. The application is able to work well with this data...

@lathoub Can you share your connections? I have an ESP32 DevKit C and I also am unable to get the v2 of the Ethernet shield working. I am able to...

So here is where the issue is: ``` uint8_t W5100Class::isW5500(void) { chip = 55; Serial.println("w5100.cpp: detect W5500 chip"); if (!softReset()) return 0; writeMR(0x08); int someValue = readMR(); Serial.println(String(someValue)); if (someValue...

Does this work for all ESP32 boards? Or just certain ones

Issue solved I think that there should be update or at least a comment to state that for the ESP32, a value of 8 MHz instead of 14 MHz is...