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...
Hi
I play with watchdog.
After a watchdog reset the debugger does no longer stop on a breakpoint or generate a hardfault on a __BKPT()
How can I config the Chip to handle...
I have tried nrf_mesh_disable(); but it does not turn off the Provision Beaconing.
mesh_provisionee_prov_listen_stop(); does the trick, however I am struggling with re-enabling...
Hello
when hardfault is happaning, I can catch and understand the reset reason easilly, by looking at the map file
however, from time to time, I get a reset without...
I'm using Segger Embedded Studio version 1.6.0 to try to do some testing with SPI for a future project. Currently I am adding SPI functionality to the "Blinky" example: I...
#define SCAN_INTERVAL 0x00A0 /**< Determines scan interval in units of 0.625 millisecond. */
I am a beginner in this field. I am not sure what does this hexadecimal number...
Hi team:
After my device runs normally for more than 10 hours, the issue that THE socket cannot be created occasionally occurs. Once the issue occurs, the socket cannot...
Hi. I'm working on several projects, some of which are not using Nordic chips. I installed the latest Segger J-Link drivers to support a different project. I believe this...
Hi,
I am using nrf_drv_clock_hfclk_release (); in order to release the hfclk, before the call, the internal counter is 1 and the module is initialized.
because the counter...
I'm working on the NRF Connect SDK v1.6.1 and building the zephyr\samples\net\gsm_modem project, since I'm trying to set up and operate a Nimbelink modem. The code references...
Hi everyone,
I would like to change the output voltage and current driver strength of some GPIO ports on the nRF52840. I am using the zephyr driver "gpio.h" API, but the...
When I try to connect to a previously bonded device, I'm getting
Disconnected (reason 0x3d)
and bt_att: Unhandled ATT code 0x1d
and if I delete the bonds again and try...
I am writing a coordinator application based on the zigbee CLI example. I am using SDK for Thread and Zigbee v4.1.
I am using a function in zboss_api called zb_secur_ic_get_list...
Hello,
I'm using SDK nrf5_17.0.2 on nrf52840
I'm implementing a custom nrf block device for a spi nand flash, and I'm getting trouble with the calling site of the nrf_blk_dev_read_req...