Components and supplies
Nano 33 BLE Sense
Project description
Code
Github
Nano33BLESensor is an Arduino library for the Nano 33 BLE Sense that leverages Mbed OS to automatically place sensor measurements in a ring buffer that can be integrated into programs in a simple manner. Nano33BLESensor was created to help make easy to understand examples for the Arduino Nano 33 BLE Sense that utilise Mbed OS. Download this file as a zip, and extract the resulting folder into your Arduino Libraries folder. Alternatively, use the Arduino IDE and library manager to find and install Nano33BLESensor.
Comments
Only logged in users can leave comments
drakerdg
2 years ago
Wow, I need an arduino Nano 33 BLE SENSE, thanks you very much for sharing your project. I have a question, how you can put a video or gif in you cover image?
Anonymous user
2 years ago
I keep getting an error. sketch_may26b:2:10: fatal error: Nano33BLEAccelerometer.h: No such file or directory #include "Nano33BLEAccelerometer.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Nano33BLEAccelerometer.h: No such file or directory
Anonymous user
2 years ago
Hello, I'm trying to compile the temperature sensor sketch. I keep getting compiler errors for include files not present. I added the APDS9960 library, then the compiler failed looking for the arm_math library, I tried to load a library that seemed to hold this and my library seemed to get swamped with extraneous libraries. Why does a temp sensor need the imu library? Is this some sort of trick library? Has anyone loaded the temp sensor example? I'm looking for a temperature sensor peripheral example, for the nano 33 ble sense, so I can work on an iOS central app. Any help thanks.
Anonymous user
2 years ago
Its wonderful sharing! thanks a lot
Anonymous user
3 years ago
Hello, I'm trying to compile the temperature sensor sketch. I keep getting compiler errors for include files not present. I added the APDS9960 library, then the compiler failed looking for the arm_math library, I tried to load a library that seemed to hold this and my library seemed to get swamped with extraneous libraries. Why does a temp sensor need the imu library? Is this some sort of trick library? Has anyone loaded the temp sensor example? I'm looking for a temperature sensor peripheral example, for the nano 33 ble sense, so I can work on an iOS central app. Any help thanks.
Anonymous user
4 years ago
I keep getting an error. sketch_may26b:2:10: fatal error: Nano33BLEAccelerometer.h: No such file or directory #include "Nano33BLEAccelerometer.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Nano33BLEAccelerometer.h: No such file or directory
Anonymous user
4 years ago
Hi, I’m using a Arduino Nano 33 BLE Sense and I want to connect a LC I2C Display to it. But when I want to compile the Code I get this error: Library LiquidCrystal_I2C claims to run on avr architecture(s) and may be incompatible with your current board running on mbed architecture(s). Does anyone know how I can fix it?
Anonymous user
4 years ago
I have another sensor that works on I2C communication. If I were to connect that sensor and need to get data from that sensor along with temperature and accelerometer data from BLE SENSE board, What should be done. Is it possible?
Anonymous user
4 years ago
Its wonderful sharing! thanks a lot
drakerdg
4 years ago
Wow, I need an arduino Nano 33 BLE SENSE, thanks you very much for sharing your project. I have a question, how you can put a video or gif in you cover image?
dgiancono
0 Followers
•1 Projects
9
11
Anonymous user
2 years ago
I have another sensor that works on I2C communication. If I were to connect that sensor and need to get data from that sensor along with temperature and accelerometer data from BLE SENSE board, What should be done. Is it possible?