Pinnacle 100 DVK

Overview

The Pinnacle™ 100 cellular modem seamlessly incorporates a powerful Cortex M4F controller, full Bluetooth 5 and LTE-M/NB-IoT capabilities – all with full regulatory certifications and LTE carrier approvals. The Pinnacle 100 also delivers complete antenna flexibility, with pre-integrated internal or external antenna options such as the Revie Flex family of LTE and NB-IoT internal antennas.

Develop your application directly on the M4F controller using Zephyr RTOS to cut BOM costs and power consumption. Take advantage of the Zephyr community, Ezurio’s sample code (cellular, Bluetooth) and hardware interfaces, or use our hosted mode AT commands set firmware.

Extremely power conscious, the Pinnacle 100 is ideal for battery-powered devices operating at the edge of your IoT networks, seamlessly bridging the cellular WAN to BLE. It’s never been easier to bridge wireless Bluetooth 5 sensor data to cloud services like AWS IoT over a low-power LTE connection.

More information about the board can be found at the Pinnacle 100 website [1].

The Pinnacle 100 Development Kit (453-00010-K1 or 453-00011-K1) hardware provides support for the Nordic Semiconductor nRF52840 ARM Cortex-M4F CPU, Sierra Wireless HL7800 [2] (Altair ALT1250) and the following devices:

  • ADC

  • CLOCK

  • FLASH

  • GPIO

  • I2C

  • MPU

  • NVIC

  • PWM

  • RADIO (Bluetooth Low Energy and 802.15.4)

  • RTC

  • Segger RTT (RTT Console)

  • SPI

  • UART

  • USB

  • WDT

  • QSPI

  • BME680

  • HL7800

Hardware

Supported Features

The pinnacle_100_dvk board supports the hardware features listed below.

on-chip / on-board
Feature integrated in the SoC / present on the board.
2 / 2
Number of instances that are enabled / disabled.
Click on the label to see the first instance of this feature in the board/SoC DTS files.
vnd,foo
Compatible string for the Devicetree binding matching the feature.
Click on the link to view the binding documentation.

See Pinnacle 100 website [1] for a complete list of Pinnacle 100 Development Kit hardware features.

Connections and IOs

LED

  • LED1 (blue) = P1.4

  • LED2 (green) = P1.5

  • LED3 (red) = P1.6

  • LED4 (green) = P1.7

Push buttons

  • BUTTON1 = SW1 = P0.31

  • BUTTON2 = SW2 = P0.3

  • BUTTON3 = SW3 = P0.4

  • BUTTON4 = SW4 = P0.2

  • NRF RESET = SW5 = reset

Programming and Debugging

The pinnacle_100_dvk board supports the runners and associated west commands listed below.

flash debug

Applications for the pinnacle_100_dvk board configuration can be built and flashed in the usual way. (see Building an Application and Run an Application for more details)

Flashing

Follow the instructions in the Nordic nRF5x Segger J-Link page to install and configure all the necessary software. Further information can be found in Flashing. Then build and flash applications as usual (see Building an Application and Run an Application for more details).

Here is an example for the Hello World application.

First, run your favorite terminal program to listen for output.

Note

On the Pinnacle 100 development board, the FTDI USB should be used to access the UART console.

$ minicom -D <tty_device> -b 115200

Replace <tty_device> with the port where the board Pinnacle 100 DVK can be found. For example, under Linux, /dev/ttyUSB0.

Then build and flash the application in the usual way.

# From the root of the zephyr repository
west build -b pinnacle_100_dvk samples/hello_world
west flash

Debugging

Refer to the Nordic nRF5x Segger J-Link page to learn about debugging Nordic boards with a Segger IC.

Software

Canvas Software Suite

The Pinnacle 100 is a supported hardware platform for Canvas Software Suite [4].

Sample Applications

Pinnacle 100 Sample Applications [3] are available.

Testing Bluetooth on the Pinnacle 100 DVK

Many of the Bluetooth examples will work on the Pinnacle 100 DVK. Try them out:

Testing the LEDs and buttons in the Pinnacle 100 DVK

There are 2 samples that allow you to test that the buttons (switches) and LEDs on the board are working properly with Zephyr:

samples/basic/blinky
samples/basic/button

You can build and flash the examples to make sure Zephyr is running correctly on your board. The button and LED definitions can be found in boards/ezurio/pinnacle_100_dvk/pinnacle_100_dvk.dts.

References