Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
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...