I have a characteristic whose value is an array of char, which can from 1 to 20 bytes long. Using SDK17 I can set a vlen attribute and use the function update_characteristic...
Hi, Goal: Send a firmware update from nrf5340 to another nrf5340 over BLE I found the following sample and a lot of support tickets talking about this sample but I am unable...
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
Hi Nordic team, 您好,北欧团队,
I am developing nrf54L05 in VS code with NCS.I want to configure the SEGGER_RTT_printf to my project.Is it correct to change the CMakeLists.txt...
Hi,
I am trying to run the nRF91x1: DECT NR+ Shell example on my nRF9161 SDK board.
I get this crash when the code runs
Can you point me to the explanation of what...
Hello,
Is there documentation, or an example, explaining how to avoid accessing peripherals owned by the SoftDevice controller in an Application?
I found this:
docs...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
How can i add more nodes server in light switch example in Mesh SDK 1.0.0?, i change #define SERVER_COUNT to 52 and work fine, but when i change it to more than 52 don´t let...
Hi,
I'm using SDK 15.0.0 and NRF52840 DK.
I want to merge couple examples from SDK in one project. As "base" example ble_app_uart was choosed (..nRF5_SDK_15.0.0_a53641a...
I am using the code below to save data from an ADC into a circular buffer.
I then want to save that buffer for retrieval later so I do:
But when I look at the debug...
hi all
Every time the serial port provision the mesh with python, when the temporary variables disappear are defined when exiting the serial port , how to improve the code...
hi,
I am currently learning to use the mpu6050 read and write code in the SDK from the nrf5_sdk_12.3.0_d7731ad to control mpu9250. The part of the gyroscope and accelerometer...
Hello,
Is it possible to program nRF51822 with nRF52DK (PCA10056) ?
Currently I am trying to program my custom beacon (nRF51822) connected via SWD P20 header. I am using...
Hi
I succeeded to run the DFU OTA process and updated only the application. Application is running OK
The problem is that after repower the application is running but...
Hello,
I am trying to add NFC wake up functionality to the project based on ble_uart_app example;
Using SDK14.2 SD132 V5,1 using DK52 development board
I have added...
Hi,
I am trying to add interruption on light switch example. So, eu studied the gpiote example from SDK14.
When I add PPI, GPIOTE and TIMER libraries, on light switch...
So I have my custom board up and running (nrf51822) pluged into the nrf51DK with RTT debug comm and uart comm working, also starting some initial experimentation.
...
Hi,
I am using ble_app_uart service in my application. In my custom board GPIO pin 8 is used for LED. But this particular GPIO is configured for UART RTS pin in ble_app_uart...
When an NUS Central has several NUS Peripherals connected, is it possible to send the same "message" to all of the connected peripherals at once?
Or do I just have to iterate...
Hi,
It looks like we're experiencing an issue with uart's and digital inputs on an "S132 SoftDevice". Both an UART and digital inputs are used. The UART is initialized using...
Dear Sir/Madam,
I am playing with SDK12.2 on PCA10028 board and runs its HRS example. This example has a battery service and its battery level characteristic could update...
I use DFU. All ok. But I need to store my settings after update. As I was advised, I located my data from address 0x72400
But Keil added after this struc some code
...