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...
Hi,
I have a few questions regarding getaddrinfo from nrf_modem_lib (NCS v. 1.8.0).
Does it cache DNS records, or does it run a network request every time it is called...
Hello, Our company is developing a product class which uses a number of NRF devices. We want to set things up in such a way where there is a single "hub" device which uses...
Hi, guys.
My first link was here https://devzone.nordicsemi.com/f/nordic-q-a/84673/building-sample-v1-8-0-zephyr-samples-application_development-out_of_tree_driver-gives...
Hello!!!! I use libuart to carry out DTM test. I start DTM test use follow codes:
after the codes executed, when i send data to device use libuart, it receive nothing...
Hello!
While looking at examples and trying to work on the nRF52832 with sdk 1.8.0 I am noticing there are varied uses of functions with and without the _dt at the end....
Case 1: Using nrf52832, solder bridge cut: what current values do the PPK gives : is it of the entire dev kit with all peripherals, programmer and BLE Soc or does it measure...
Hi, I'm attempting to migrate from SDK 14.2 to 15.2, and am encountering a problem with the crypto/rng module whilst trying to utilize micro_ecc.
(code being shown in order...
Soo,
I've had a sim and a device connected to the nrfcloud, it worked. Then I didn't use nrfcloud for a couple of months, and now it doesn't work anymore. It tries to connect...
I am using nrf52832 dev kit and soft device s132. I have use my board as peripheral
and i have another nrf52840 dev kit which i am using as a central connect it with my...
Hello,
I have to develop a new device that has to connect as a central device to three sensors, and has to connect as a peripheral to a smartphone. The type of connection...
Hi,
I'm observing a strange behavior with the UARTE peripherals on our nrf52840 based board when I'm trying to use a specific pin as TX.
In particular, I'm actually using...
Hello,
I've flashed to my custom nRF52832 board the ble_app_hrs_pca10040_s132 example, it works fine with iOS and Android hosts but when I try to connect to my development...
Hi Team
I have read https://devzone.nordicsemi.com/f/nordic-q-a/75801/request-tolerance-in-the-d-e-dimension-of-nrf52833-wlcsp . and https://devzone.nordicsemi.com/f/nordic...
The board is nRF5340 DK.
nRF Connect SDK1.8.0 / Windows
Example Peripheral UART.
I want to DECLARE them, not change them with different types of functions. There are...