How To Get Started With nRF5340 Module Program Coding and Compiling

Intro:

As the chipset of nRF5340 is built by Dual Core structure (net core and application core), we need to proceed the coding and compiling process individually to net core & application core.

After the coding and compiling process done, we could get the separate zephyr.hex file respectively which are used for BLE module FW.

 Firmware Development Steps : Code Building / Compiling

Case Study : 

    NON-Audio Project

  nRFConnect SDK V2.1.2

    Nordic Example code -“hci_rpmsg” & “peripheral_uart”

  1. Nordic example code of “hci_rpmsg” extracted for coding and we will get zephyr.hex file for net core
  2. Nordic example code of “peripheral_uart” extracted for coding and we will get zephyr.hex file for application core

Step 1. Net core Layer

1a) Activate “Open VS Code” IDE in NCS V2.1.2

1b) Select “Add an existing application” and extract “hci_rpmsg” file moving forward

1c) Click “Add Build Configuration” icon

1d) Select “nrf5340dk_nrf5340_cpunet” and check Nordic boards then Execute “Build Configuration”

1e) zephyr.hex file is successfully generated for net core layer if the coding process is properly executed

Step 2. Application core Layer:

2a) Activate “Open VS Code” IDE in NCS V2.1.2

2b) Select “Add an existing application” and extract “peripheral_uart” file moving forward

2c) Click “Add Build Configuration” icon

2d) Select “nrf5340dk_nrf5340_cpuapp” and check Nordic boards, then Execute “Build Configuration”

2e) zephyr.hex file is successfully generated for application core layer if the coding process is properly executed

Find more nRF5340 module development resources in below link

How To Get started with MDBT53/53V Demo Board Set up (MDBT53-DB-40/MDBT53V-DB-40)

How To USE Nordic Connect SDK (NCS) Flashing Built Code into nRF5340 Module

Raytac Corporation 勁達國際電子有限公司
A BT5.2 & BT5.1 & BT5 module maker based on Nordic nRF53 & nRF52 solution 
(nRF5340 & nRF52840 & nRF52833 & nRF52832 & nRF52820 & nRF52811 & nRF52810 & nRF52805)
www.raytac.com email: service@raytac.com Tel: +886.2.3234.0208

How to Get nRF52840 & nRF52833 Module Zephyr Project Started

Zephyr is hosted by The Linux Foundation, which is an open source to build a small, scalable, real-time operating system (RTOS) across multiple architectures. Zephyr Project’s is aiming to provide a collaborative effort between technologies to reduce the cost and accelerate time to market for Internet of Things (IoT) industry.

Nordic, the leading wireless solution provider across Bluetooth, WiFI, LTE, NB-IOT, provides documentation for developers which are interested in starting Zephyr projects. Nordic Zephyr Project Support Page.

Raytac, a Taiwan base professional module maker built up various form factor modules based on Nordic solution, has listed both nRF52833 / MDBT50Q-DB-33 and nRF52840 / MDBT50Q-DB-40 module demo boards in Zephyr support boards data base. Believed these completed and comprehensive support boards reference design can provide all developers a break through path toward success.

Raytac Corporation 勁達國際電子有限公司
A BT5.2 & BT5.1 & BT5 module maker based on Nordic nRF53 & nRF52 solution 
(nRF5340 & nRF52840 & nRF52833 & nRF52832 & nRF52820 & nRF52811 & nRF52810 & nRF52805)
www.raytac.com email: service@raytac.com Tel: +886.2.3234.0208

How To Get started with Nordic nRF5340 Project by Raytac MDBT53/MDBT53V Development Kit Demo Board

Edited by Jocelyn Tsai / Account Manager

Here provides thHere provides the easy introduction to the article of Hardware & Firmware Set up with step-by-step guideline for nRF5340 Module demo board MDBT53-DB-40/MDBT53V-DB-40.

  1. Hardware Set Up
  2. Software Kits Resource & Preparation
  3. To recognize your nRFConnect SDK version case by case

1. Hardware Set Up

  • 1 x Nordic nRF5340-DK Board: PCA10095(2.0.0)
  • 1 x MDBT53-DB-40 or 1x MDBT53V-DB-40
  • 1 x IDC Wire 
  • 1 x Power Micro USB
  • 1 x Power Mini USB

