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 have been having nothing but problems since moving to the nRF52840 and using Segger Embedded Studio.
I have built a project that uses the soft device, my application,...
hello nordic
i am working with nrf52840, device with zephyr and i am writing an application that uses the smp service to preform dfu over BLE.
i am struggling with calculating...
Is there implementation of these functions available for Freertos version of app_timer?
app_timer_cnt_get()
app_timer_cnt_diff_compute()
they are required for LESC...
Hello,
I am trying for connect nRF9160 on LTE-M network.
But keeps LTE searching continuously. I'm using SIM from local network. Is problem on my sim or nRF9160 dk?
...
Hi,
I'm a little confused about nfc tags.
I understand that we can use them for pairing and keys exchange.
However - what happens after pairing? Do server and client...
1. I want to put the nrf52832 into deep sleep mode for some amount of time.
2. Once it wakes up from deep sleep mode, will it affect the content of RAM or flash or any system...
This sounds like very n00bie question and I'm a bit embarrassed to ask this, but I'm not getting anywhere so I have to ask it anyway. Why my GPIOTE events are not working...
we have high current consumption when we are using Accelerometer lis3dh with SPI with no transfer at all on SPI
We have 2 SPI’s in the circuit. The first SPI is connecting...
Hi, I am using nRF5832 DK. Currently, I am using SoftDevice s132 to compile my code. I want to compile it with a different SoftDevice (say s112). But it's not working. Kindly...
Hello, We are developing a smart padlock with nRF52840 on Raytac MDBT50Q-1MV2. It will be powered from CR2 type battery. We will support two types of battery chemicals, Lithium...
My minimum requirement is 1568kbit/s .
I try the example that in Nordic\ncs_v1.7.1\v1.7.1\nrf\samples\esb ..
I increased the dynamic load to 252 ,and It can send about...
https://github.com/NordicPlayground/nrf5-calendar-example
I run the above calendar example in nrf52840 and it run successfully with no error or warning, but i did not see...
Hello,
I am using SDK1.5.1 with one nRf5340 as central and another nRf5340 as peripheral. My use case is, I am setting security level 4 (BT_SECURITY_L4) after establishing...
Hi all,
I'm recently working with Nordic devices (more precisely nRF52840), so I'm still learning. I'm working on a project where I have a shared SPI bus with several devices...
I want to open memory window to check the flash area data which has been written when I was debugging with Visual Studio Code but I can NOT find and open the memory window...