I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
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)...