**Reminder: Both “Nordic nRF5340-DK” and “Raytac MDBT53/53V Demo BD” should be included into the working network for program development.

Where to buy MDBT53-DB-40 , MDBT53V-DB-40
MDBT53-DB-40 (nRF5340 Solution)
MDBT53V-DB-40 (nRF5340 Solution)

  • Using Nordic DK as J-Link ( nRF5340 DK ONLY) Connects with MDBT53/53V DB by IDC wire.
  • Powered up MDBT53/53V DB by Mini USB wire.
  • Powered up the nRF5340-DK by Micro USB wire.

 

2.Software Kits Resource & Preparation

Download nRF Connect For Desktop (Please Click Me)

Download nRF Command Line Tools (Please Click Me)

Preparation

a. Prepared with the latest version of nRF Connect for Desktop

Selected version 3.12.0 Windows 32-bit and 64-bit

nrfconnect-setup-3.12.0-ia32.exe

b. Prepared with the latest version of nRF Command Line Tools

Selected version 10.18.1 Windows X86 64

nrf-Command-Line-Tools-10.18.1-x64.exe

**Note: SEGGER J-LINK Upgrade message might pop up while you’re doing above download.

 If you’re initiating Segger Embedded Studio (SES) application, please check the guideline here

c. Locate all the necessary kits for programming in PC (Check Software/Application list)

 

 

3. To recognize your nRFConnect SDK version case by case

Intro: The preparation of nRF Connect SDK Vx.x.x(NCS SDK version, ) and Nordic Example code will help you get through the program code building and trace debug in VS Code IDE or Segger Embedded Studio IDE. Here’s the brief way to recognize your nRFConnect SDK version which suits your project development.

Step1.

  Activated your “nRF Connect for Desktop”  >> “Toolchain Manager” >> “Open” >> “Install”

(**Note: The development nRF Connect SDK(NCS) provides with free VS Code IDE and Segger Embedded Studio IDE as compiling system)

Step2.

To recognize your project is with or without Audio inquiry and download the “nRF Connect SDK(NCS)” by the following classification.

A.) Project with Non-Audio case

Option1. Go with NCS V1.9.1 (Included) and previous version.

There’re either “Open VS Code” or “Open Segger Embedded Studio” IDE options could be selected for program coding.

Option2. Go with NCS V2.0.0(included) and the later.

 There’s simply “Open VS Code” IDE that could be run for program coding.

B.) Project with “Audio” inquiry

You would only have option of NCS V2.0.0(included) and the later version working in “Open VS Code” IDE.

Step3.

 Please make sure the nRFConnect SDK is installed at same base directory with compiling system  (the root of Open VS Code)

(This is using D:\ncs-work base as example.)    

If the base is not directing to the same, do “Select directory’” to re-direct the route.

Step4.

nRFConnect SDK Vx.x.x Download ready

Find more information about nRF5340 Module firmware development resources in below link!

“How To USE Nordic Connect SDK (NCS) Flashing Built Code into nRF5340 Module” , Please click this link! 

“How To Get Started With nRF5340 Module Program Coding and Compiling” Please click this link

 

 

Raytac Corporation 勁達國際電子有限公司
A BT5.2 & BT5.1 & BT5 module maker based on Nordic nRF53 & nRF52 solution 
(nRF5340 & nRF52840 & nRF52833 & nRF52832 & nRF52820 & nRF52811 & nRF52810 & nRF52805)
www.raytac.com email: service@raytac.com Tel: +886.2.3234.0208

Raytac Extents Digi-Key’s Product Listing and Shipping Destination

Digi-Key is the most well known channel for developers to access the sample during project planning and evaluation stage. To provide a speedy, easy sample purchase experience is really a committed promise Raytac persist in. Raytac is glad to announce we have successfully listed most of Raytac products in Digi-Key. Moreover, excepting US, and Asia, to included Europe in the available shipping regions is another remarkable update for this extension. 

Currently, Raytac offer a various of options listed in below, developers may find out the best and convenient channel to access sample purchase.

Digi-Key Amazon Tindie eBay For developers who is not able to find the products, shipping destination or out of stock, please feel free to write to us at service@raytac.com, Raytac’s sales team is always happy to fulfill your demand.

