We're building a prototype board which uses the nRF52833 and want to tune the RF components. The radio_test sample in SDK 3.0.0 doesn't seem to support the nRF52833 SoC. Is...
Hi, I tried to migrate my project from nRF Connect SDK v2.5.3 to v2.9.0, switching to sysbuild and creating my own board definition instead of using a overlay file.
I decided...
I'm hitting a wall with implementing nRF7002 + nRF52840 without Zephyr.
I've worked with nRF52's for about 8 years now and on about 30+ products, all using the original...
Hi, I am currently migrating my project from nRF Connect SDK v2.5.3 to v2.9.0 / sysbuild.
Unfortunately, my devicetree configuration for a mcp2515 CAN interface is not accepted...
Hi
I've recently switched to NCS v3.0.0 because it now has TDM peripheral support for nRF54H20, however since there is no specific examples to use TDM, I've used I2S example...
Hi Nordic Team,
I am using NCS v3.0.0. I have added tamper detection under the General Diagnostics cluster (0x0033) and update the ActiveHardwareFaults attribute (0x0005...
Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
My computer (Windows 7) cannot find any driver software for the nRF24E1, the dongle PCB in the nRF24Z1 development kit. Where can I find the software?
[edited 7/16] It...
The nRFgo Studio showed "No device detected" when the nRF51-DK board was plugged to the USB port. And the Recover button was greyed.
When the board was plugged in, nRFgo...
Hi,
I want to get a message to know if the S120 center have had get the adv packs.
Is there a way to make a scan respond ack payload pack from the S120 center?
Hello,
I am running the "central multilink" example project UART connected with HWFC to an external host. The NRF51 adds about 3 uA of sleep current to the system and wakes...
I would like to use a Balun instead of discrete components for a nrf51822 QFAA package device.
Looking at the reference designs I found a handy integrated library that...
The jump from application to DFU is not working during buttonless DFU. NRFToolbox displays GATT ERROR. I use SDK 7.1.0 with SD V7.1.0.
In dfu_app_handler.c, I made the...
I want to flash a firmware on my nrf51822 module I was trying an example from Nordic, I concatenated the bin file with the s110 file and it worked fine. Now, when I went ahead...
In the nRF8001 Product Specification, section 7.1.5 it states:
"The maximum length of an event packet
is 31 bytes, including the length
byte."
In the headers...
Has anyone seen more than 3 notify packets per 7.5ms connection interval?
I am seeing 3 and am wondering if this is a fault of the way my app is working.
My Setup:
Nordic is the Server, Android is the client.
I have read many, many forum posts about doing long reads/writes. Virtually everyone says you cannot do long writes...
I am trying to connect more then one device to nrf51822 HID.
How can i pair more then one device ?
How can i delete paired device from nrf51822?
Thanks
Recently ran nRF Master Control panel on android and found "Read remote RSSI" button. Is data got from device in some way or simply measured by androd phone ble radio module...
I would like to write to multiple characteristics in a loop but the second call to sd_ble_gattc_write() causes a NRF_ERROR_BUSY error. From reading the documentation, I should...
Hi all,
I am working with PCA10028. I have a peripheral and central both are devices with no display and no keyboard. both peripheral and central device are under our control...