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,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
Can a "Pin Reset" recover the nRF52810 part if the part has encountered a slow voltage rise, greater than 60 ms, from 0 - 1.7V (described in the image below)?
Hi, I am new to nordic and zephyr and I have a sensor (Melexis - MLX90641) and I would like to test it on a custom board using nRF9160.. I add the sensor into the dts files...
When I open the nrf connect sdk project, it goes like this,
How can I fix it?
Creating solution direction_finding_connectionless_rx.emProject cmake -GNinja -DBOARD=nrf52833dk_nrf52833...
Hello,
I am preparing to develop a design using the nRF52840 and would like any guidance or consideration for an LDO usage. I have found some previous mention regarding...
At 1Mbps, UART will lose data when receiving. When I set it to 230400bps, it works well. I looked at the SDK code and found that too much time was spent in the receiving code...
Hi,
I had asked a question here few months back, about the maximum RSSI that can be seen on the nRF52832 chip.
https://devzone.nordicsemi.com/f/nordic-q-a/73578/maximum...
Hello.
We have several of our own manufactured boards, containing the nRF9160 cellular modem chip.
We use it for HTTP and HTTPS connectivity, on an application based on...
Hello. We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I'm looking at how to encrypt a string with AES CBC. Below is the code we are considering.
Currently...
Hello.
I'd like to split an external QSPI flash chip so that part of the memory is accessible as raw blocks, and the other part holds a filesystem such as fatfs. Essentially...
Hi
I am using NCS version 1.5.0, I need to drive the GPIO pins of NRF5340 DK using the below library
"#include <nrfx/hal/nrf_gpio.h>"
While trying with this header...
Hello,
I am trying to run the example projects "ble_app_uart" in SDK17.0.2 on nRF52833DK, following the guide shown here: https://infocenter.nordicsemi.com/index.jsp?topic...
Hello,
1- we are using button-less secure bootloader.
2- Have successfully download our application image to the target via nRF Connect mobile App.
3- When target is...
Hello All,
I tried implementing basic cluster, Analog Input cluster and Power Config Cluster. My end application is report "measured tank level" using zigbee. For which...