Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi everyone.
We plan to work with nrf51422 and we need two BLE devices, One implements Peripheral role, another one implements Central role.
I would like to know if...
Hi,
I am migrating to the latest code versions (both SDK and Softdevice) but I am having issues when I start the notifications on a BLE app. The errors I am seeing are...
I have an application that uses the soft device and RTX RTOS. I am seeing a behavior I can't explain.
I use sd_app_evt_wait() in the idle thread after I have turned off power...
I downloaded the nRF UART 2.0 app for Android to a Samsung Galaxy S5, which is running Android 4.4.2. After the app attempts to scan, it never discovers any Bluetooth devices...
I have the RedBear BLE shield running on an Arduino Leonardo. I am using the ANCS Library from here: github.com/.../avr_nrf_ancs_library and have updated it to run the latest...
Hello,
I am currently working on a project that requires my analog signal to swing below and above ground. I was wondering if the ADC of the nrf51822 would be able to support...
I'm new to the Bluetooth LE world, and Nordic in particular. We have begun developing a system that acts as a Bluetooth master, and I am trying to figure out a way to test...
Hi everyone, I have just started using the s120 softdevice to implement a Central BLE device. The starting idea is to start with scanning and reading the advertisement data...
Hi,
I have seen several answers about how to achieve a higher data rate and I just want to make sure what I understand is correct.
I am using nRF51822 chip and the dongle...
I am developing a product using nrf51822 v5.2 SDK.The question is that Ble will automatically disconnect in some minutes after normal connect OK.The message by Sniffer is...
Recently while debugging my application i noticed strange behavior:
i set watchdog timer to restart application if my peripheral is not receiving any data for some time....