Arduino + Ethernet + Wifi

Hi guys, first post here :slight_smile:

I have a small project where I need to build a configuration that has both wifi + ethernet together.

I have been searching the forum to see if it is possible to use the arduino ethernet + an arduino wifi shield together.

Alternatively, I could also go for an arduino + ethernet shield + wifi shield.

From the specs, please correct if I am wrong, the arduino ethernet and the wifi shield have some common pins (11,12 and 13).

Does this "pin intersection" make them incompatible ?

Thanks in advance for any help or pointers,

Cheers

I have a small project where I need to build a configuration that has both wifi + ethernet together.

Why? If there is ethernet connection, why do you need wifi, too?

I have a small project where I need to build a configuration that has both wifi + ethernet together.

Why? If there is ethernet connection, why do you need wifi, too?

Imagine this little box is deployed to an end-user. The plan is to use the ethernet connection to gather data from this user and save/configure the wifi password to the box.

Otherwise, how would the arduino + wifi connect to the wireless router ?

thanks again for any help,