Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
In our Android app, we want to throttle back MTU size when the error rates get too high. However, the app is crashing with NRF_ERROR_INVALID_STATE when we try to send the...
Hello everyone,
I am using the SDK 17.1 with the NRF52832 chip. My current project is created based on the multirole example. My first step was to implement writing and...
Hi Nordic team,
Our requirement is creating two TLS server with same IP and different port no, but when I try to bind two servers only one server is getting bind to the...
Hi,
I have set up the PWM to trigger the ADC via PPI. It works but now i want to verify the exact behaviour by setting a GPIO when the ADC starts a conversion and when it...
Hi Nordic
I want to confirm whether this function pm_peer_id_get will return PM_PEER_ID_INVALID if nrf52833 has never been bound to a mobile phone when obtaining the peer...
I want to speed up the ble transfer, use the ble_app_uart example, but the speed is too low , sniffer show that the notify pack moredata is true , but the follow pack is not...
Hello,
as far as I know the TLS implementation in the NRF9169 MFW does currently not support Connection Identifiers for DTLS 1.2 .
Are there any plans or a timeline when...
I have a nRF9160 DK (sn 000960004886) that has been working fine, I've tested out to build and load some of the application samples (blinky, hello_world) and they all worked...
Hey!
I am programming on the nrf52dk connected with debug out with an HW using the nrf52805 BLE soc.
My Colleague is already programming with the Segger Embedded Studio...
[Bootloader is based on NRF SDK v11]
I am experimenting with the NRF SDK v11 bootloader source code and want to trigger the UART/serial DFU as the bootloader starts. Right...
hi,
I am running openthread coap_client sample from NRFconnect SDK v1.6.1 and I have enabled joiner in my code.
But still, when I flash the code on nrf52840dk_board, it...
Hi!
I am working on a project with NRF51422QFAB.
First I tried a simple program, which runs well.
After that I would like to try out my own board antenna with the...
Hello everyone!
This is actually more a suggestion to improve flexibility for NCS integration (i.e. nrf-sdk) into Zephyr workspaces. In many CMake- and Kconfig files there...
This relates to playing audio files over i2s.
So far I have managed to replay audio files using the method suggested in the SDK i2s example files - basically sending one...
Hello,
I have an own hardware using nRF5340. So I created first an own board in the device tree. I took the definition of the nRF5340 development board and simply removed...