Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
I'm using nRF51 SDK 6.0.0 and wanted to know when an "advertisement packet received" event is posted to the application. It looks like within a scan window only one such event...
Hi there,
I just ordered a nRF52 Preview DK and was wondering if this series will also be compatible with the nRF51 IoT SDK?
Anything I should be aware of beforehand...
I have an nRF51822-based device, which is a peripheral running the Soft Device s110. It has some vendor specific (custom) characteristics that are read/write. A mobile app...
Hey Nordic,
I am using the nrf51 to operate a sensor and send data wirelessly. I want to store the id of the sensor in the flash memory and I Understand that a good way to...
Hi, as I tried out the example code for PWM in SDK 9, it didn't worked for me. A closer look showed that in method app_pwm_init the method app_pwm_channel_duty_ticks_set will...
I have a peripheral (nRF51822, s110, SDK 8.1, using the device manager) which should only ever be bonded with zero or one centrals. The behaviour I'm aiming for is this: ...
Has anyone interfaced the nRF51822 to the CC3000 Wireless chip? I have started implementing the host controller functions in nRF51822. It would help me jump start if anyone...
I try to capture a BLE connection with the nRF Sniffer.
I can see the advertisement packages, but after i established a connection from an andriod device i didn't get any...
I want to drive motors at 40kHz and am wondering if I will be able to do this with the nRF51822. If not 40kHz, I might be able to go as low as 15kHz. What is the resolution...
Hi, I am using nrf51822 ble module. I want to have multiple such modules which could connect to a central device. How could I make it that the central device encourages only...
Hi, I am creating a custom service and corresponding characteristic. For that I am planning to use bluetooth base uuid (for confirmation : 0000 0000 -0000-1000-8000-00805F9B34FB...
Hi,
I`m working on our firmware for nRF51822 and I received the assert from soft device when turning off the global interrupts for our time-dependent procedure which have...
I am using PCA10001 board.
First of all i am unable to find nRF51 SDK.exe.
So i downloaded SDK form below link
link text
I changed device to nRF51822_xxAA.
Now i...
Nodic Semicond has made a nice step-by-step description for how to fix a corrupted infoPage.
It involves starting nRFgo Studio from a command prompt with "-defaultsettings...
Hi,
I want to make a connectable bluettoth transmission. I need 1 service with 3 characteristics, but for now I only want to see my service in app. It is possible to do it...