Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
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...