You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had many issues trying to use the Asynchlabs 2010 WiShield library (and modifications of the library from several different sources) with Arduino 1.6.5 and a YellowJacket/Arduino/Wifi (Microchip MRF24) board. The WiShield library referenced in https://github.com/kaptk2/ZG2100BasedWiFiShield has been used successfully in resolving those issues. My suggestion to other users, is to use the "kaptk2" WiShield library if you are using an Arduino UNO type device. The examples "SimpleServer" and "SimpleClient", which both use "APP_WISERVER", both work well after your personal ip connections are assigned in the sketches. In all sketches, change any prog_char and prog_uchar types to be consistent with changes in the "kaptk2" WiShield library.
The text was updated successfully, but these errors were encountered:
I had many issues trying to use the Asynchlabs 2010 WiShield library (and modifications of the library from several different sources) with Arduino 1.6.5 and a YellowJacket/Arduino/Wifi (Microchip MRF24) board. The WiShield library referenced in https://github.com/kaptk2/ZG2100BasedWiFiShield has been used successfully in resolving those issues. My suggestion to other users, is to use the "kaptk2" WiShield library if you are using an Arduino UNO type device. The examples "SimpleServer" and "SimpleClient", which both use "APP_WISERVER", both work well after your personal ip connections are assigned in the sketches. In all sketches, change any prog_char and prog_uchar types to be consistent with changes in the "kaptk2" WiShield library.
The text was updated successfully, but these errors were encountered: