Developer
Ask a QuestionBlecon WebsiteBlecon Console
  • Learn Blecon
    • Introduction
    • Blecon Modems
      • Device Identity and Network Security
      • Modem Firmware vs Modem Library
      • Using the Modem
      • Communicating with the cloud
      • Sending data from the cloud to a device
      • Network Time
    • Blecon Hotspots
    • Blecon Networks
      • Blecon Accounts
      • Registering devices
        • The Blecon Scanner
        • Blecon Scanner Developer Guide
      • Blecon Events
      • Cloud Integrations
  • Cloud Integrations
    • Webhook
    • AWS S3
    • AWS SQS
    • AWS EventBridge
    • Memfault
  • Getting Started Guides
    • Getting started index
    • Install the Blecon Modem Firmware
    • Set up a Blecon Hotspot
    • Use Blecon from your computer with the Blecon CLI
    • Create a Network and register a device
    • Send device requests and events to your web service
    • Use Blecon from a Development Board
    • Use the Blecon Modem from an MCU
    • Perform an OTA Update With Memfault
  • Device Guides
    • KKM S5-BCN
  • Development Board Guides
    • Supported Development Boards
    • Ezurio DVK-BL54L15
    • Fanstel EV-BM15C
    • InsightSiP ISP2454-LX-EB
    • Nordic nRF52840DK
    • Nordic nRF54L15DK
    • Minew ME54BE01
    • Panasonic PAN-B511 EVB
    • Raytac AN54L15Q-DB
    • u-Blox EVK-NORA-B20
  • Modem Reference
    • Modem Firmware Releases
      • nRF54L15 DK
      • nRF52840 Dongle
      • nRF52840 DK
    • CLI Releases
    • SDK Releases
    • Modem API Reference
    • Modem Protocol Reference
      • Request Frames
      • Command Protocol
      • UART Transport
    • Guides and best practices
      • Retrieve a device's identity
  • Cloud Reference
    • Configuration API
    • Advanced event routing
  • Hotspot Reference
    • Blecon Hub
Powered by GitBook

Get Support

  • Ask a question
On this page
  • Blecon Pre-built Firmware
  • Flashing Prebuilt Firmware
  • Requirements
  • Steps
  • Connecting to UART
  • Develop With this Board in Zephyr
  • Button and LED mappings
  • Blecon Devboard Demo
  1. Development Board Guides

Panasonic PAN-B511 EVB

Last updated 2 months ago

Blecon Pre-built Firmware

The latest release of pre-built Blecon firmware for this board is available here:

Unpack the above archive and follow the instructions below to flash the firmware on your development board.

Flashing Prebuilt Firmware

Requirements

  • Computer with Windows, macOS, or Linux

  • USB-C cable to connect your PAN-B511 EVB

Steps

  1. Connect your PAN-B511 EVB to your computer with the USB-C cable

  2. Start the nRF Connect for Desktop app and select the Programmer tool.

  3. Click the Blue "Select Device" dropdown in the top-left of the Programmer tool and select the "J-Link" device

  4. In the "File" section of the sidebar, click the "Add File" button and select "Browse...", then select the firmware you wish to flash.

  5. In the "Device" section of the sidebar, click the "Erase and write" button to program the firmware

Connecting to UART

The PAN-B511 EVB J-Link USB interface exposes a virtual serial port to interface with the module's UART.

  • On Windows this interface is usually named COMxx. In Windows Device Manager the port will appear as COMxx (JLink CDC UART Port)

  • On Mac this interface is usually named /dev/tty.usbmodemXXXXXXXXXXX.

  • On Linux this port is usually named /dev/ttyACMx.

Develop With this Board in Zephyr

The board target for the PAN-B511 EVB is: panb511evb/nrf54l15/cpuapp

Sample command for building and flashing the Devboard Demo Application:

west build -p -b panb511evb/nrf54l15/cpuapp -s blecon-device-sdk/examples/zephyr/devboard-demo
west flash

Change the source path option (-s) to build the other examples.

Button and LED mappings

Blecon Devboard Demo

Demo App Function
Board Button

ping

SW1

announce

SW2

Demo App Function
Board LED

Blecon status

LED1

You will first need to set up Zephyr and initialise a workspace for the

Refer to the for instructions about how to use this application.

panb511evb-2.1.0.tar.bz2
Nordic nRF Connect for Desktop
Blecon Device SDK
Devboard Demo App Getting Started Guide