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...
Hello
We are using custom board which has two chip configuration for BLE stack. Main MCU runs the Zephyr Host only BT stack in peripheral mode.This is supposed to be GATT...
I am trying to compile the SPI example in SDK 15.2.0 for nrf52810. I am getting a compiler error in SES on nrfx_uart.c:
I modified the project according to the SDK documentation...
Dear all,
Is this possible to flip a switch on the board to get nRF9160 IOs at 3.3v rather than 1.8v ? I have a LoRa module that requires TTL 3.3v UART signals, and it...
Hello,
I believe I have found a possible race condition in experimental_task_manager / task_manager.c, task_events_wait().
The race occurs if a task calls task_events_wait...
Hello, I'm working with an example of ble_app_uart with SofDev132. I have modified the code a bit but I still use the nrf_pwr_mgmt_run function. The power consumption is 2...
hello, i am complete beginner to this field of MCU, i never worked on nordic MCUs. i am able to program the dk-board using the usb cable and readymade hex file provided in...
Hi,
I'd like to enable paring/bonding for a minute only when a button is pressed. So I need to disable pairing. I've learned that it should be done with
in "ble_evt_handler...
Hi,
I would like to have two different twi managers. One with TWI0 and one with TWI1. But if I try to enable them I get an error:
sdk_config.h:1810:22: error: unable to...
Hello,
I am new to BLE and trying to understand basic concepts.
Connection interval ranges from 7.5ms to 4sec. Device is doing Frequency hopping on all channels from...
Dear developers,
i now use the PPK intensively. I would like to have an additional feature. So far the trigger reacts only to exceeding a level. Would it be possible to...
I have developed CyclingPower SIG service based on (a) CSCS example and on (b) old file found here, at Devzone.
It used to work, but then something happened and I can't...
Hello.
I have been working with the nrf525840 dongle using SDK 15.2.0 trying to build a UART Service. I used the ble_app_uart example project that comes with the SDK and...
Hello everyone, I want to know and how, if it is possible, to hide UUID Beacon string during the advertising mode.
My goal is to not show the UUID by any sniffer, like Master...
Dear All,
I‘m going nuts while working on the basically really simpe task of reading ADC voltages on GPIO (AIN3) between 0 and 1.25V.
The voltage should fit well in...
Hi all,
At Peripheral end, I will get an callback "BLE_GATTS_EVT_WRITE" whenever I do a write on charcteristic write value from Mobile App.
Can you please point me to...