Arduino Nano 33 IoT or BLE compatibility?

Post Reply
GergelyPiltz
Posts: 1
Joined: Wed Sep 14, 2022 10:21 pm

Arduino Nano 33 IoT or BLE compatibility?

Post by GergelyPiltz »

I have seen the multiwii software running fine on Arduino Nano boards with external sensors like the MPU6050 6 axis accelerometer and gyroscope, but would it work with integrated 6 axis in the 33 IoT? Would the code just take information from an integrated IMU like that? Going even further, what about the Arduino Nano 33 BLE with its integrated 9 axis? Gyro, acc and a magnetometer all integrated into the board seems promising, but will it be able to use ALL of those? If the answer is a simple yes, then in config.h is it the #define ALLINONE ? Seems too easy to be honest. I just want to make sure to buy the right board for my project.

User avatar
synersignart
Posts: 68
Joined: Wed Mar 22, 2017 3:57 am

Re: Arduino Nano 33 IoT or BLE compatibility?

Post by synersignart »

you need to look into LSM9DSI datasheet if you can implement it to the sensors.h sensors.cpp
https://circuitdigest.com/microcontroll ... rted-guide
and using the library code fuse it to the Multiwii code

Post Reply