Product Link

The Arduino Nano 33 IoT is a member of the Arduino Nano family, specifically designed to bring Internet of Things (IoT) capabilities to the compact Nano form factor. Here’s an overview of its key features:

Features

Unique Capabilities:

Use Cases:

The Arduino Nano 33 IoT blends the simplicity of the Arduino Nano with the power of IoT connectivity, making it an excellent choice for developers looking to explore IoT without needing additional hardware for wireless communication.

WiFi and Arduino IoT Cloud

At Arduino we have made connecting to a WiFi network as easy as getting an LED to blink. You can get your board to connect to any kind of existing WiFi network, or use it to create your own Arduino Access Point. The specific set of examples we provide for the Nano 33 IoT can be consulted at the WiFiNINA library reference page.

It is also possible to connect your board to different Cloud services, Arduino’s own among others. Here some examples on how to get the Arduino boards to connect to:

Note: while most of the above-shown examples are running on the MKR WiFi 1010, both boards have the same processor and wireless chipset, which means it will be possible to replicate them with the Nano 33 IoT.

Bluetooth® and Bluetooth® Low Energy

The communications chipset on the Nano 33 IoT can be both a Bluetooth® and Bluetooth® Low Energy client and host device. Something pretty unique in the world of microcontroller platforms. If you want to see how easy it is to create a Bluetooth® central or a peripheral device, explore the examples at our ArduinoBLE library.

We Make it Open for you to Hack Along

The Nano 33 IoT is a dual processor device that invites for experimentation. Hacking the WiFiNINA module allows you to, for example, make use of both WiFi and Bluetooth® and Bluetooth® Low Energy at once on the board. Yet another possibility is having a super-lightweight version of linux running on the module, while the main microcontroller controls low level devices like motors, or screens. These experimental techniques, require advanced hacking on your side. They are possible via modifying the module’s firmware that you can find at our github repositories.

Documentation

EAGLE FILES.ZIP

SCHEMATICS.PDF

FRITZING.FZPZ

DATASHEET.PDF

Leave a Reply

Your email address will not be published. Required fields are marked *