Raytac AN54L15Q-DB
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
Nordic nRF54L15DK
2x USB Type C cable to connect your nRF54L15DK and AN54L15Q-DB boards
10-pin SWD cable to connect the two boards together
Using the 10-pin SWD cable, connect the "DEBUG OUT" connector on the nRF54L15DK to the "DEBUG IN" connector on the AN54L15Q-DB
Using the USB-C cable connect the AN54L15Q-DB to your computer.
Using the USB-C cable connect the nRF54L15DK to your computer and turn on the board.
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 "nRF54L15 DK" 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
You will need a USB to TTL serial converter such as one using an CP210x or FT232RL chip to connect to the module's UART.
Connect the RX signal of the serial converter to the pin labeled P1.04/TX
on connector J14 of the AN54L15Q-DB
Connect the TX signal of the serial converter to the pin labeled P1.05/RX
on connector J14 of the AN54L15Q-DB
Connect the GND signal of the serial converter to the pin labeled GND
on connector J14 of the AN54L15Q-DB
Connect a USB cable from the USB to serial converter to your computer and an interface will appear
Depending on the specific converter you use:
On Windows this interface is usually named COMxx
.
On Mac this interface is usually named /dev/tty.usbserial-XXXXXXXXXXX
or /dev/tty.usbmodemxxxxxxxxxxx
On Linux this port is usually named /dev/ttyUSBx
or /dev/ttyACMx
.
The board target for the AN54L15Q-DB is: raytac_an54l15q_db/nrf54l15/cpuapp
Sample command for building and flashing the Devboard Demo Application:
Change the source path option (-s) to build the other examples.
ping
SW0
announce
SW1
Blecon status
LED0
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.