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 tried to create standalone project based on SAADC example from nRF SDK. I copied all neccesary .h files etc., changed the include directiories. But then appeared some...
I want to try NRF52811 EYSNCNZWW with Jtrace but i am not getting how to implement this.
I have Cortex-m Reference board which uses STM32F407 micro controller, it has dedicated...
Hello, I found this blog post in google and I decide to try it. I have couple of NrF52810 currently that we struggle with the limited space and the solution described in the...
Hi,
I have an issue with the first version PPK coupled with an nrf52840dk. I used to measure the current on the board through the nRF Connect desktop app on Linux and it...
Hello,
I'm looking for AoA antenna array reference design which could be used to create an actual device, but have not been able to find anything.
Thanks,
Billy..
While connecting with one NRF Development kit and Android NRF blink app mobile code, data is getting received properly.
But with some changes in development kit code ,We...
Hi,
I am using memfault with sdk 1.6.1 and want to get the reboot reason in my code. it is shown on boot and it seems the nordic register NRF_POWER->RESETREAS is then reset...
Hello Team, Could we control the 64MHz clock for some peripherals? I know that it is controlling by the clock control system itself and no way to configure it by the user...
Hi
When I generate a Zephyr Project with SES I get all c-files from CMakeLists.txt in the SES Project tree.
But I want also the h-files in the project tree.
How can...
We have developed our own application board with the nRF9160 on it according to the reference design.
The modem is connected to an application controller by UART (no HW...
when i connect NRF9160-DK (version 0.8.5 )to the CMW500 for CAT-M test, we have send the below three commands
AT+CFUN=4 AT%XSYSTEMMODE=1,0,0,0 AT+CFUN=1 to
the NFR9160...
Hello, all.
I'm using nRF52833, pca10100.
What I'm trying to do is just manually disconnect.
So, I referred to the Multi-link Central example. Multi-link Central is...
At this link https://infocenter.nordicsemi.com/pdf/nRF52840_Rev_2_Errata_v1.4.pdf, in 193 and 198 ID,this seems to be a mutually exclusive. In 198 workaround, .synchronize...
In the AGPS sample for nRF9160 "v1.5.1\nrf\samples\nrf9160\agps" main.c, there is option to set interval an and timeout in "gps_config" structure in "gps_start_work_fn" routine...