Panasonic PAN-B511 EVB
Last updated
Last updated
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.
Computer with Windows, macOS, or Linux
USB-C cable to connect your PAN-B511 EVB
Connect your PAN-B511 EVB to your computer with the USB-C cable
Start the nRF Connect for Desktop app and select the Programmer tool.
Click the Blue "Select Device" dropdown in the top-left of the Programmer tool and select the "J-Link" device
In the "File" section of the sidebar, click the "Add File" button and select "Browse...", then select the firmware you wish to flash.
In the "Device" section of the sidebar, click the "Erase and write" button to program the firmware
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
.
The board target for the PAN-B511 EVB is: panb511evb/nrf54l15/cpuapp
Sample command for building and flashing the Devboard Demo Application:
Change the source path option (-s) to build the other examples.
ping
SW1
announce
SW2
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.