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 ?...
Being a person with a poor name memory, I am really frustrated with the nRF SDK's naming conventions. For example, let's take a function
bsp_btn_ble_on_ble_evt()
Is...
We are using nrF52 series in combination with v3.0.0 of the S132 SoftDevice stack. And I want to understand if we have to go through any of the qualification certification...
Hi,
i got a random disconnect and cant find the cause.
I found this post devzone.nordicsemi.com/.../ and tried to folow the procedure.
I have set up breakpoints wherever...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control the onboard led that uses the methods LEDS_ON and...
I am using the nrf52832 with its Development kit to transmit trough UART to the PC a frame with 20 bytes, I have configured the port to 1MBoudRate. I have enable the flow...
I spent some time trying to work out why generating a private/public keypair in my application with the ECC module was failing due to an 'internal error' and had to eventually...
Hi,
In 868 Mhz band NRF905 supports frequencies 862.8Mhz, 868.2Mhz, 868.4Mhz and 868.8Mhz. The datasheet shows mapping of those frequencies to CH_NO.
In India only 865Mhz...
Hi,
I am currently working with two nrf52 boards in a serialized configuration.
I wanted to add the PA and LNA pin toogle on the connectivity chip.
As the gpio can't...
sorry, i tried "Getting started with the nRF5 development kit" tuturial about 3 hour.
but still not working for me.
stock at begining.
I downloaded nRF5 SDK 11
and...
Hello,
We are using nRF52 in serialization mode.
In the nRF52 connectivity chip side, we are using the example 'ble_central_and_peripheral'.
In the application chip,...
I would like to use the nRF52840 for 802.15.4 but it is rather vague in the OPS as to how to do this. I can figure some of it out but not other parts.
It mentions "assisted...
Hi All ,
Is there any sample application to have a list of available peripherals(Like displaying in mobile when we scan) , for a given interval ?
If not please suggest...
Hi,
i am trying to update OTA application zip file size 112kb but it become failed and showing upload failed: REMOTE DFU DATA SIZE EXCEEDS LIMIT , But if i am flash small...
I am developing a battery powered application using the Nordic UART Service.I intend to use the ble_uart peripheral example as it is , modifying it as per the application...
Dear Nordic Team,
Thanks for supporting.
Currently i am working with MMA8453 accelerometer . I already interface with nRF51422 using TWI it is working fine. The sensor...