-->
Page 2 of 4

Re: ESP8266 WiFi Shield and Timeserver

PostPosted: Mon Jun 19, 2017 11:35 am
by KDB
martinayotte wrote:This is currently working on my ESP using ArduinoESP framework.
(I don't know about SparkFunESP8266WiFi.h ...)


Hey Martinayotte. I m unable to Access the ESP8266WiFi library. Can you send me a download address or a zip file including the library ( At github i cant find the orl Version. )
Thank you from Germany
klaus-dieter

Re: ESP8266 WiFi Shield and Timeserver

PostPosted: Mon Jun 19, 2017 11:48 am
by martinayotte
The whole ArduinoESP framework is here :
https://github.com/esp8266/Arduino
... and the specific library under the same tree is here :
https://github.com/esp8266/Arduino/tree ... 66WiFi/src

Re: ESP8266 WiFi Shield and Timeserver

PostPosted: Mon Jun 19, 2017 1:11 pm
by KDB
[quote="martinayotte"]The whole ArduinoESP framework is here :
https://github.com/esp8266/Arduino
... and the specific library under the same tree is here :
https://github.com/esp8266/Arduino/tree ... 66WiFi/src[/

Thank you , but :
Adding to my libraries failed with " library not compatible "

Re: ESP8266 WiFi Shield and Timeserver

PostPosted: Mon Jun 19, 2017 3:25 pm
by martinayotte
Don't try to move this ESP8266WiFi library under another kind of unknown framework.
Simply use the whole framework directly, the first link describe how to install it.