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 ?...
Hi,
I have installed EmBlocks 3.2 (the last one) but only extremely simple examples will compile.
It appears that the support files in wizard/arm/nordic/nordic.zip/Common...
I have been struggling with the custom characteristic implementation. I have followed the great tutorial on custom service that is online but there is really no doc or information...
The nRF Beacons iPhone or Android app requires adding a new beacon devices in order to notified events. Is it a must for beacons? Or is it just a one step for examples. In...
I try to advertise with a custom UUID and I do not know how to do it.
The standard services works with 16 bits and I need to work with 128 bits
So how can I do it?
Thanks...
Dear Nordic family,
I am using Bluetooth Low Energy, Beacon module with ARM Core from Tindie ( Product link ). The reference manual from their website is attached IMM-NRF51822_RefMan...
I am trying to work on ble_app_uart example project working.
I am able to see that the "nus_data_handler" is triggered when any data is received over the BLE channel. On...
[Duplicate question. See the original post here ]
Dear Nordic team,
I have purchased Bluetooth Low Energy, Beacon module with ARM Core from Tindie
They gave me...
Hi,
Im trying to send data via the NUS service which is larger than 20 bytes. I understand that I have to break down the data into chunks in this case, which is what I...
I am new to embedded programming.
I use JLINKEXE (on Mac) to load the S110 softdevice and my application. When I am in the debugger, the app loads and all runs as expected...
Hi there! Running a bootloder of sdk 9.0 on nrf51822, a problem occurred in a special way. In a normal way, program softdevice and bootloader with studio respectively, then...
I will write time to my ble device and need write uint32_t via characteristic. When i try only (uint8_t)data[0] is correct.
How can I do writable characteristics (uint32_t...
Hi,
I have a peripheral device with custom Services and characteristics which is working properly (I can tell because it got tested with nrf Master Control Panel app)....