What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
I have to send a data to more units, i have found problems with multiple ACK return signals (I think this is the problem).
So i'm trying to send data with no ACK.
For this...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
Hi.
I've played around with the android application (based around google gatt example, but used in gatt server -mode).
How is the example expected to be handled? In...
Hello everyone,
I am currently trying to make simple exchanges with an NFC chip using SPI.
Configuration is: nRF52 on dev board 10040 with example from SDK12 located...
Hi,
I have such code:
static buf[9] = {initializers};
for(i =0;i <9;i++){
while(app_uart_put(buf[i]));
}
I always get "0" before the actual buf content and the...
Hi
I've implemented a peripheral with bonding support by the peer manager. Additionally the device should scan for bonded devices by using a whitelist. I used the function...
Hi,
I'm trying to compare two RC networks by using GPIOTE, PPI, a Timer and the comparator to measure the time needed for a charge and discharge cycle for each of the networks...
Is it possible for one Arduino Uno to have a BLE nRF8001 module and a nRF24L01+ module wired to it (allowing each module to communicate simultaneously)? According to the wiring...
We are trying out the new nRF5x SDK v12 and it looks like the previously working ble_app_hids_mouse example is broken now.
It compiles successfully, but as soon as we try...
I have observed that the Radio Notification from ble_radio_notification.c becomes inverted sometimes. I saw this post about the same problem:
devzone.nordicsemi.com/.....
I would like to use nRF5 SDK for IoT with some functionalities (e.g. SEGGER RTT) from nRF52 SDK. Can I just copy desired modules to my SDK for IoT and suppose it'll work?...
Hello,
For some industrial reasons, I need to store the passkey in the flash of the nRF5 during production and retrieve it at run-time.
I would like to know if there...
Hi,
for our prototyp we use a NRF52. When i flash the device, it will always be go in sleep mode after a duration of time and stay in there.
Is there an interrupt which...
Hi all,
i am using V11 sdk.
i want to send data "hello" in beacon application.
how to add that feature.?
any function calls are there?
-Thanks in advance