Showing posts with label Development. Show all posts
Showing posts with label Development. Show all posts

Monday, November 24, 2025

Raytac with Nordic nRF54L15: Modules designed to Outlast & Outdo!

 Raytac’s AN54LQ & AN54LV modules, powered by Nordic Semiconductor’s nRF54L family SoCs, come in multiple form factors and antenna options, ensuring your seamless integration into compact, RF-sensitive, or performance-driven designs.


Whether you need a:
☑ Chip antenna;
☑ PCB antenna;
☑ u.FL connector;
☑ Antenna Pin,

Or you want Small, Smaller, or Smallest, we always have a solution that fits best!
*All products are pre-certified with FCC, IC, CE, UKCA, Telec, KC, SRRC, NCC, RCM, WPC.


All our modules are available now on our website: https://www.raytac.com/product/:
nRF54L15 modules – AN54LQ Family

ModelAntenna TypeProduct Website
AN54LQ-15Ceramic Chiphttps://www.raytac.com/product/ins.php?index_id=158
AN54LQ-P15PCB Tracehttps://www.raytac.com/product/ins.php?index_id=159
AN54LQ-U15u.FL Connectorhttps://www.raytac.com/product/ins.php?index_id=160


nRF54L15 modules – AN54LV Family


ModelAntenna TypeProduct Website
AN54LV-15Ceramic Chiphttps://www.raytac.com/product/ins.php?index_id=169
AN54LV-P15PCB Tracehttps://www.raytac.com/product/ins.php?index_id=171
AN54LV-U15u.FL Connectorhttps://www.raytac.com/product/ins.php?index_id=176
AN54LV-K15Antenna Pinhttps://www.raytac.com/product/ins.php?index_id=177


nRF54L10 modules – AN54LQ Family

ModelAntenna TypeProduct Website
AN54LQ-10Ceramic Chiphttps://www.raytac.com/product/ins.php?index_id=165
AN54LQ-P10PCB Tracehttps://www.raytac.com/product/ins.php?index_id=163
AN54LQ-U10u.FL Connectorhttps://www.raytac.com/product/ins.php?index_id=164


nRF54L05 modules – AN54LQ Family

ModelAntenna TypeProduct Website
AN54LQ-05Ceramic Chiphttps://www.raytac.com/product/ins.php?index_id=166
AN54LQ-P05PCB Tracehttps://www.raytac.com/product/ins.php?index_id=167
AN54LQ-U05u.FL Connectorhttps://www.raytac.com/product/ins.php?index_id=168



For more information, please contact: sales@raytac.com.

Saturday, November 22, 2025

16-Jan-2026 Update: How to set up Hardware & Software, Build & Compile Firmware, Validate DFU, and Wifi SCAN using Raytac’s Nordic nRF7002+nRF5340 WiFi+BLE Devkit-AN7002Q-DB-5340-M

Raytac has advanced the dev kit of bundle offer – WIFI+BLE:
AN7002Q-DB-5340-M with an on-board flash memory(MX25R64) to create easy evaluation for Wi-Fi project developments.

[January 2026 Update]
In this article, we will talk about:
Project WITH External Flash MX25R64(8MB) applied
- Connecting through SPI between nRF5340 module: MDBT53-1M(BLE) & nRF7002 module: AN7002Q(WIFI)
- Connecting through QSPI (XIP) between MDBT53-1M and external memory MX25R64

Table of Content———————————————————————————————

  1. Hardware Set Up
    A. Project WITHOUT External Flash MX25R64 needed
    B. Project WITH External Flash MX25R64 needed
  2. Software Resources & Preparations
  3. Firmware Build & Compile
    A. Project WITHOUT External Flash MX25R64 needed
    B. Project WITH External Flash MX25R64 needed
  4. Validate DFU Process & WIFI SCAN

——————————————————————————————————————


1. Hardware Set Up

Hardware Kit on hand:

Note: Pease make sure to have both “Nordic nRF5340-DK” and “AN7002Q-DB-5340-M” connected and running during the WIFI+BLE (nRF7002+nRF5340) project development.

Hardware Network:
IDC Ribbon Wire(J-Link Cable): Connect nRF5340-DK to AN7002Q-DB-5340-M
USB Wire –Type C USB: Power supply to AN7002Q-DB-5340-M through USB TYPE-C
USB Wire-Micro USB: Power supply to nRF5340-DK through Micro USB


Schematic diagram of AN7002Q-DB-5340-M can be referenced for design as follows.

(Click on the image to zoom in.)

*nRF7002 module <- SPI -> nRF5340 module
*MX256R NOR Flahs <-QSPI-> nRF7002 module





!! Important Note:!!

The circuit of SW1(p1.08)/SW2(p1.09)/LED1(p1.06) on AN7002Q-DB-5340-M is NOT COMPATIBLE to Nordic WI-FI Control Pin of swctrl1(p1.08)/host_irq(p1.09)/grant(p1.06).
In this case, if you’re working with external flash MX25R64 for the WIFI project, Please avoid pin SW1/SW2/LED1 usage while LED2(p1.07) remains available as normal usage.
For the PCB design of end product/end device(mounted with AN7002Q & MDBT53 modules), the switch & LED should be configured to be SW1(p0.23)/SW2(p0.24)/LED1(p0.28).

Thursday, June 20, 2024

How to Set Up the Development and Programming Environment for Raytac’s AN7002Q-nRF5340 Demo Board (AN7002Q-DB-5340)?

 To help you quickly get started with Raytac’s AN7002 Wi-Fi module and nRF5340 module, here’s a simple guide on how to set up the development and programming environment using AN7002Q-nRF5340 Demo Board(AN7002Q-DB-5340)and nRF5340 DK.


This article will cover the 4 sections below:
1. Hardware setup
2. Software Development Kit and Environment setup
3. Programming/Development
4. Flashing/Uploading firmware

Wednesday, December 5, 2018

BLE Module Firmware Development Q&A: NFC pins creates “Error 404 – signal not found” (technically)

When you start developing your firmware for your Nordic nRF52832 solution-based Raytac BLE module, you will (like on most other projects) bump into some difficulties.
The other day, we had yet another case where a simple thing caused major difficulties for even some of the brightest people – a customer couldn’t get their GPIO direction bit to work.
Although not too difficult to solve, it’s a common error that most customers end up having on our modules and that is because Pin 0.09 & 0.10 are set to NFC per Nordic’s default settings. In order to be able to use these pins as normal GPIOs, you will have to change those settings.
The two pins I am talking about are the ones linked to the NFC-part to the far left in the circuit example below:
So, to convert these two pins to normal GPIOs, here’s what you need to do:
In SES, you’ll need to add CONFIG_NFCT_PINS_AS_GPIOS.






Pic 1
Right-click on the project and click “Edit Options”
Pic 2
Select “Common”, click on “Preprocessor” under “Code” and then click “CONFIG_NFCT_PINS_AS_GPIOS”

Check out the link below for a reference example on Nordic’s DevZone.
Reference link: Nordic DevZone – NFC pins into GPIOs




Raytac Corporation


A Bluetooth Low Energy module maker based on Nordic Solutions!

www.raytac.com          email: cs@raytac.com