Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
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...
I am using a custom nrf51822 board and S130.
I am trying to pull data from a sensor over SPI and then immediately send that data over SPIS to another processor. Is this...
While trying to implement a simple qdec demo application, I find that QDEC_SAMPLEPER_SAMPLEPER_512us above works ok, yet QDEC_SAMPLEPER_SAMPLEPER_256us does not work at all...
I have a case where I'm using a timer/counter as a counter with one PPI channel routing a GPIO rising edge to the COUNT task. Another GPIO rising event controls the counting...
I have an nRF52 paired to a central device. In order to delete the pairing on the nRF52 I clear the persistent data (dm_init_param_t).
I notice, however, that even though...
Hi all,
I'm a grad student trying to innovate on the BLE concept. I require a continuous signal as a source: preferably unmodulated, but a long duty cycle could also work...
The NRF52 product specification (aka, datasheet) has 3 chapters in it all relating to TWI: TWI (chapter 49), TWIM (chapter 33), and TWIS (chapter 34).
Which section (TWI...
Hi,
I'm trying to interface SIM808 with nrf51822 over uart using nrf_drv_uart. Everything works well for some time, but then uart starts reporting error code 1, NRF_UART_ERROR_PARITY_MASK...
Hello,
I am working with the GPIOTE library to get a GPIOTE_IRQ from a peripheral.
I have several questions regarding the library and how IRQ works.
1.How do I clear...
Hello,
I am using SDK7.1.0 for NRF51822.
In my subroutine, I would like to disconnect with the peer device, and re-advertise. But when after re-advertising, I found the...
Is it possible to set scope for search in info-center only for SDK 11? It search in all SDK versions and sorts results randomly. It is very annoying. Especially when there...
Hi,
I want to build expertise in BLE and want to use the Nordic nRF51x22 to build a hardware and write the firmware for the same.
I am planning to use the nRF51 DK....
I'm calling sd_ble_gatts_characteristic_add multiple times to add characteristics to a peripheral. At some point I get a return value of 0x200020B6. I'm not making much headway...
Hello everyone,
I am trying to use the ble_app_hrs_rscs_relay example from SDK V11 for s130 (2.0.1).
It compiles and works well when I use an pc10028 evaluation board...
If I have multiple services, 2 for example, how should I set up the srdata.uuids_complete.p_uuids in the code:
ble_advdata_t srdata;
memset(&srdata, 0, sizeof(srdata)...