Raytac Corporation 勁達國際電子有限公司
A BT5.2 & BT5.1 & BT5 module maker based on Nordic nRF53 & nRF52 solution 
(nRF5340 & nRF52840 & nRF52833 & nRF52832 & nRF52820 & nRF52811 & nRF52810 & nRF52805)
www.raytac.com email: sales@raytac.com Tel: +886.2.3234.0208

Find nRF5340 module here!

Where to find nRF5340 module quickly? The nRF5340 a dual core solution deployed with 2 Arm Cortex M33 processors. Not only provide faster and powerful for advanced applications, but also LE audio. Raytac knows your anxiety and already distributed the modules available in several channels aimed to provide a speedy and comfortable way to get it.

Buy From Amazon
By From Digi-Key

Raytac Corporation 勁達國際電子有限公司
A BT5.2 & BT5.1 & BT5 module maker based on Nordic nRF53 & nRF52 solution 
(nRF5340 & nRF52840 & nRF52833 & nRF52832 & nRF52820 & nRF52811 & nRF52810 & nRF52805)
www.raytac.com email: service@raytac.com Tel: +886.2.3234.0208

Office Relocation Notice

Dear Valued Customers,

We are pleased to inform you that our office is going to move to a new location since March 28, 2022. The phone no. and fax remain unchanged.

New Office Address: 8F, No.788-1, Zhongzheng Rd., Zhonghe Dist., New Taipei City, 235601, Taiwan

We apologize for any inconvenience caused and thank you for continued support.

Raytac Corporation 勁達國際電子有限公司
A BT5.2 & BT5.1 & BT5 module maker based on Nordic nRF53 & nRF52 solution 
(nRF5340 & nRF52840 & nRF52833 & nRF52832 & nRF52820 & nRF52811 & nRF52810 & nRF52805)
www.raytac.com email: sales@raytac.com Tel: +886.2.3234.0208

Raytac nRF53 Module BT5.2 Qualified, FCC/IC/CE/Telec/KC Pre-Certified

The nRF5340 is the world’s first wireless SoC with two Arm® Cortex®-M33 processors. The architecture is including an “Application Processor” which deployed a 1M Flash 512K RAM; and a “Network Processor’ which deployed a 256K Flash and 64K RAM. With the IoT applications has become more and more complex nowadays, nRF5340 is exact the solution to meet higher specification demand of technology and provide an easier and quick path toward project success.

Raytac deployed nRF5340 SoC to built up 2 series of module which are MDBT53 & MDBT53V . Both modules now have been completed BT5.2 qualification; FCC/IC/CE/Telec/KC/SRRC/NCC pre-certified. Quoted from Nordic Blog: First nRF5340 modules eliminate processor trade-off for developers, Raytac offer a range of qualified and certified modules based on Nordic technology which can immediately save the cost, time and complex process of the testing works. Shorten the Time to Market and Get the thing done quickly and effectively is what the advantage Raytac module can bring over to you.

Raytac Corporation 勁達國際電子有限公司
A BT5.2 & BT5.1 & BT5 module maker based on Nordic nRF53 & nRF52 solution 
(nRF5340 & nRF52840 & nRF52833 & nRF52832 & nRF52820 & nRF52811 & nRF52810 & nRF52805)
www.raytac.com. email: sales@raytac.com. Tel: +886.2.3234.0208

Bluetooth Module UKCA Certification

“The UKCA marking came into effect on 1 January 2021. However, to allow businesses time to adjust to the new requirements, you will still be able to use the CE marking until 1 January 2023 in most cases” according to British Government’s announcement. 

The UKCA (UK Conformity Assessed) marking has been an issue for brands since Brexit effected which regulate for goods, products been placed, used, sold in Great Britain (England, Wales and Scotland). It covers most goods which previously required the CE marking.

Bluetooth module provides wireless communication by using radio wave to connect over distances are requited to meet compliance with local standard. As the worldwide key Nordic solution module manufacturer, Raytac will continue to fulfill every major local government’s guidance of regulation compliance such as FCC, IC, CE, MIC, ….and UKCA for sure. 

A BT5.3 & BT5.2 & BT5.1 module maker based on Nordic nRF53 & nRF52 solution 
(nRF5340 & nRF52840 & nRF52833 & nRF52832 & nRF52820 & nRF52811 & nRF52810 & nRF52805 & nRF51822)
www.raytac.com. email: sales@raytac.com. Tel: +886.2.3234.0208

