Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi,
I am struggling with I2S. While I was debugging my I2S data handler function, I found something interesting. I copy one element from a uint32 buffer into a (static...
Hello all!
Simple question: What is a SNR value for BT LE? I read 20 dB are OK, but I would like some sources/informations to back this number up.
Thanks!
Cheers...
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...