Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
One of our products uses the NRF51822 for Bluetooth communication.
This product is now undergoing CE certification. Is there a CE DoC (Declaration of Conformity) for the...
When creating a new board in the nRF Connect VSCode IDE, and just entering the basic items for name, if trying to use sysbuild there is a CMake error. I used name "foo" and...
I'm running Windows 11, have the kit connected with a microUSB cable and it shows up as a properly working nRF device on COM5 in device manager. I'm using v5.0.2 of nRF Connect...
Dear Nordic team,
I have developed a device using N51802QFAA, but I am doubt whether this chip will be discontinued in future. If you are going stop its production, when...
Hi~~ Nordic Team!!
Our project is to read data from sensors and transmit it to a smartphone. So, we are configuring it using Mesh chat, and like the Meshchat example, the...
Hi everyone,
I'm working with the nRF52832 on custom hardware , and I'm experiencing an issue where the microcontroller shuts down after around 30 seconds, regardless of...
Hello,
We are planning to use RT500 MCU as host of nRF7002 WiFi chip.
We are looking into firmware update for nRF7002 chip.
I read through these documents
https...
Hi,
How can I expand the time in the red box to the total time so that I can calculate the average current with time
Thank you for all your assistance. Kind regards...
Hi, Guys.
I am developing a custom hardware keyboard using the ble_app_hids_keyboard example source code of SDK17.1.0. The basic keyboard function works well. And Caps Lock...
Hi,
I am using version S140 of an nRF52840 in an application that creates an extended (S=8) advertising beacon. For my application to comply with regulations, I need to...
On iOS 18 beta we faced a random issue: creating CBCentralManager doesn't trigger BLE permission dialog. There is a thread about this on Apple forums .
Freshly installed...
Dear support team, I see that the mater/Template (Release) example only needs 715K of memory, as shown below:
I want to use nrf54l15pdk/nrf54l15/cpuapp to compile a firmware...
I am experiencing an issue to reach the ADC Max value(4200mV) on the nRF5340(our custom board) . We are using a 12-bit ADC, 4.2V and received a reading of 3297 mV, but we...
Well, this one took me many hours of tracing to track down the root cause, so I hope it helps someone!
Note: I wasn't able to reproduce this directly with a sample included...