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 Devzone
i am using <NCS_SOURCE_FOLDER>\nrf\samples\nfc\tag_reader\ to do the test. on NCS1.5.1
i am trying to add a customize compatible properties in device tree....
Reviewing the table in the SDK 17.0.2 documentation for Crypto Backends
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/nrf_crypto_default_backends.html
it looks...
Hello all,
nordic and zephyr newbie here.
I am looking for some help with getting ble with coded phy working on 9160dk using nrfConnect SDK.
I have a 9160dk as central...
Hi,
I know that one of the security concerns is Integrity - which means that we want to ensure that data received is free from corruption and tampering by unauthorized device...
Hi,
I would like to ask - do we use diffie-hellman when we are pairing but not bonding?
If we are not using diffie-hellman, what are we using to encrypt connection?
...
Dear supporters team,
I have a project need to build with a system that includes one central connection to multi peripheral.
do you have any project base similar to my...
Hey all! Today I tested the Asset Tracker App V2 (NCS v1.6.0) with the AWS implementation of the Cat Tracker App.
The rollout was totally fine at the end, and also the App...
Dear Nordic Team and Community!
I want to rise up the question again how to update an advertising message, especially the device name (on nRF52840Dongle, S140, 10059). I...
,i use a nrf52840dk_nrf52840 to run once a nrf5340dk_nrf5340 board's code , I change board name from nrf5340dk_nrf5340_cpuapp to nrf52840dk_nrf52840, change xxx .overlay from...
Hello,
I use central_uart (nrf52840dk) and peripheral_uart (nrf52833dk) examples, NRF Connect SDK v1.6.0
I want to send more than 20 bytes of data,
So, I increase UART_BUF_SIZE...
Hello,
I am using the nrf52840 controller for the development ,i want to read the value from 2 channel of ADC . I just gone through the SDK example code of
SAADC, here...
Hi All,
I was trying to transmit a bare-metal minimal C program to send a raw ADV_SCAN_IND PDU using nrf52840 dev board. Code is listed below:
Here is the linker script...