WifiManager on ESP8266 and Arduino UNO

Hello!

I would like to try something out but just need an advice first if it's possible.

If I want to connect my Arudino UNO board to internet where do I install wifimanager by tzapu?
on ESP8266 or Arduino UNO board?

Thanks!

1 Like

The library:

is written to run on the ESP8266. You would need to create a system of communication between the ESP8266 and Arduino. You will not be able to use the WiFiManager and the ESP8266 AT firmware together.