RoadTest: ARDUINO NANO 33 BLE SENSE
Author: misaz
Creation date:
Evaluation Type: Development Boards & Tools
Did you receive all parts the manufacturer stated would be included in the package?: True
What other parts do you consider comparable to this product?: Arduino Nano 33 IoT and other development boards with ARM Cortex-M MCU.
What were the biggest problems encountered?: Improperly calibrated temperature sensor.
Detailed Review:
Welcome to reading my review about Arduino Nano 33 BLE Sense. In this review I point multiple aspects of Arduino Nano 33 BLE Sense, nRF52840 microcontroller present on this board, onboard sensors, available development environment, available software and libraries, documentation, and some others. This review is separated to multiple blog post presented in following table of contents. There are three kinds of article – tutorial, project, and review. Tutorial is written as detailed step by step tutorial which show how to use this Arduino in some ways. Projects show and describe projects which I have done for testing purposes. And finally, there are “Review” chapters which described aspects of board and contains my thoughts about this board.
Arduino Nano 33 BLE Sense is good development board with many onboard sensors. It is ideal if you want to develop Bluetooth Low Energy application or application with some of included sensor. Ideally combination of both. It has no Wi-Fi. If you need Wi-Fi, you must take Arduino Nano 33 IoT instead and take in account that Arduino Nano 33 IoT has no sensors. Arduino development environment is very easy. Even complicated things like BLE are wrapped into very user-friendly libraries. Disadvantage of Arduino environment is lack for debugging support, extremely slow compilation and uploading to board. Board have microcontroller from Nordic, and you can develop without Arduino stuff if you want. Board has exposed Serial Wire Debug pins so you can utilize debugging and fast programming in this way If you have sufficient knowledge. It is big contrast. You can develop in extremely simple environment with Arduino tools or in extremely complicated environment with Nordic tools. There is nothing in middle. To summarize: I like this board very much and recommends it to everyone interested in designing with modern generation of Arduinos.
Category | Pros | Cons | Score |
---|---|---|---|
Development board |
|
| 7/10 |
MCU |
|
| 9/10 |
Sensors |
|
| 8/10 |
Software |
|
| 6/10 |
Documentation |
|
| 8/10 |
Category | Included section | Weight | Score | Final score |
---|---|---|---|---|
Product Performed to Expectations | Development board | 0.4 | 0.79 | 8/10 |
MCU | 0.3 | |||
Sensors | 0.3 | |||
Specifications were sufficient to design with | Documentation | 0.8 | 0.76 | 8/10 |
Software | 0.2 | |||
Demo Software was of good quality | 1 | 10/10 | ||
Product was easy to use | Development board | 0.2 | 0.7 | 7/10 |
Software | 0.4 | |||
Documentation | 0.4 | |||
Support materials were available | Documentation | 1 | 0.8 | 8/10 |
The price to performance ratio was good | 0.9 | 9/10 |
Top Comments
Nice test report.
I would like to see some more detailed testing using each sensor.
I am curious how well the magnetometer, gyroscope and accelerometer work to keep track of 3D space dynamics.
DAB
Very nice overview of how to get started with the SES IDE and the nrf SDK with the nano BLE 33.
One question I have is regarding the uploading of the new application code onto the nano BLE 33, using the…
Nice explanation.
Arduino also have a Command Line Interface to help compile, link and deploy application:
https://blog.arduino.cc/2020/03/13/arduino-cli-an-introduction/
https://github.com/arduino/arduino…