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...
Hello,
Two issues want to ask, after tried the BLE_NUS example code.
From other posts, still does not exist clear solution (example, pictures) ?
Sure has an application...
Hello,
I am working with the uart module. While configuring the uart I encounter 2 issues.
First when in the uart_init function the pin for uart output is configured...
Hi,
I am using nrf51822(128k), SD 6.0, SDK 5.2.
I found that nrf uart v2.0 app will add a "0x0A" at the end of data that I want to send.
How can I remove this?
Thank...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
I've never used Gnu's GCC before, but after 20 hours of trying and failing to install it on my macbook, I'm finding a shining hatred. I've downloaded their exhaustive list...
I migrated to nrf52 and countering some problems.
I am trying to sample 4 pins every 2ms with SAADC.
I started with Example here .
I simply changed
uint32_t ticks...
I've got a gyro I want to read some data from, but I don't know the values and can't verify if they got read correctly. When does nrf_drv_spi_transfer start to read?
i...
Hi, i;m trying to build the "nrf52-ble-app-lbs" example which i downloaded from git hub github.com/NordicSemiconducto....
I followed the instructions in the README file...
I'm thinking about changing ADC resolution during operation.
What I want to do is:
start
・Operate in 8bit ADC(normal time)
↓
・Operate in 10bit ADC(particular...
I want to use NRF51 DK to sample 2 analog signal continuously (300Hz) and send it to a smartphone using BLE.
I need advice on
Which nrf example to use to code my DK...
I've run out of space in my attribute table. No problem, I'll just make it bigger with ble_enable_params.gatts_enable_params.attr_tab_size .
The easiest way to do this...
Hello,
I am trying to implement a clean shutdown process, but running into some issues. The flow of the SPI use is as listed here:
Initialize SPI instance and...
Hello,
I`m using more or less the Nordic OTA bootloader implementation.
There is a timeout that forces the bootloader to reset, if no action happens.
Because we have...