arduino-libraries / WiFi

WiFi Library for Arduino
http://arduino.cc/
115 stars 58 forks source link

Builtin LED blinking #56

Closed Grandpa-G closed 2 years ago

Grandpa-G commented 2 years ago

Is it possible this library is blinking the builting LED when using a ESP32?

I found that if I exclude the WiFi begin, the blinking does not happen. If I include it, the LED blinks very fast.

I really don't know where else to look.

per1234 commented 2 years ago

Hi @Grandpa-G. Thanks for your interest in this open source project. This library has nothing to do with the ESP32. It is for the long since retired "Arduino WiFi Shield", which uses completely different hardware than the ESP32. You are confusing this library with the library of the same name and compatible API, but completely different implementation code, that is bundled with the ESP32 boards platform:

https://github.com/espressif/arduino-esp32/tree/master/libraries/WiFi

Please ask your question over on the Arduino Forum. I'm sure we'll be able to help you out there:

https://forum.arduino.cc/