Reliability Test Report-Nordic nRF52833 Module (MDBT50Q Series)

What is Reliability Test? Why it is important?

Reliability test is the measure which helps to predict future behavior during a period of usage of the product, component or material. In combination with the measurement of relevant parameters and the use of appropriate test methods, reliability test helps to ensure the function and qualify of the product or feature can perform as designated.

Nowadays, Bluetooth module has become the most important key part within whole IoT system, It is not only controlling the connection but also computing. Raytac understood how critical the module need to perform in the system no matter commercial or industrial applications. Therefore, Raytac conduct the reliability testing plans for all series modules in order to ensure all the module‘s duration can meet design request.

The Reliability test is following JASO D001-94, Clause 5.12, and testings are under below 3 environments.

  1. Low temperature maintain test under -40℃ and last for 72hr
  2. High temperature maintain test under 105℃ and last for 72hr
  3. Thermal shock testing under -40℃~105℃

Raytac’s modules have been recorded No data loss over Total 252,979,200 bytes communication during the test. The perfect result proof not only IC but also all components in the module are qualified to work for you!

The detail of the test report can be found and download from Raytac’s Website Support Page.

Reliability Report-(-40℃ & 72hr)-MDBT50Q(nRF52833)

Reliability Report-(105℃ & 72hr)-MDBT50Q(nRF52833)

Reliability Test Report-(-40℃~105℃ Thermal Shock Test)-MDBT50Q(nRF52833)

Raytac Corporation 勁達國際電子有限公司
A BT5.2 & BT5.1 & BT5 module maker based on Nordic nRF52 & nRF51 solution 
(nRF5340 & nRF52840 & nRF52833 & nRF52832 & nRF52820 & nRF52811 & nRF52810 & nRF52805 & nRF51822)
www.raytac.com. email: sales@raytac.com. Tel: +886.2.3234.0208

Nordic nRF5340 Modules Released By Raytac Corporation

Bluetooth technology has been developing over decades, Nordic nRF5340 no doubt is the most important edge cutting wireless evolution released in 2020 since then. Throughout the common either audio or data Bluetooth transmission to advanced data & audio connection between devices, IoT applications now have already been derived from past simple purpose toward contemporary comprehensive and complex implements in either commercial or industrial fields.

Raytac Corporation, a Taiwan based module maker, has been adopting Nordic solutions spectrum a number of modules incorporating different form factors, antenna options and feature modules. Integrating nRF5340 IC mass production has begun and Raytac is hereby is glad to announce that there are a total of 5 modules being released with 2 kinds of form factors, MDBT53 and MDBT53V.

Nordic nRF5340 Module built by Raytac

MDBT53 is a System-on-Module (aka SoM) with a good size of 9.3mm x 14.3mm and 48 GPIO which is an ideal dimension to fit in most applications. MDBT53 provides 3 antenna options, Chip antenna; PCB antenna; and u.FL connector for external antenna which deliver a maximum feasibility for most IoT projects.

MDBT53V is designated for the application which has a space constraint design. A 7.8mm x 12.4mm with 25 GPIO is small enough to offer the opportunity of employing nRF5340 modules in the project. In addition, the module offers an extended working temperature of up to +105°C enabling the module to become the most reliable connectivity source for industrial applications. MDBT53V provides 2 options of antenna, Chip and PCB, for developers’ selection which is capable of optimizing the project plan in terms of performance and budgetary. 

Over the past few years, Raytac experienced the fast changing of Bluetooth technology from BT2 all the way to latest BT5.2; from heavy power consumption to advanced Low Energy. Raytac is determined in its the mission to provide better module service in the aspects of quality, coverage, and stable pipeline to all partners. MDBT53 & MDBT53V, nRF5340 solution modules, an epochal Bluetooth technology which significantly improves the connectivity ability from data transmission toward audio broadcasting which would be the best model to provide technology that could benefit and contribute to people’s lives.

Raytac Corporation 勁達國際電子有限公司
A BT5.2 & BT5.1 & BT5 module maker based on Nordic nRF52 & nRF51 solution 
(nRF5340 & nRF52840 & nRF52833 & nRF52832 & nRF52820 & nRF52811 & nRF52810 & nRF52805 & nRF51822)
www.raytac.com. email: cs@raytac.com. Tel: +886.2.3234.0208