Hi.
I am attempting to obtain SIG certification.
I am using ncs v3.1.1 with nRF52833.
Based on the link below,
https://docs.nordicsemi.com/bundle/comp_matrix_nrf52833...
Does SDK 3.3 support building hci-lpuart for the Thingy91x yet? I would love to change to that device if it does.
If it does not, are there plans to implement it?
I'm trying to put my code on a RAM/ROM diet and cut out any extra cruft so it will fit in an nRF52832. It used to fit with older SDKs, but not with the newest (v3.2.3).
...
Hi Nordic Team,
I’d like to ask: Does the recommended Bluetooth matching circuit for the nRF54L15 need to be designed as a bandpass filter?
Also, do you have the VNA...
Description
I'm working on a battery-powered application where WiFi needs to be shut down between cloud sync intervals. I'm following the same pattern as the wifi/shutdown...
I'm creating a system test for manufactured units and if it's OK I would like to set a permanent flag in an area that will not be erased if I erase flash at a firmware update...
nrf sdk 17.1 example:peripheral/uart/pca10040 I attempted to use P0.9 and P0.10 on the development board to set up a UART serial port for data transmission and reception ...
Hi,
I am on NCS 2.9.0, I have tested lesson 5 exercice from NRF Intermediate course about BLE DFU, I have some questions about it:
- with mcumger, is there a way to update...
Hello,
We have a custom board we are developing on that uses the nRF54L15 MCU. The board has some LEDs that we were hoping to drive using PWM, but these are connected to...
Hi all
I have some trouble with a new batch of nRF9151 chips.
The old one had the Firmware: 2.0.2
The new ons have the Fimrware 2.3.5.
My application does no longer...
Hello
I tried to test OTA function with smp_svr example.
I want to use the external flash mx25r64 on nrf54l15-dk(v0.9.3) to store update Firmware over BLE. SDK version...
Hello,
I have some unclarities for the APPROTECT mechanism on NRF9151.
Basically, I had a misunderstanding of the involved CONFIG features, and as a result I used CONFIG_NRF_APPROTECT_LOCK...
Hello,
I’m using an external NFC reader/controller (NXP PN7160A1HN/C100E) connected via I2C to an nRF52840 module (Raytac MDBT50Q-1MV2) on a custom PCB. (Programming is...
On nRF52840, after power up, I continue to randomly get hangs. I am having trouble figuring it out, but it seems every time I encounter the issue, it is related to RNG. If...
We are designing BLE products based on the Nordic nRF52840 chipset and star network topology which are used indoors, according to the network structure, we use one Master...
For our application we are using the nRF9160 and we need low re connection / reset timeouts. Sometimes during a bad chain of events our application will trigger the reset...
Hello, I'm current using the nRF9151 DK, modem firmware version 2.0.2, sdk version 3.1.1.
I built my application on top of lessons 8 and 4 in the Cellular IoT Fundamentals...
Using Zephyr in NCS 2.8 on nrf5340/nrf7002 wifi combo, and trying to get https to work. I'm using the option where the TLS setup is done in the socket layer (enabled in prj...
Hi,
This was a major nuisance for me. As you know from the nRF52832 product spec, the TWI interface is deprecated in favor of TWIM. You may also know that there are any...