Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
I need to send data over ModBus-RTU (basically RS485) from an nRF52840. For this, I use uarte. The transceiver's transmit enable input is controlled through a GPIO pin, which...
1. I've deleted the peers from the device by running the BMS sdk example, still i am unable to connect the previously bonded device where i"ve deleted the key.
2. The pm_evt_handler...
I get NRF_ERROR_FORBIDDEN error when I want to send a software message to the server device in the Light_switch application, except for the button. But when I press the button...
Hello,
I used exampl:
nRF5_SDK_17.0.2_d674dde/examples/ble_peripheral/ble_app_hids_keyboard
Why can't I see any HID Services in apps (nrf Connect) in iphone 12?
But...
Hi, I've read that when NFCT is operative the internal resistor of SoC is automatically adjusted. For antenna tuning this resistance can be set to a fixed value through a...
Hi there,
My current setup:
1. Custom board.
2. SDK nRF5 SDK v17.0.2
3. Application running BLE (SoftDevice)
Using the USB CDC Class example to be able to interface...
I'm using nRF51 sniffer to capture BLE packets for group of devices. Sniffer can able to capture only primary advertisement channels and not secondary advertisement channels...
Dear Members,
I want to use this code :
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk51.v10.0.0%2Fant_examples_bpwr.html
Does it work...
Excuse me:
As shown in the figure below, can this type of crystal oscillator be used on nrf52832? How to connect this crystal oscillator with XC1 and XC2 of nrf52832?
Hi,
we are preparing for certification and are about to test with the DTM v1.0. now in nAN43 it states following:
1.1.1 Hardware requirements • nRF8001 Development Kit...
I try to add pairing/bonding to the NCS hello world project. But I found the information is not easy to find. I'm playing with the bt_conn_auth_cb struct to understand how...
Hello,
I am trying to verify a signature with the `NIST p-256` curve. I had previously done this with the Nrf5 sdk and it is working:
I am now trying to migrate...
Hello Nordic Team,
as a newbie in the Nordic world, I have been reading the nRF Connect SDK and Zephyr documentation as well as testing some of the samples on my nRF5340DK...