It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
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...