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...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Hi
I have a modified version of the BLE_NUS Central sample which connects to my production board for production test purposes.
All works fine, and Rx and Tx comms passed...
Hi,
I am following a tutorial in order to learn the procedure for DFU OTA . I installed the nrfutil but still unable to generate the private key.
I have tried several...
Hi
I am having an issue with the RinBuf library - I am accepting packets from SPI, buffering them in a ringbuf until I can send onwards via BLE. The specific issue I am...
Hey all I'm having [another] issue I just can't seem to crack. I think this is just down to me not understanding exactly how this works. I'm trying to trigger an event, or...
Hello,
are there any plans to switch the license to GPL-2.0 or any similar license?
As I have multiple chip vendors (including nordic) on my board commercial wise I can...
Hello,
I have designed my own PCB with nrf52832 chip on it. I program the chip using the Nordic development kit with PCA10040 programmer. I need to check the values of some...
I am working on the nRF 52832.
I am using the softdevice s132nrf52611 and SDK 15.
We are trying to develop a beacon whose major and minor values can be configured on a...
Greetings,
I see this link for the Profile Subsystem covering many of the standard GATT profiles.
Do you have a QDID for any of the other profiles & services, specifically...
Hi,
I am using SDK11.
I have looked into scheduler tutorials Tutorial scheduler and looked into the section of "Using the scheduler with the Application Timer", However...
What is the current best practice? I am using Segger Embedded Studio v4.12 for programming a Nordic 51822 application (SDK 12.3) and need to configure the section placement...
Dear Nordic,
Is it possible to encrypt BLE advertising data? how encrypt this advertising data packet and also decrypt the packet.
i want to encrypt my BLE advertising...
I'm using the "ble_app_uart" example from "nRF5_SDK_15.2.0_9412b96". I would like to enable the sending of logs to the serial port (Virtual com), like "printf ()".
The code...
I'm trying to do a low power sleep of 1s directly after a device reset, i.e. in Reset_Handler().
During this stage, my application does not allow any interrupts.
So my...
Hello DevZone community!
I'm having trouble debugging more than one board at the same time in a Linux development environment.
For a single board, I can debug either...