Suggestions Please - WiFi/Ethernet shield compatable with Nano 33

I have a Nano 33 BLE Sensor and want to connect it to my WiFi network.
Looking for something small, well supported, that ideally would connect to the 33's headers.

In the past, I've used the sparkfun CC3000 shield but that is too big for my application.
Suggestions please?
thanks
J

modified enc28j60 Nano shield:
https://github.com/jandrassy/EthernetENC/wiki/Nano-Ethernet-Shield

or W5500 on WIZ850io or a clone of WIZ850io

photos


Do you know the Arduino Nano 33 IoT? If you need WiFi and BLE at the same time you can place them next to each other.

When this works as expected it may be possible to get the NINA module to work directly with the Arduino Nano 33 BLE and create a customer PCB.

If you do not need BLE and WiFi to work at the same time, you could just use the Arduino Nano 33 IoT and switch between the protocols. Note: The Arduino Nano 33 IoTs Cortex-M0+ processor is not as powerful as the Cortex-M4 in the Nano 33 BLE.

and WiFi with esp-01S with my WiFiEspAT library
or Adafruit ATWINC1500 WiFi Breakout with Arduino WiFi101 library

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.