Hello,
I am using Zephyr Toolchain v2.9.0 on an nRF9161 custom board . I have updated the modem firmware to mfw-nr+_nrf91x1_1.0.2 and flashed the board with the hello_dect...
This is a continuation of my previous thread ( Connections drop and don't come back (and "SoftDevice Controller ASSERT: 53, 296") ) (Case ID: 341823).
The project is a star...
Hi,
This is my first time designing RF section for BLE using nRF54l15, and i was wondering if you guys can give me some feedback on hardware design. I chose a Johanson 2450AT42B100...
Hello, I have U-Blox Nora B120 dev boards. Nora B120 chip has built in Skyworks SKY66405-11 FEM IC and I want to use it.
I read in the documentation to copy folder with...
I am using VSCode with SDK 2.9.1. I have added the spi21 to the device tree UI editor. When I choose the MOSI, MISO and SCLK, they all show up in the visual representation...
Introduction
Here are some tips and tricks to manage your application size.
RAM and ROM usage
The total RAM usage is:
ZI-data + RW-data
The total flash usage is:
Code + RO-data + RW-data
…
Obligatory Disclaimer
Security is hard. If a product handles sensitive information then it is the engineer's responsibility to his customers to consult a security professional. However, experimenting…
This guide will cover the specific areas that must be paid extra attention to when designing a PCB for nRF52805. It is intended as a nRF52805 specific addition to the General PCB design guidelines for…
Introduction
The nRF52805 SoC is a low-cost member of the nRF52 Series with a subset of the features of the nRF52811 and nRF52810 SoCs. As the nRF52805 has a feature subset of the nRF52810/11 SoCs, which…
This guide will cover the specific areas that must be paid extra attention to when designing a PCB for nRF52832. It is intended as a nRF52832 specific addition to the General PCB design guidelines for…
Since Nordic Semiconductor announced that it has partnered with one of the world’s largest international cellular carriers, iBASIS, to use nRF9160 System-in-Package (SiP) module and to include an iBasis…
The Nordic Thingy:91 is a cellular IoT prototyping platform. It is based on the nRF9160 System-in-Package (SiP). The nRF9160 has an integrated modem that supports both LTE-M and NB-IoT. The factory programmed…
CoreBluetooth is the native iOS framework to communicate with Bluetooth-enabled Low Power (LE) devices, except iBeacons (which require CoreLocation) and HomeKit devices. It is easy to start with, if one…