I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
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...