You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
2.6 KiB
108 lines
2.6 KiB
.. zephyr:board:: arduino_nicla_sense_me |
|
|
|
Overview |
|
******** |
|
The `Arduino Nicla Sense ME`_ is designed around Nordic Semiconductor's |
|
nrf52832 ARM Cortex-M4F CPU. The board houses 4 low power industrial grade sensors |
|
that can measure rotation, acceleration, pressure, humidity, temperature, air quality |
|
and CO2 levels. |
|
|
|
Hardware |
|
******** |
|
|
|
- nRF52832 ARM Cortex-M4 processor at 64 MHz |
|
- 512 kB flash memory, 64 kB SRAM |
|
- Bluetooth Low Energy |
|
- Micro USB (USB-B) |
|
- JST 3-pin 1.2 mm pitch battery connector |
|
- 10 Digital I/O pins |
|
- 2 Analog input pins |
|
- 12 PWM pins |
|
- One reset button |
|
- RGB LED (I2C) |
|
- On board sensors: |
|
|
|
- Accelerometer/Gyroscope: Bosch BHI260AP |
|
- Gas/Pressure/Temperature/Humidity: Bosch BME688 |
|
- Geomagnetic: Bosch BMM150 |
|
- Digital Pressure: Bosch BMP390 |
|
|
|
Supported Features |
|
================== |
|
|
|
.. zephyr:board-supported-hw:: |
|
|
|
Connections and IOs |
|
=================== |
|
|
|
Available pins: |
|
--------------- |
|
.. figure:: arduino_nicla_sense_me_pinout.jpg |
|
:align: center |
|
:alt: Arduino Nicla Sense ME pinout |
|
|
|
Arduino Nicla Sense ME pinout (Credit: Arduino) |
|
|
|
For more details please refer to the `datasheet`_, `full pinout`_ and the `schematics`_. |
|
|
|
Programming and Debugging |
|
************************* |
|
|
|
.. zephyr:board-supported-runners:: |
|
|
|
Applications for the ``arduino_nicla_sense_me`` board configuration can be built and |
|
flashed in the usual way (see :ref:`build_an_application` and |
|
:ref:`application_run` for more details). |
|
|
|
Flashing |
|
======== |
|
|
|
First, connect the Arduino Nicla Sense ME board to your host computer using |
|
the USB port to prepare it for flashing. Then build and flash your application. |
|
|
|
Here is an example for the :zephyr:code-sample:`hello_world` application. |
|
|
|
.. zephyr-app-commands:: |
|
:zephyr-app: samples/hello_world |
|
:board: arduino_nicla_sense_me |
|
:goals: build flash |
|
|
|
Run a serial host program to connect with your board: |
|
|
|
.. code-block:: console |
|
|
|
$ minicom -D /dev/ttyACM0 |
|
|
|
You should see the following message on the console: |
|
|
|
.. code-block:: console |
|
|
|
Hello World! arduino_nicla_sense_me |
|
|
|
Debugging |
|
========= |
|
|
|
You can debug an application in the usual way. Here is an example for the |
|
:zephyr:code-sample:`hello_world` application. |
|
|
|
.. zephyr-app-commands:: |
|
:zephyr-app: samples/hello_world |
|
:board: arduino_nicla_sense_me |
|
:goals: debug |
|
|
|
References |
|
********** |
|
|
|
.. target-notes:: |
|
|
|
.. _Arduino Nicla Sense ME: |
|
https://docs.arduino.cc/hardware/nicla-sense-me |
|
|
|
.. _datasheet: |
|
https://docs.arduino.cc/resources/datasheets/ABX00050-datasheet.pdf |
|
|
|
.. _full pinout: |
|
https://docs.arduino.cc/resources/pinouts/ABX00050-full-pinout.pdf |
|
|
|
.. _schematics: |
|
https://docs.arduino.cc/resources/schematics/ABX00050-schematics.pdf
|
|
|