
Arduino Nano 33 IoT not discoverable
Feb 18, 2025 · My Arduino Nano 33 IoT is not discoverable in my Windows 11 Pro laptop and it only becomes discoverable when i double click the reset button and the Arduino is in …
Use SPI to transfer data between arduino nano iot 33
Dec 30, 2024 · I'd like to transfer data between two arduino nano 33 iot using SPI Hardware UART might be a better choice.
How can I read the Arduino Nano 33 IoT pinout?
Feb 24, 2025 · First, I don't know what a "pin number" is. If I call an API like pinMode () or digitalWrite (), the documentation says the pin parameter is meant to be "the Arduino pin …
How can I power my Arduino Nano 33 IoT?
Feb 24, 2025 · I'm preparing an embedded application for a Nano 33 IoT. I can't find any solid documentation about powering it. First, how much current do I need to supply? The data sheet …
How to use the DAC output on Arduino Nano 33 iot
May 9, 2025 · Hello everyone, I use the Arduino Nano 33 iot in my project. I am measuring a distance from a sensor, and I want to convert that value to an analog signal to drive an …
Powering the Arduino Nano 33 IoT with 3.7V LiPo battery
Apr 9, 2025 · I’m currently working on a wearable IoT device on the Arduino Nano 33 IoT that utilizes the built-in IMU sensor (LSM6DS3) and the Wi-Fi NINA module. Since it’s a wearable …
Using Arduino Nano 33 IoT Internal IMU as Interrupt to Wake …
Jul 20, 2025 · I’m trying to put my Arduino Nano 33 IoT into deep sleep and wake it up only when motion is detected via its internal IMU (LSM6DS3). Instead of constantly polling …
How to update firmware of Arduino Nano 33 IoT?
Dec 2, 2020 · The NINA firmware for the Nano 33 IoT is bundled with the Arduino IDE. There have been new releases of the firmware and the libraries that use it, but not a new release of …
Nano33 iot pwm frequency not correct? - Nano 33 IoT - Arduino …
Jan 25, 2024 · This topic was automatically closed 180 days after the last reply. New replies are no longer allowed. Topic Replies Views Activity 1 kHz PWM frequency on Arduino Nano 33 …
Converting from hardware serial bluetooth - Nano 33 IoT
Dec 22, 2024 · I've been using a 2560 with a hardware serial bluetooth setup and want to use the Nano 33 iot to communicate with my existing mobile app. Is there a library that lets me use the …