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...
Hello, Can your tell me is it possible make three from one device at the same time ? If is not, can I make multiple connection with profiles which support multiple connection...
My goal is to synchronize the clocks of several nodes in a mesh network. I would like the client node to distribute the current time to all the server nodes in the network...
I am trying to run nRF9160: Azure IoT Hub — nRF Connect SDK 1.6.99 documentation (nordicsemi.com) on thingy91. I have followed Azure IoT Hub — nRF Connect SDK 1.6.99 documentation...
Hi,
I am looking at the product brief for nRF21540 and found "nRF21540 Development Kit" and "nRF21540 Evaluation Kit".
Where can I get the H/W information for them,...
Hi,
We want to implement a smart energy meter by using a mesh network including 200 nodes (nrf52840). What is your suggested protocol to do this?
Thank you in advance...
Hi! We're working on a BLE product which is intended for use in the US. This product uses an nRF52833 SOC, with some external components on a PCB we've designed with a printed...
I'm trying to evaluate a Nordic BLE module for a new battery powered project while waiting to establish a connection to a base station device. It seems like your lowest powered...
Hello,
When we tried to increase the Security level from SEC_OPEN to SEC_SIGNED_MITM, it will output error 0x6 which is "Not supported". So how can I do to support a higher...
We are developing AoA direction finding with nrf52833 and antenna array. We also want to include Wifi connectivity to our receiver, having nrf52833 + antenna array. Which...
Hello,
I want to perform NRF52840 Firmware update remotely. I refer to link .
I want only normal http OTA update without encryption for prototype testing. Is there any...
Hi, I've been measuring a nRF52840-powered prototype powered from a 3V coin cell battery. I would like to use High Voltage Mode with REG0 in DC/DC-mode for maximum battery...
Hi,
I am trying to implement the attribute reporting for a zigbee dimmable light device, reporting to the coordinator.
The code is based on the zigbee\light_control example...
MCU: nrf5340 Network Core nRF Connect SDK Version: 1.5.1 Currently there are multiple libraries under ncs/nrfxlib that have their own " nrf_errno.h" . Out of those libraries...
Hello,
i have a function wich just send "hello world" via uart0. static otError SendUARTCommand(void) { volatile uint32_t ret; const uint8_t message[] = "Hello World! \n...
Hi !
This is more of a question than an issue. I am curious about the future of TF-M and its implementation on Zephyr. Does anyone know what are the plans on Zephy's or...