Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
Hello,
I am trying to interface to a CCS811 sensor found here to the nRF9160 DK. I am using NCS v1.2.0.
I followed the instructions from the blog here which covers how...
In my previous question concerning nRF52805 Erratum 246 , user hmolesworth suggested an alternative workaround using a data synchronisation barrier for this erratum:
[quote...
As mentioned in title my nrf52810 dk board will only send uart to putty but I want to send it to another device instead. However, it does receive uart messages from the other...
Hi, I'm developing some products and i need my all devices to synchronize within 10ms difference, using UTC Time standard
Here is basic concept that i want to do for my...
Hi there,
We want to compare the power profile of the nRF9160 with a different device, but for this we want to ensure that both devices are transmitting at the exact same...
We're using nRF5 SDK v16.0.0, FreeRTOS, SoftDevice on nRF52832.
We plan on having two applications in flash. We want both applications to be able to access (read/write)...
Hi,
I am working on BLE 5, I have few queries related to connection parameters
1. Can you tell what is the min PDU size does nrf52805 BLE stack supports with LE secured...
I was wondering in Bluetooth mesh, which layer defines the Relay, Proxy, Friend, and the Low Power features for nodes? For example, is it done by the application, Link layer...
Hi there,
I have nrf52833dk and i have implemented the direction finding examples from nrf connect sdk. kindly guide me about antenna hardware setup that i need to do with...
Hi,
Please excuse me if I ask some stupid questions I am new to wesr and have only used git simply over the last few years. These questions stem from trying to get percepio...
Hi,
I'm designing my own algorithm for direction finding and for that i need IQ value as input. In NCS v1.6.0, in the locator exemple for aoa, the IQ value are store in...
hello,
I'm using SPI in NRF52840 with sdk16, In Nordic Dev zone forum I have read that we can configure frequency of SPIM3 up to 32 MHz but in actually as I can see there...
Hi All,
I am trying to make a project for RGB lights using nRF52-DK using NCS.
In these lines of code I am getting the following error -
'DT_N_ALIAS_rgb_pwm_P_ch0_pin...
Hi All,
wondering if anyone else has experienced this. I'm currently developing a program based off of the ble_hids example in SDK17. Currently I'm using the app_timer...