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,
We are using the latest ncs release (2.0.2) on a nRF52840 integrating Matter. When looking at the sample apps (e.g. light switch example), the RAM usage for the Matter...
I would like to using nRF52832 EasyDMA for reading and writing to and from the RAM for peripherals (E.g.NOR flash, Analog front-end (AFE), etc.). Could you suggestion example...
Hi,
Greetings!
We are trying to understand how we can send battery voltage to mobile application from nRF52832 based battery operated device.
Please note that we are...
I have tried to connect my NRF 5340 board with BLE application the last few days but had no success. I already tried other solutions like disabling the MSD via the J-Link...
Hi Everyone,
I am new to BLE protocol, and coming to our issue we are working on a project in which we used nRF52840 controller for communication between peripherals in...
Using NCS V2.0.0
NRF52840 DK
Testing Using NRF Connect Mobile on Android
Programed the Peripheral_nfc_pairing Example
when set as a type 2 tag it works and bonds...
Hi,
I have seen some samples like samples\drivers\counter\alarm or samples\ drivers\counter\maxim_ds3231 both using counter API.
Driver for rtc_mcp7940n is placed in counter...
Hi,
I tried configure and run SPI master interface on nRF 5340 DK board using several examples for nRF 5340 but I had some compile errors or they did not work. Is there...
services can not update on ios but its work fine with android can you please help me to solve this issue
i used nrf sdk 14.02 and i also try on nrf sdk 15.02 its work fine...
I've been experimenting lately with tflite-micro on an nrf52840
One of the modules I want to run requires the LSTM operation that is not supported in the tflite-micro fork...
I picked up a project that was last worked on several months ago, updated all the tools, and can't get past this:
I normally use my own checkout of nRF Connect SDK, but...
Hi,
I'm running into quite a strange problem which is that when trying to use SYS_INIT function, getting an error: invalid conversion
from 'int (*)()' to 'int (*)(const...