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...
With a NRF51802 based product, we see DFU errors on Android devices in the field. Our config is: - nrf51802 with s130_nrf51_2.0.1_softdevice and nRF5_SDK_11.0.0_89a8197. ...
hi,
i am using sdk 14.1 nrf52840.
i am getting these 2 errors in keil
.\_build\nrf52840_xxaa.axf: Error: L6915E: Library reports error: __use_no_heap was requested,...
I want to use nested app_timer instances: I am gathering data on a repeating app_timer (app_timer_1) which fires say every 10ms. One of my sensors providing the data requires...
I am trying to call the bootloader by using the provided DFUService from mbed on the NRF52832 DK. Unfortunatelly the bootloader does not start. I made sure the Softdevice...
Hi,
In linker script `external/openthread/linker_scripts/openthread_nrf52840_dfu.ld` there is a doubled `crypto_data` section.
Is it added intentionally or just a mistake...
Hello Nordic-Team,
Where I can find 2.4GHz RADIO example for nrf52810 ( pca10040e )?
and what we need to know to porting 52832 to 52810 in RADIO?
Kind regards
...
Hi
I had downloaded latest SDK for Mesh 2.0.0 and imported the Light Switch example to segger studio, while building the project i'm getting an error as "board.h" not found...
Dear Nordic Team,
Thanks for supporting.
My application is central act as a non connectable scanner and display the advertising packet through UART without fail. Please...
Hi guys,
First issue: is that the mergehex.exe fails everytime when trying to Write the merged file. The Error is ERROR: An error occured while writing the file. this has...
Hello.
Now I'm using nRF51422 and SoftDevice S310. And I'm trying to pass Bluetooth Consistency Check and PTS.
I read this question and answer.
devzone.nordicsemi...
Dear Nordic,
I see nRF52832 already support Bluetooth5 on-chip from your offical website, we want try a long range case, but not find the relate code, is it supported on...
Hi - I have followed the compiling instructions and downloaded the project to the nrf52840 PDK and it does not work. By debugging, no error codes are there during the execution...
Hello I have trouble that when I call sd_ble_gattc_read() I get error NRF_ERROR_BUSY .
This also happens only when I discover more services (before I discover Alert Notification...
Hi Expert,
I use nRF52DK and SDK "nRF5_SDK_12.3.0_d7731ad_test\examples\ble_peripheral\ble_app_hids_keyboard"
I saw many NRF_LOG_INFO and infocenter said should have many...
Hello,
I want to change the TX address or channel "on the fly". Since this did not work for me, I read the following post: "Is it possible to change TX address on nrf24l01...