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 there,
I'd like the ability to hold some data locally then resynchronize once the central reconnects.
Are there any example projects that demo this?
What is the...
Hi,
i am not able to send (write characteristic) from android at a higher transfer-rate than 2.3 kbit/second.
With another Bluetooth LE peripheral i get more than 100kbit...
Hi all, i have a nrf51 Development kit and a nrf51822 smart beacon kit and I want to read them in Matlab using the bluetooth receiver of my laptop. I used the instrumentation...
hi all
i try to write in volatile memory but after the second (the first is ok) writing the nrf8001 response me with 0x84 0x08 0x81 -> Internal Error
i don't know why
please...
Hi, apologies for my ignorance but I'm confused by something. I'm looking to add a PA and was thinking of using the RFAxis RFX2401C like many of those nRF24L01+, PA and LNA...
Hi All,
Please tell is ble mesh is it work for nrf51822 EK, the code is taken from this link: github.com/.../nRF51-ble-bcast-mesh . the code provided in this link, is tested...
We have made a bare minimum prototype with nrf51422 QFN chip following the reference schematic for internal LDO setup in 11.5.1 section of nrf51422_PS_v3.1. It is built on...
Hi,
Am using NRF52 S132 softdevice,
I have a use case like when I press a button , I should turn off BLE. So I enabled an interrupt for button. Whenever this button is pressed...
Hi,
i am using nrf51822 to develop our product. I'll try to describe more details to make you understand more clearly.
STEPS:
While testing my project, I had...
Is it compulsory to have same Baudrate on central & Preipheral side when using the NUS..?
I'm using Central @ 115200 & Peripheral @ 9600 [No flow control on either].
...
Hi,
I've written an app on the nrf51822 (rev2), with S110 (v7.3.0) and SDK v6.1.0. I've written a custom non-blocking UART driver. I'm running into an issue where the UART...
Hi,
Using the nRF5 11.0.0 release SDK, I'm trying to set up one task to transmit to and one task to receive data from the UART. Nothing special.
The configuration block...
Hi,
The xQueueReceive function in FreeRTOS seems to be broken, when a non-zero timeout is specified.
Example, I'm trying to create and ordered output mechanism for the...
Hello there,
I managed successfuly to build the 'ble_app_hrs' of SDK10 on my NRF51 on GCC MARS 2.0 using these two guides combined:
devzone.nordicsemi.com/.../
devzone...
When i use the nrf_drv_adc with NRF_ADC_DEFAULT_CONFIG i get the following compile errors:
rf_drv_adc.h:127:27: error: 'ADC_CONFIG_IRQ_PRIORITY' undeclared here (not in...