Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hi!
My idea of sending a packet would be:
-regulary send a packet with fixed length (stated in static length field) to a base: i.e send the temperature =>4byte
-if...
Hi,
I use the nRF51822 on the PCA10001 and nRF6310/PCA10005 boards. I modified the radio_tx_example and wanted to read the actual state of the radio. Therefore I used a...
Hi
Could I modify HID report descriptor length over 255 bytes? In Desktop1.2.2.293, the returned descriptor size is only decided by wLength LSB byte and ignores MSB byte...
Hi,
I am trying to figure out how I can advertise with a custom UUID...
I know I have to start by adding a base address and then build on top of it. However, when I try...
I have a system that uses 5-byte addresses. The first 4 bytes are always the same, but the last byte has 4 different values. For test purpose I want to listen, from another...
Title says it all. My nordicsemi.com id/pw is not working here. (But it isn't working there either. I'm getting the following error, which I presume is some breakage in the...
I have a customer that wants to be able to have a single nRF51822 sends sensor information to two iphones at the same time. Is this possible? Can you pair a peripheral to...
Hello,
I have a question....
I have real ECG device and I almost got PCA10001 development board. Studying about PCA10001 I noticed that this board has ADC. I downloaded...
Hi,
It is not transparent to me, how can I determine this value? Is it a best practices value?
I want to implement Tx Power profile but I don't know where to get this...
Dear Nordic support team,
What is the maximum number of timers that I can create (and use) using the app_timer lib?
err_code = app_timer_create(&m_timer_m_1_0,
APP_TIMER_MODE_REPEATED...
I've recently started sharing development activities with another developer. I created a GIT from the folder: C:\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001\ble\myProjectFolder...
I'm leveraging off the heart rate sensor example to create my own VS service. I've successfully registered a 128-bit UUID with the Soft Device which is enumerated along with...