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...
I am using the radio in the nRF52832 to support a custom protocol. I would like to send two packets in a row, each with different payloads, on the same frequency. When can...
Hi all,
I'm working on the example "multiprotocal" and trying to replace the system initialization from the example "ble_app_uart" by using SDK15.2
and after modified...
Hi,
I am using SDK15.2 to develop my project.
When I execute "app_timer_start" function (At line 115 of main.c), the system will crash.
Please reference the attach file...
hi guys, i'm triyng to enter the bootloader mode in my nrf52840 dev kit in order to upload the softdevice s340 fo ant.
is there anyone could help me how to do this?? i'm...
I am trying to compile nrfutil into a standalone executable, following the instructions at: https://github.com/NordicSemiconductor/pc-nrfutil
This works on Linux, and for...
I am working on a device that contains an nRF52840. It is a BLE central with up to 20 concurrent peripheral devices. For user experience, it's important that it be able to...
In certain situations, I and customer are having issues connecting to cell towers. The issue seems to be most consistent when the Link Monitor indicates a signal strength...
Hi, I was confused about the behavior of GPIOTE Handler module。I defined a handler(gpiote_event_handler) and I hope when the GPIO Pin(0.14) is changed from high to low or...
I use the example usbd_ble_uart with SDK_15.3.0. I need to send any byte received from the terminal via BLE. Do not wait until the buffer is full or the end of line character...
Hi,
I am trying to combine the usbd (hid mouse) example with the uart central example to run on the nRF52840 dongle. I am having a lot of problems and am not really sure...
I have some colleagues that are working on a project where they want to use the nRF52 as a general purpose IO processor alongside providing an BLE interface to a host Linux...
I installed SDK 15.3.0 build 59ac345 and started working though the DFU secure boot loader example. In the 15.3.0 documentation it says
Setup
You can find the source code...