I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
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...